From patchwork Thu Sep 22 10:52:16 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: 4254 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 58DAA23EF5 for ; Thu, 22 Sep 2011 10:52:21 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id 4E324A18357 for ; Thu, 22 Sep 2011 10:52:21 +0000 (UTC) Received: by mail-fx0-f52.google.com with SMTP id 23so3657845fxe.11 for ; Thu, 22 Sep 2011 03:52:21 -0700 (PDT) Received: by 10.223.63.8 with SMTP id z8mr2831035fah.84.1316688741209; Thu, 22 Sep 2011 03:52:21 -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.152.18.198 with SMTP id y6cs163867lad; Thu, 22 Sep 2011 03:52:20 -0700 (PDT) Received: by 10.227.27.82 with SMTP id h18mr448815wbc.9.1316688736878; Thu, 22 Sep 2011 03:52:16 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id fw14si6709503wbb.10.2011.09.22.03.52.16 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 22 Sep 2011 03:52:16 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1R6gt6-00013T-C9 for ; Thu, 22 Sep 2011 10:52:16 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 52C2CE1837 for ; Thu, 22 Sep 2011 10:52:16 +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: 146 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~glmark2-dev/glmark2/trunk] Rev 146: Build, Doc: Update files for the 2011.09 release. Message-Id: <20110922105216.18991.17557.launchpad@ackee.canonical.com> Date: Thu, 22 Sep 2011 10:52:16 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13996"; Instance="initZopeless config overlay" X-Launchpad-Hash: bc439046e9b011f49d27b7465f84fd23bb9342cd ------------------------------------------------------------ revno: 146 tags: 2011.09 committer: Alexandros Frantzis branch nick: trunk timestamp: Wed 2011-09-21 18:01:11 +0300 message: Build,Doc: Update files for the 2011.09 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-08-18 15:36:14 +0000 +++ NEWS 2011-09-21 15:01:11 +0000 @@ -1,3 +1,13 @@ +glmark2 2011.09 (20110921) +========================== + +* Add benchmark for blur desktop effect. +* Add support for multiple lights in the phong shading benchmark. +* Add support for loading models from OBJ geometry files. +* Add Stanford Bunny model and make it available in the build benchmark. +* Add per-scene options to set shader precision at runtime. +* Add command-line option to specify the benchmarks to run using a text file. + glmark2 2011.08 (20110818) ========================== === modified file 'wscript' --- wscript 2011-08-18 21:31:25 +0000 +++ wscript 2011-09-21 15:01:11 +0000 @@ -8,7 +8,7 @@ out = 'build' top = '.' -VERSION = '2011.08' +VERSION = '2011.09' APPNAME = 'glmark2' def options(opt):