From patchwork Mon Dec 5 12:30:21 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: alexandros.frantzis@linaro.org X-Patchwork-Id: 5457 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 D798C23DC3 for ; Mon, 5 Dec 2011 12:30:24 +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 AF45DA183FE for ; Mon, 5 Dec 2011 12:30:24 +0000 (UTC) Received: by lagm6 with SMTP id m6so131345lag.11 for ; Mon, 05 Dec 2011 04:30:24 -0800 (PST) Received: by 10.152.145.233 with SMTP id sx9mr5819798lab.6.1323088224298; Mon, 05 Dec 2011 04:30:24 -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.152.41.198 with SMTP id h6cs253541lal; Mon, 5 Dec 2011 04:30:23 -0800 (PST) Received: by 10.14.18.83 with SMTP id k59mr782835eek.105.1323088221904; Mon, 05 Dec 2011 04:30:21 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id z45si6585589eef.29.2011.12.05.04.30.21 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 05 Dec 2011 04:30:21 -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 1RXXgb-0001Ii-Fe for ; Mon, 05 Dec 2011 12:30:21 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 6CC9AE03B0 for ; Mon, 5 Dec 2011 12:30:21 +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: 66 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~glcompbench-dev/glcompbench/trunk] Rev 66: GlCompositeBenchmark: Replace references to egl-composite with glcompbench. Message-Id: <20111205123021.18804.55969.launchpad@ackee.canonical.com> Date: Mon, 05 Dec 2011 12:30:21 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14418"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 375191b288adce1e14ecdafc7940f22a280e7c7e ------------------------------------------------------------ revno: 66 committer: Alexandros Frantzis branch nick: trunk timestamp: Mon 2011-12-05 14:27:39 +0200 message: GlCompositeBenchmark: Replace references to egl-composite with glcompbench. modified: src/gl-composite-benchmark --- 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 'src/gl-composite-benchmark' --- src/gl-composite-benchmark 2011-12-05 12:20:15 +0000 +++ src/gl-composite-benchmark 2011-12-05 12:27:39 +0000 @@ -2,20 +2,20 @@ # Copyright © 2011 Linaro Limited # -# This file is part of egl-composite. +# This file is part of glcompbench. # -# egl-composite is free software: you can redistribute it and/or modify +# glcompbench is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# egl-composite is distributed in the hope that it will be useful, +# glcompbench is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with egl-composite. If not, see . +# along with glcompbench If not, see . # # Authors: # Alexandros Frantzis @@ -87,7 +87,7 @@ echo "Usage: gl-composite-benchmark [OPTIONS] [-- [GLCOMPBENCH_OPTIONS]]" echo " -n NWINDOWS the number of windows to use [default: 4]" echo " -d DELAY the delay between window updates [default: 0.25]" - echo " -e EXECUTABLE the egl-composite executable to use" + echo " -e EXECUTABLE the glcompbench executable to use" echo " -h display help message" exit 1 ;;