From patchwork Thu Aug 18 15:38:12 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: 3515 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 87F9D23F46 for ; Thu, 18 Aug 2011 15:38:14 +0000 (UTC) Received: from mail-ey0-f170.google.com (mail-ey0-f170.google.com [209.85.215.170]) by fiordland.canonical.com (Postfix) with ESMTP id 7ECC9A18171 for ; Thu, 18 Aug 2011 15:38:14 +0000 (UTC) Received: by eyd10 with SMTP id 10so1675666eyd.29 for ; Thu, 18 Aug 2011 08:38:14 -0700 (PDT) Received: by 10.213.3.155 with SMTP id 27mr1792574ebn.18.1313681894223; Thu, 18 Aug 2011 08:38:14 -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.213.102.5 with SMTP id e5cs80392ebo; Thu, 18 Aug 2011 08:38:14 -0700 (PDT) Received: by 10.227.35.70 with SMTP id o6mr745648wbd.80.1313681893313; Thu, 18 Aug 2011 08:38:13 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com [91.189.90.7]) by mx.google.com with ESMTPS id fi12si5987426wbb.44.2011.08.18.08.38.13 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 18 Aug 2011 08:38:13 -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 1Qu4fc-0002vR-SU for ; Thu, 18 Aug 2011 15:38:12 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id CFBB8E033E for ; Thu, 18 Aug 2011 15:38: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: 126 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~glmark2-dev/glmark2/trunk] Rev 126: Update files for 2011.08 release. Message-Id: <20110818153812.25735.46388.launchpad@ackee.canonical.com> Date: Thu, 18 Aug 2011 15:38: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="13697"; Instance="initZopeless config overlay" X-Launchpad-Hash: 69a450938674d60fe564d4538aafe2eeaa18e366 ------------------------------------------------------------ revno: 126 committer: Alexandros Frantzis branch nick: trunk timestamp: Thu 2011-08-18 18:36:14 +0300 message: Update files for 2011.08 release. modified: NEWS README 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-07-21 09:14:51 +0000 +++ NEWS 2011-08-18 15:36:14 +0000 @@ -1,3 +1,13 @@ +glmark2 2011.08 (20110818) +========================== + +* Port to Android (see INSTALL.android). +* Add benchmark based on pulsar X11 GL screensaver. +* Add benchmark for 2D image processing using the GPU. +* Add command line option to set the size of the output window (-s, --size). +* Implement ShaderSource object to simplify complex shader creation. +* Implement utility functions to access resources in an abstract way. + glmark2 2011.07 (20110719) ========================== === modified file 'README' --- README 2011-06-30 13:33:37 +0000 +++ README 2011-08-18 15:36:14 +0000 @@ -5,7 +5,7 @@ It is licensed under the GPLv3 (see COPYING). -To build glmark2 you need: +To build glmark2 for X11/GL(ES2) you need: * python 2.x (>= 2.4) for the build system (waf) * libpng 1.2 @@ -20,3 +20,5 @@ * libGLESv2 Read the INSTALL file for building/installation instructions, + +Read the INSTALL.android file for instructions for Android. === modified file 'wscript' --- wscript 2011-07-21 09:14:51 +0000 +++ wscript 2011-08-18 15:36:14 +0000 @@ -7,7 +7,7 @@ out = 'build' top = '.' -VERSION = '2011.07' +VERSION = '2011.08' APPNAME = 'glmark2' def options(opt):