From patchwork Fri Jun 24 09:57:14 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: 2289 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 C921C23F08 for ; Fri, 24 Jun 2011 09:57:17 +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 91ADDA184DC for ; Fri, 24 Jun 2011 09:57:17 +0000 (UTC) Received: by qyk30 with SMTP id 30so1922703qyk.11 for ; Fri, 24 Jun 2011 02:57:17 -0700 (PDT) Received: by 10.229.137.149 with SMTP id w21mr2383103qct.59.1308909436963; Fri, 24 Jun 2011 02:57:16 -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 jm11cs44518qcb; Fri, 24 Jun 2011 02:57:16 -0700 (PDT) Received: by 10.216.81.9 with SMTP id l9mr466280wee.57.1308909435217; Fri, 24 Jun 2011 02:57:15 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id u17si5747342weq.49.2011.06.24.02.57.14; Fri, 24 Jun 2011 02:57:15 -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 1Qa38U-0008Ix-J5 for ; Fri, 24 Jun 2011 09:57:14 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 8DBC02E8019 for ; Fri, 24 Jun 2011 09:57:14 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: glmark2 X-Launchpad-Branch: ~afrantzis/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 ~afrantzis/glmark2/trunk] Rev 93: Update files for 2011.06 release. Message-Id: <20110624095714.11861.19675.launchpad@loganberry.canonical.com> Date: Fri, 24 Jun 2011 09:57:14 -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: b5a2e5836a2c177e351b24b68dca6107ab0a24ed ------------------------------------------------------------ revno: 93 tags: 2011.06 committer: Alexandros Frantzis branch nick: trunk 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/~afrantzis/glmark2/trunk You are subscribed to branch lp:glmark2. To unsubscribe from this branch go to https://code.launchpad.net/~afrantzis/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):