From patchwork Wed Jul 4 10:29:10 2012 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: 9818 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 DA06F23E23 for ; Wed, 4 Jul 2012 10:29:13 +0000 (UTC) Received: from mail-yw0-f52.google.com (mail-yw0-f52.google.com [209.85.213.52]) by fiordland.canonical.com (Postfix) with ESMTP id 99F2BA1808C for ; Wed, 4 Jul 2012 10:29:13 +0000 (UTC) Received: by yhpp61 with SMTP id p61so7683055yhp.11 for ; Wed, 04 Jul 2012 03:29:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf :content-type:mime-version:x-launchpad-project:x-launchpad-branch :x-launchpad-message-rationale:x-launchpad-branch-revision-number :x-launchpad-notification-type:to:from:subject:message-id:date :reply-to:sender:errors-to:precedence:x-generated-by :x-launchpad-hash:x-gm-message-state; bh=mvVIDvGuhzGIESCzbpQiwpE/JnsNrfRDpmhquqUIsl0=; b=Ry/xZs7Pqll9A2945hVex5hJAcvTkKumqj3wyRRGWx4fThZheWPM99fuYTOXemN4iV orZ0HhRxuKI0WTjJThQ48cfBsVzgG2sCNV3xkE/8F563fn1pa1fNIsPLot5vF0+9VaZr BOU0H5bEBDyFvxdHXNCxFMShmG9unn57AoMcTBq7ztrtLTbTwKpFK9kF9Y1tcVEJu4VB xaBj/wWe7rjdcrm3IJiuG8JkvQ2d2y8XQhbIcazRieOzCZvsUoBZLedyKTYKxIgV3ubt w80K0WIW6NsiQoxkcC748jYvvaFtyX9+VX0+67HgzZg8ybRUk5jqcKtLUuBZBY5ROIXb 1Bhw== Received: by 10.50.193.196 with SMTP id hq4mr10882178igc.57.1341397752848; Wed, 04 Jul 2012 03:29:12 -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.231.24.148 with SMTP id v20csp52032ibb; Wed, 4 Jul 2012 03:29:11 -0700 (PDT) Received: by 10.216.166.197 with SMTP id g47mr5411058wel.179.1341397751058; Wed, 04 Jul 2012 03:29:11 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id s2si35547061wiz.17.2012.07.04.03.29.10 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 04 Jul 2012 03:29:11 -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 1SmMpa-0004pQ-B8 for ; Wed, 04 Jul 2012 10:29:10 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 3B203E00AA for ; Wed, 4 Jul 2012 10:29:10 +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: 228 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~glmark2-dev/glmark2/trunk] Rev 228: SceneIdeas, SceneTexture: Properly initialize member variables. Message-Id: <20120704102910.10897.49183.launchpad@ackee.canonical.com> Date: Wed, 04 Jul 2012 10:29:10 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="15544"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: bdc696849c085df5e5e5e9b20fbade2c7aaa7d4e X-Gm-Message-State: ALoCoQmEHlRh9Wf9OEk/UdKp3AgFLOTYXp/5Ffo9OftEFlf3XmyfBIIyAePA+qaY9MLZyLQ8BQTw ------------------------------------------------------------ revno: 228 committer: Alexandros Frantzis branch nick: trunk timestamp: Wed 2012-07-04 13:07:42 +0300 message: SceneIdeas,SceneTexture: Properly initialize member variables. modified: src/scene-ideas.cpp src/scene-texture.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-ideas.cpp' --- src/scene-ideas.cpp 2012-05-22 12:28:40 +0000 +++ src/scene-ideas.cpp 2012-07-04 10:07:42 +0000 @@ -200,7 +200,7 @@ } SceneIdeas::SceneIdeas(Canvas& canvas) : - Scene(canvas, "ideas") + Scene(canvas, "ideas"), priv_(0) { options_["speed"] = Scene::Option("speed", "duration", "Time coefficient (1.0 is \"wall clock\" speed, <1.0 is slower, >1.0 is faster). A special value of \"duration\" computes this as a function of the \"duration\" option"); === modified file 'src/scene-texture.cpp' --- src/scene-texture.cpp 2012-06-26 22:41:07 +0000 +++ src/scene-texture.cpp 2012-07-04 10:07:42 +0000 @@ -38,7 +38,8 @@ using std::string; SceneTexture::SceneTexture(Canvas &pCanvas) : - Scene(pCanvas, "texture") + Scene(pCanvas, "texture"), radius_(0.0), + orientModel_(false), orientationAngle_(0.0) { const ModelMap& modelMap = Model::find_models(); string optionDesc("Which model to use [");