From patchwork Thu Sep 22 10:52: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: 4250 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 8142C23EF5 for ; Thu, 22 Sep 2011 10:52:17 +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 6E0B1A1864A for ; Thu, 22 Sep 2011 10:52:17 +0000 (UTC) Received: by fxe23 with SMTP id 23so3657845fxe.11 for ; Thu, 22 Sep 2011 03:52:17 -0700 (PDT) Received: by 10.223.5.76 with SMTP id 12mr2815764fau.103.1316688737221; Thu, 22 Sep 2011 03:52:17 -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 y6cs163862lad; Thu, 22 Sep 2011 03:52:17 -0700 (PDT) Received: by 10.216.24.70 with SMTP id w48mr2102374wew.20.1316688736454; Thu, 22 Sep 2011 03:52:16 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id m43si6700008weq.72.2011.09.22.03.52.16 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 22 Sep 2011 03:52:16 -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 1R6gt5-00013H-Vi for ; Thu, 22 Sep 2011 10:52:15 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id E7B12E1837 for ; Thu, 22 Sep 2011 10:52:15 +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: 142 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~glmark2-dev/glmark2/trunk] Rev 142: SceneBuild: Correct "model" option documentation. Message-Id: <20110922105215.18991.54947.launchpad@ackee.canonical.com> Date: Thu, 22 Sep 2011 10:52: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="13996"; Instance="initZopeless config overlay" X-Launchpad-Hash: c3da036a87d783ffcb8f509f62725381d11a400f ------------------------------------------------------------ revno: 142 committer: Alexandros Frantzis branch nick: trunk timestamp: Wed 2011-09-21 12:52:37 +0300 message: SceneBuild: Correct "model" option documentation. We currenly support only the horse and bunny models. modified: src/scene-build.cpp --- 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 'src/scene-build.cpp' --- src/scene-build.cpp 2011-09-19 16:18:59 +0000 +++ src/scene-build.cpp 2011-09-21 09:52:37 +0000 @@ -36,7 +36,7 @@ mOptions["interleave"] = Scene::Option("interleave", "false", "Whether to interleave vertex attribute data [true,false]"); mOptions["model"] = Scene::Option("model", "horse", - "Which model to use [horse, angel, buddha, bunny, dragon, armadillo]"); + "Which model to use [horse, bunny]"); } SceneBuild::~SceneBuild()