From patchwork Thu Jul 21 12:41:00 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: alexandros.frantzis@linaro.org X-Patchwork-Id: 2922 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 306D323F4D for ; Thu, 21 Jul 2011 12:41:05 +0000 (UTC) Received: from mail-qy0-f180.google.com (mail-qy0-f180.google.com [209.85.216.180]) by fiordland.canonical.com (Postfix) with ESMTP id EED94A18287 for ; Thu, 21 Jul 2011 12:41:04 +0000 (UTC) Received: by qyk30 with SMTP id 30so845069qyk.11 for ; Thu, 21 Jul 2011 05:41:04 -0700 (PDT) Received: by 10.229.217.3 with SMTP id hk3mr207118qcb.38.1311252062540; Thu, 21 Jul 2011 05:41:02 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.229.217.78 with SMTP id hl14cs139444qcb; Thu, 21 Jul 2011 05:41:02 -0700 (PDT) Received: by 10.227.184.5 with SMTP id ci5mr207751wbb.8.1311252061659; Thu, 21 Jul 2011 05:41:01 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id e8si2403218wed.43.2011.07.21.05.41.01; Thu, 21 Jul 2011 05:41:01 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) client-ip=91.189.90.139; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) smtp.mail=bounces@canonical.com Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QjsYn-0003i9-11 for ; Thu, 21 Jul 2011 12:41:01 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 068662E84FB for ; Thu, 21 Jul 2011 12:41:01 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: glcompbench X-Launchpad-Branch: ~glcompbench-dev/glcompbench/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 54 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~glcompbench-dev/glcompbench/trunk] Rev 54: Update files for 2011.07 release. Message-Id: <20110721124100.18917.74584.launchpad@loganberry.canonical.com> Date: Thu, 21 Jul 2011 12:41:00 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13475"; Instance="initZopeless config overlay" X-Launchpad-Hash: 79f1f8f8275700404a571b4d9ce302924f42364f ------------------------------------------------------------ revno: 54 tags: 2011.07 committer: Alexandros Frantzis branch nick: trunk timestamp: Thu 2011-07-21 12:50:35 +0300 message: Update files for 2011.07 release. modified: NEWS wscript --- lp:glcompbench https://code.launchpad.net/~glcompbench-dev/glcompbench/trunk You are subscribed to branch lp:glcompbench. To unsubscribe from this branch go to https://code.launchpad.net/~glcompbench-dev/glcompbench/trunk/+edit-subscription === modified file 'NEWS' --- NEWS 2011-06-28 08:38:53 +0000 +++ NEWS 2011-07-21 09:50:35 +0000 @@ -1,3 +1,11 @@ +glcompbench 2011.07 (20110719) +============================== + +* Add pixman based compositing tests. +* Refactor code to support tests that need a non-GL compositing environment. +* Rename shader source files to *.vert, *.frag. +* Fixes to GLX TFP support to allow running with nvidia drivers. + glcompbench 2011.06-1 (20110628) ================================ === modified file 'wscript' --- wscript 2011-07-20 15:33:07 +0000 +++ wscript 2011-07-21 09:50:35 +0000 @@ -4,7 +4,7 @@ out = 'build' top = '.' -VERSION = '2011.06-1' +VERSION = '2011.07' APPNAME = 'glcompbench' def option_list_cb(option, opt, value, parser):