From patchwork Thu Dec 15 14:43:13 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: 5768 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 CF97223E04 for ; Thu, 15 Dec 2011 14:43:15 +0000 (UTC) Received: from mail-lpp01m010-f52.google.com (mail-lpp01m010-f52.google.com [209.85.215.52]) by fiordland.canonical.com (Postfix) with ESMTP id A413CA181AD for ; Thu, 15 Dec 2011 14:43:15 +0000 (UTC) Received: by lahj13 with SMTP id j13so1284445lah.11 for ; Thu, 15 Dec 2011 06:43:15 -0800 (PST) Received: by 10.205.127.12 with SMTP id gy12mr1194205bkc.108.1323960195117; Thu, 15 Dec 2011 06:43:15 -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.129.2 with SMTP id hg2cs43353bkc; Thu, 15 Dec 2011 06:43:14 -0800 (PST) Received: by 10.216.136.20 with SMTP id v20mr1429098wei.14.1323960193403; Thu, 15 Dec 2011 06:43:13 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id x67si3905386weq.19.2011.12.15.06.43.13 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 15 Dec 2011 06:43: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 1RbCWf-00038q-3X for ; Thu, 15 Dec 2011 14:43:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 0DE7AE03AD for ; Thu, 15 Dec 2011 14:43:13 +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: 177 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~glmark2-dev/glmark2/trunk] Rev 177: Build, Doc: Update files for 2011.12 release. Message-Id: <20111215144313.14454.12047.launchpad@ackee.canonical.com> Date: Thu, 15 Dec 2011 14:43:13 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14487"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 95f218e8322cf95cffe85d3e3366d3d1a38b3848 ------------------------------------------------------------ revno: 177 tags: 2011.12 committer: Alexandros Frantzis branch nick: trunk timestamp: Thu 2011-12-15 15:52:04 +0200 message: Build,Doc: Update files for 2011.12 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-11-16 10:43:22 +0000 +++ NEWS 2011-12-15 13:52:04 +0000 @@ -1,3 +1,13 @@ +glmark2 2011.12 (20111215) +========================== + +* Add benchmark for bilinear filtering implemented in the fragment + shader (not included in the default benchmarks). +* Ensure we don't call any GL functions before binding a GL context. +* Fix bug in the ShaderSource object that could lead to shader + compilation errors in strict OpenGL ES 2.0 implementations. +* Refactor scene update code to reduce duplication. + glmark2 2011.11 (20111116) ========================== === modified file 'android/AndroidManifest.xml' --- android/AndroidManifest.xml 2011-11-16 10:43:22 +0000 +++ android/AndroidManifest.xml 2011-12-15 13:52:04 +0000 @@ -1,7 +1,7 @@ + android:versionName="2011.12" package="org.linaro.glmark2">