From patchwork Thu Jun 23 14:23:15 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: 2221 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 F3E8623F7C for ; Thu, 23 Jun 2011 14:28:25 +0000 (UTC) Received: from mail-qw0-f52.google.com (mail-qw0-f52.google.com [209.85.216.52]) by fiordland.canonical.com (Postfix) with ESMTP id C5113A189BA for ; Thu, 23 Jun 2011 14:28:25 +0000 (UTC) Received: by mail-qw0-f52.google.com with SMTP id 8so1396466qwb.11 for ; Thu, 23 Jun 2011 07:28:25 -0700 (PDT) Received: by 10.229.30.3 with SMTP id s3mr452110qcc.21.1308839304049; Thu, 23 Jun 2011 07:28: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.229.230.139 with SMTP id jm11cs19426qcb; Thu, 23 Jun 2011 07:28:23 -0700 (PDT) Received: by 10.227.5.210 with SMTP id 18mr2052025wbw.18.1308838996776; Thu, 23 Jun 2011 07:23:16 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id n11si3921507wbh.101.2011.06.23.07.23.16; Thu, 23 Jun 2011 07:23:16 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) client-ip=91.189.90.139; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) smtp.mail=bounces@canonical.com Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QZkoN-0003mk-Hz for ; Thu, 23 Jun 2011 14:23:15 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 83BD62E8910 for ; Thu, 23 Jun 2011 14:23:15 +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: 35 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~glcompbench-dev/glcompbench/trunk] Rev 35: Remove forgotten --num-iter references. Message-Id: <20110623142315.3922.62237.launchpad@loganberry.canonical.com> Date: Thu, 23 Jun 2011 14:23:15 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13265"; Instance="initZopeless config overlay" X-Launchpad-Hash: 5e34499750f941508b0eed7aef83f969b0ad6244 ------------------------------------------------------------ revno: 35 committer: Alexandros Frantzis branch nick: trunk timestamp: Thu 2011-06-23 17:13:00 +0300 message: Remove forgotten --num-iter references. modified: src/options.cc --- 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/options.cc' --- src/options.cc 2011-06-23 13:32:36 +0000 +++ src/options.cc 2011-06-23 14:13:00 +0000 @@ -53,7 +53,6 @@ {"force-tex-update", 0, 0, 0}, {"manual-redirect", 0, 0, 0}, {"run-forever", 0, 0, 0}, - {"num-iters", 1, 0, 0}, {"list-tests", 0, 0, 0}, {"no-swap-buffers", 0, 0, 0}, {"debug", 0, 0, 0}, @@ -93,8 +92,6 @@ " --force-tex-update Force texture updates even when they are unchanged\n" " --manual-redirect Perform a manual redirect when using XComposite\n" " --run-forever Run indefinitely, looping from the last test back to the first\n" - " --num-iters The number of iterations run for each test\n" - " [default: 5]\n" " --list-tests List the avalaible tests and their options\n" " --no-swap-buffers Don't update the screen by swapping the front and\n" " back buffer, use glFinish() instead\n"