From patchwork Thu Aug 18 08:36: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: 3501 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 821B623E52 for ; Thu, 18 Aug 2011 08:36:15 +0000 (UTC) Received: from mail-ew0-f52.google.com (mail-ew0-f52.google.com [209.85.215.52]) by fiordland.canonical.com (Postfix) with ESMTP id 6F690A181E0 for ; Thu, 18 Aug 2011 08:36:15 +0000 (UTC) Received: by ewy28 with SMTP id 28so943043ewy.11 for ; Thu, 18 Aug 2011 01:36:15 -0700 (PDT) Received: by 10.213.32.131 with SMTP id c3mr1643621ebd.94.1313656575100; Thu, 18 Aug 2011 01:36:15 -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 e5cs61565ebo; Thu, 18 Aug 2011 01:36:14 -0700 (PDT) Received: by 10.227.143.203 with SMTP id w11mr1689446wbu.53.1313656574261; Thu, 18 Aug 2011 01:36:14 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com [91.189.90.7]) by mx.google.com with ESMTPS id fd19si1087681wbb.143.2011.08.18.01.36.14 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 18 Aug 2011 01:36:14 -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 1Qty5F-0003rc-QW for ; Thu, 18 Aug 2011 08:36:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id C0271E0205 for ; Thu, 18 Aug 2011 08:36:13 +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: 58 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~glcompbench-dev/glcompbench/trunk] Rev 58: Update files for 2011.08 release. Message-Id: <20110818083613.26209.93314.launchpad@ackee.canonical.com> Date: Thu, 18 Aug 2011 08:36: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="13697"; Instance="initZopeless config overlay" X-Launchpad-Hash: 12d7f434b14450bc7b7ab15ecef0f6687eae6296 ------------------------------------------------------------ revno: 58 tags: 2011.08 committer: Alexandros Frantzis branch nick: trunk timestamp: Thu 2011-08-18 10:56:25 +0300 message: Update files for 2011.08 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-07-21 09:50:35 +0000 +++ NEWS 2011-08-18 07:56:25 +0000 @@ -1,3 +1,8 @@ +glcompbench 2011.08 (20110818) +============================== + +* Add xrender based compositing test. + glcompbench 2011.07 (20110719) ============================== === modified file 'doc/gl-composite-benchmark.1.in' --- doc/gl-composite-benchmark.1.in 2011-06-24 14:56:59 +0000 +++ doc/gl-composite-benchmark.1.in 2011-08-18 07:56:25 +0000 @@ -1,4 +1,4 @@ -.TH GL-COMPOSITE-BENCHMARK "1" "June 2011" "gl-composite-benchmark @appversion@" +.TH GL-COMPOSITE-BENCHMARK "1" "August 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-06-24 14:56:59 +0000 +++ doc/glcompbench.1.in 2011-08-18 07:56:25 +0000 @@ -1,4 +1,4 @@ -.TH @APPNAME@ "1" "June 2011" "@appname@ @appversion@" +.TH @APPNAME@ "1" "August 2011" "@appname@ @appversion@" .SH NAME @appname@ \- OpenGL (ES) 2.0 compositing benchmark .SH SYNOPSIS === modified file 'wscript' --- wscript 2011-08-03 17:03:48 +0000 +++ wscript 2011-08-18 07:56:25 +0000 @@ -4,7 +4,7 @@ out = 'build' top = '.' -VERSION = '2011.07' +VERSION = '2011.08' APPNAME = 'glcompbench' def option_list_cb(option, opt, value, parser):