From patchwork Thu Sep 22 13:23: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: 4273 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 5515B23F6E for ; Thu, 22 Sep 2011 14:38:25 +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 4964AA1867E for ; Thu, 22 Sep 2011 14:38:25 +0000 (UTC) Received: by fxe23 with SMTP id 23so3937749fxe.11 for ; Thu, 22 Sep 2011 07:38:25 -0700 (PDT) Received: by 10.223.61.66 with SMTP id s2mr3139742fah.27.1316702304488; Thu, 22 Sep 2011 07:38:24 -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 y6cs170862lad; Thu, 22 Sep 2011 07:38:24 -0700 (PDT) Received: by 10.227.143.138 with SMTP id v10mr717371wbu.76.1316702303705; Thu, 22 Sep 2011 07:38:23 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id eo13si7261503wbb.67.2011.09.22.07.38.23 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 22 Sep 2011 07:38:23 -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 1R6kPu-0004gO-VS for ; Thu, 22 Sep 2011 14:38:23 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id E3C77E195B for ; Thu, 22 Sep 2011 13:23:12 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: glcompbench X-Launchpad-Branch: ~glcompbench-dev/glcompbench/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 62 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~glcompbench-dev/glcompbench/trunk] Rev 62: Build, Doc: Update files for 2011.09 release. Message-Id: <20110922132312.1809.35487.launchpad@ackee.canonical.com> Date: Thu, 22 Sep 2011 13:23: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="13996"; Instance="initZopeless config overlay" X-Launchpad-Hash: a2ab20cfd9c2b9ba7ce52ec9d83a1805cf966502 ------------------------------------------------------------ revno: 62 tags: 2011.09 committer: Alexandros Frantzis branch nick: trunk timestamp: Thu 2011-09-22 16:02:30 +0300 message: Build,Doc: Update files for 2011.09 release. modified: NEWS doc/gl-composite-benchmark.1.in doc/glcompbench.1.in wscript --- lp:glcompbench https://code.launchpad.net/~glcompbench-dev/glcompbench/trunk You are subscribed to branch lp:glcompbench. To unsubscribe from this branch go to https://code.launchpad.net/~glcompbench-dev/glcompbench/trunk/+edit-subscription === modified file 'NEWS' --- NEWS 2011-08-18 07:56:25 +0000 +++ NEWS 2011-09-22 13:02:30 +0000 @@ -1,3 +1,11 @@ +glcompbench 2011.09 (20110922) +============================== + +* Improve handling of canvas initialization errors. +* Update brick benchmark shaders to avoid conditionals and extra + function calls. +* Update to reflect the latest version of libmatrix. + glcompbench 2011.08 (20110818) ============================== === modified file 'doc/gl-composite-benchmark.1.in' --- doc/gl-composite-benchmark.1.in 2011-08-18 07:56:25 +0000 +++ doc/gl-composite-benchmark.1.in 2011-09-22 13:02:30 +0000 @@ -1,4 +1,4 @@ -.TH GL-COMPOSITE-BENCHMARK "1" "August 2011" "gl-composite-benchmark @appversion@" +.TH GL-COMPOSITE-BENCHMARK "1" "September 2011" "gl-composite-benchmark @appversion@" .SH NAME .SH SYNOPSIS .B gl-composite-benchmark [OPTIONS] [-- [GLCOMPBENCH_OPTIONS]] === modified file 'doc/glcompbench.1.in' --- doc/glcompbench.1.in 2011-08-18 07:56:25 +0000 +++ doc/glcompbench.1.in 2011-09-22 13:02:30 +0000 @@ -1,4 +1,4 @@ -.TH @APPNAME@ "1" "August 2011" "@appname@ @appversion@" +.TH @APPNAME@ "1" "September 2011" "@appname@ @appversion@" .SH NAME @appname@ \- OpenGL (ES) 2.0 compositing benchmark .SH SYNOPSIS === modified file 'wscript' --- wscript 2011-08-18 07:56:25 +0000 +++ wscript 2011-09-22 13:02:30 +0000 @@ -4,7 +4,7 @@ out = 'build' top = '.' -VERSION = '2011.08' +VERSION = '2011.09' APPNAME = 'glcompbench' def option_list_cb(option, opt, value, parser):