From patchwork Thu Feb 16 13:25:12 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: 6817 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 8508F1CCAC9 for ; Thu, 16 Feb 2012 13:25:17 +0000 (UTC) Received: from mail-iy0-f180.google.com (mail-iy0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 2D87DA18ACD for ; Thu, 16 Feb 2012 13:25:17 +0000 (UTC) Received: by iabz7 with SMTP id z7so4006748iab.11 for ; Thu, 16 Feb 2012 05:25:16 -0800 (PST) Received: by 10.50.184.168 with SMTP id ev8mr2829110igc.29.1329398716596; Thu, 16 Feb 2012 05:25:16 -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.231.80.19 with SMTP id r19csp16372ibk; Thu, 16 Feb 2012 05:25:14 -0800 (PST) Received: by 10.180.92.229 with SMTP id cp5mr4535519wib.8.1329398713636; Thu, 16 Feb 2012 05:25:13 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id s5si2180695weq.144.2012.02.16.05.25.13 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 16 Feb 2012 05:25:13 -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 1Ry1Ki-0004hl-U1 for ; Thu, 16 Feb 2012 13:25:12 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id D1D67E01E8 for ; Thu, 16 Feb 2012 13:25:12 +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: 200 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~glmark2-dev/glmark2/trunk] Rev 200: Build, Doc: Update files for 2012.02 release. Message-Id: <20120216132512.27227.37608.launchpad@ackee.canonical.com> Date: Thu, 16 Feb 2012 13:25:12 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14814"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: e3fd4e3b122a978dc4486950067db900c70e4878 X-Gm-Message-State: ALoCoQl8IzNuxlzWNHCnRSRLfkJpRoOns3c3191qgiLcHjQ8QWa/BCL/npFXQNgmmKykm9hBxOBC ------------------------------------------------------------ revno: 200 tags: 2012.02 committer: Alexandros Frantzis branch nick: trunk timestamp: Thu 2012-02-16 13:45:12 +0200 message: Build,Doc: Update files for 2012.02 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 2012-01-19 18:13:38 +0000 +++ NEWS 2012-02-16 11:45:12 +0000 @@ -1,3 +1,19 @@ +glmark2 2012.02 (20120216) +========================== + +* Consolidate X11 and Android main loops. +* Accept command-line options on Android through either a file + ('/data/glmark2/args') or an extra intent key ('args'). +* Support per-scene options for displaying an FPS count on screen + (show-fps, fps-pos, fps-size), and remove --show-fps command-line option. +* Support per-scene options for displaying a benchmark title on screen + (title, title-pos, title-size). +* Add command-line option to run benchmarks indefinitely (--run-forever). +* Add command-line option to annotate the benchmarks with on-screen + information (--annotate == -b :show-fps=true:title=#info#). +* Move various utility classes to libmatrix. +* Fix build issues on Android ICS. + glmark2 2012.01 (20120119) ========================== === modified file 'android/AndroidManifest.xml' --- android/AndroidManifest.xml 2012-01-19 18:13:38 +0000 +++ android/AndroidManifest.xml 2012-02-16 11:45:12 +0000 @@ -1,7 +1,7 @@ + android:versionName="2012.02" package="org.linaro.glmark2">