From patchwork Fri Jan 20 07:42:14 2012 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: 6311 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 D046523E80 for ; Fri, 20 Jan 2012 07:42:18 +0000 (UTC) Received: from mail-bk0-f52.google.com (mail-bk0-f52.google.com [209.85.214.52]) by fiordland.canonical.com (Postfix) with ESMTP id A27C2A1822C for ; Fri, 20 Jan 2012 07:42:18 +0000 (UTC) Received: by bkar19 with SMTP id r19so183285bka.11 for ; Thu, 19 Jan 2012 23:42:18 -0800 (PST) Received: by 10.205.141.72 with SMTP id jd8mr6771512bkc.135.1327045338210; Thu, 19 Jan 2012 23:42:18 -0800 (PST) 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.205.82.144 with SMTP id ac16cs33910bkc; Thu, 19 Jan 2012 23:42:17 -0800 (PST) Received: by 10.216.133.143 with SMTP id q15mr465618wei.12.1327045335293; Thu, 19 Jan 2012 23:42:15 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id t50si1629183wec.84.2012.01.19.23.42.14 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 19 Jan 2012 23:42:15 -0800 (PST) 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 1Ro970-0000FX-FK for ; Fri, 20 Jan 2012 07:42:14 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 5E008E03C8 for ; Fri, 20 Jan 2012 07:42:14 +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: 192 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~glmark2-dev/glmark2/trunk] Rev 192: Build, Doc: Update files for 2012.01 release. Message-Id: <20120120074214.31880.7197.launchpad@ackee.canonical.com> Date: Fri, 20 Jan 2012 07:42: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="14700"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 00a013217ef1ce2efd93e4939d47f1652bf963ff ------------------------------------------------------------ revno: 192 tags: 2012.01 committer: Alexandros Frantzis branch nick: trunk timestamp: Thu 2012-01-19 20:13:38 +0200 message: Build,Doc: Update files for 2012.01 release. modified: NEWS android/AndroidManifest.xml android/jni/Android.mk android/jni/Android.ndk.mk doc/glmark2.1.in 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-12-15 13:52:04 +0000 +++ NEWS 2012-01-19 18:13:38 +0000 @@ -1,3 +1,19 @@ +glmark2 2012.01 (20120119) +========================== + +* X11: + - Run each benchmark in a fresh GL context. Use --reuse-context + to revert to the old default behavior of using the same context + for all benchmarks. + - Add option for showing a live FPS counter on screen (--show-fps). + - If the list of benchmarks to run contains only option-setting + descriptions, run the default benchmarks. +* Android: + - Fix crash on platforms not supporting glMapBufferOES. + - Log the glmark2 score when finishing. + - Log an error message if we fail to find a suitable EGLContext. + - Implement various stability improvements. + glmark2 2011.12 (20111215) ========================== === modified file 'android/AndroidManifest.xml' --- android/AndroidManifest.xml 2011-12-15 13:52:04 +0000 +++ android/AndroidManifest.xml 2012-01-19 18:13:38 +0000 @@ -1,7 +1,7 @@ + android:versionName="2012.01" package="org.linaro.glmark2">