From patchwork Thu Jul 21 12:36:36 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: 2931 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 696AC23F4D for ; Thu, 21 Jul 2011 12:42:03 +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 3864BA1822A for ; Thu, 21 Jul 2011 12:42:03 +0000 (UTC) Received: by mail-qy0-f180.google.com with SMTP id 30so845420qyk.11 for ; Thu, 21 Jul 2011 05:42:03 -0700 (PDT) Received: by 10.229.217.3 with SMTP id hk3mr208160qcb.38.1311252122990; Thu, 21 Jul 2011 05:42: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 hl14cs139467qcb; Thu, 21 Jul 2011 05:41:59 -0700 (PDT) Received: by 10.227.10.66 with SMTP id o2mr185327wbo.36.1311251797635; Thu, 21 Jul 2011 05:36:37 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id gg20si2400092wbb.25.2011.07.21.05.36.37; Thu, 21 Jul 2011 05:36:37 -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 1QjsUW-0000DB-Rt for ; Thu, 21 Jul 2011 12:36:36 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id D07F92E802E for ; Thu, 21 Jul 2011 12:36:36 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: glmark2 X-Launchpad-Branch: ~glmark2-dev/glmark2/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 93 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~glmark2-dev/glmark2/trunk] Rev 93: Update files for 2011.06 release. Message-Id: <20110721123636.17019.70346.launchpad@loganberry.canonical.com> Date: Thu, 21 Jul 2011 12:36:36 -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: 2e102fb3e912a36ba5c1fe542d5d42a7baad3623 ------------------------------------------------------------ revno: 93 committer: Alexandros Frantzis timestamp: Fri 2011-06-24 12:25:13 +0300 message: Update files for 2011.06 release. modified: NEWS wscript --- lp:glmark2 https://code.launchpad.net/~glmark2-dev/glmark2/trunk You are subscribed to branch lp:glmark2. To unsubscribe from this branch go to https://code.launchpad.net/~glmark2-dev/glmark2/trunk/+edit-subscription === modified file 'NEWS' --- NEWS 2011-05-30 09:57:35 +0000 +++ NEWS 2011-06-24 09:25:13 +0000 @@ -1,3 +1,19 @@ +glmark2 2011.06 (20110624) +========================== + +* Improve benchmark versatility by allowing runtime-configurable, + per-scene options. +* Add command line option to list avalaible scenes and their + supported options (-l,--list-scenes). +* Allow specifying the scenes to run and their options from the + command line (-b,--benchmark). +* Add basic output validation functionality (--validate). +* Add command line option to call glFinish() instead of swapping + the front and back buffers (--no-swap-buffers). +* Replace custom math and shader infrastructure with functionality + provided by LibMatrix (lp:libmatrix). +* Improve user documentation (--help and man page). + glmark2 11.05 (20110530) ========================== === modified file 'wscript' --- wscript 2011-05-30 09:57:35 +0000 +++ wscript 2011-06-24 09:25:13 +0000 @@ -7,7 +7,7 @@ out = 'build' top = '.' -VERSION = '11.05' +VERSION = '2011.06' APPNAME = 'glmark2' def options(opt):