From patchwork Fri Jun 24 15:54:15 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: 2302 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 4970923F08 for ; Fri, 24 Jun 2011 15:54:18 +0000 (UTC) Received: from mail-qy0-f173.google.com (mail-qy0-f173.google.com [209.85.216.173]) by fiordland.canonical.com (Postfix) with ESMTP id 0DCBBA18040 for ; Fri, 24 Jun 2011 15:54:17 +0000 (UTC) Received: by qyk10 with SMTP id 10so464769qyk.11 for ; Fri, 24 Jun 2011 08:54:17 -0700 (PDT) Received: by 10.229.137.149 with SMTP id w21mr2684722qct.59.1308930857476; Fri, 24 Jun 2011 08:54:17 -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.230.139 with SMTP id jm11cs52216qcb; Fri, 24 Jun 2011 08:54:17 -0700 (PDT) Received: by 10.227.157.134 with SMTP id b6mr3250020wbx.59.1308930856495; Fri, 24 Jun 2011 08:54:16 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id b3si6384467wbh.116.2011.06.24.08.54.16; Fri, 24 Jun 2011 08:54:16 -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 1Qa8hz-0003EG-RG for ; Fri, 24 Jun 2011 15:54:15 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id C62832E8134 for ; Fri, 24 Jun 2011 15:54:15 +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: 41 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~glcompbench-dev/glcompbench/trunk] Rev 41: Update files for 2011.06 release. Message-Id: <20110624155415.32360.80678.launchpad@loganberry.canonical.com> Date: Fri, 24 Jun 2011 15:54:15 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13265"; Instance="initZopeless config overlay" X-Launchpad-Hash: a393a7cde6432c5a4550cb6d925d7fc438dccd66 ------------------------------------------------------------ revno: 41 committer: Alexandros Frantzis branch nick: trunk timestamp: Fri 2011-06-24 18:51:57 +0300 message: Update files for 2011.06 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-04-28 08:43:59 +0000 +++ NEWS 2011-06-24 15:51:57 +0000 @@ -1,3 +1,20 @@ +glcompbench 2011.06 (20110624) +============================== + +* Improve benchmark versatility by allowing runtime-configurable, + per-test options. +* Add command line option to list avalaible tests and their + supported options (-l,--list-tests). +* Allow specifying the tests to run and their options from the + command line (-b,--benchmark). +* Add command line option to call glFinish() instead of swapping + the front and back buffers (--no-swap-buffers). +* Take advantage of GL_MESA_swap_control to disable VSync when + available. +* Improve user documentation (--help and man page). +* Refactor CompositeTest class hierarchy to make it easier to add + new tests. + glcompbench 11.04 (20110428) ============================ === modified file 'wscript' --- wscript 2011-06-24 14:56:59 +0000 +++ wscript 2011-06-24 15:51:57 +0000 @@ -4,7 +4,7 @@ out = 'build' top = '.' -VERSION = '11.04' +VERSION = '2011.06' APPNAME = 'glcompbench' def option_list_cb(option, opt, value, parser):