From patchwork Thu May 23 21:05:20 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jesse Barker X-Patchwork-Id: 17181 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-qc0-f199.google.com (mail-qc0-f199.google.com [209.85.216.199]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 0C5782395B for ; Thu, 23 May 2013 21:06:38 +0000 (UTC) Received: by mail-qc0-f199.google.com with SMTP id s1sf4781261qcw.6 for ; Thu, 23 May 2013 14:05:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-beenthere:x-forwarded-to:x-forwarded-for:delivered-to :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:x-original-sender :x-original-authentication-results:mailing-list:list-id :x-google-group-id:list-post:list-help:list-archive:list-unsubscribe :content-type; bh=tyXJ8ohC1+6KeBxzAMjc7kegEUubQT0Qvgpw4ejlV40=; b=oDRD5MDnroscSBCjyQzkR5+SWObS0A4fJ00oT7fWWlF0hBLDfvLwm2wO1+f7Bnb5e+ wjvx0xTmcraSfIc87z/RJukDpK/Xj9ki6/WOeIU+wOdPrCAuDibESi2WyvHXZ/TV+iOB SyyLUMsgHV4Vg7y9BtheP4f2Is15bEMdIST1AdwGW3I/hAgq8+Y8h1f6qJXv/eLn9FCK sEWH30YweF/GU+Zn7+/tcqFw3wN0Sp4PiT9TDr8F8o7BYMywQgyRdj4faj3xmXwOWXke Ap+oRvOZiBwAzuavEq0KqB/o0wjXz0mwth+Huxm/cndQvYWJhdOYY+mWIgPPpeIyMukI X4wA== X-Received: by 10.224.217.195 with SMTP id hn3mr7117042qab.5.1369343141904; Thu, 23 May 2013 14:05:41 -0700 (PDT) X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.70.164 with SMTP id n4ls1596632qeu.64.gmail; Thu, 23 May 2013 14:05:41 -0700 (PDT) X-Received: by 10.220.168.71 with SMTP id t7mr6550071vcy.39.1369343141693; Thu, 23 May 2013 14:05:41 -0700 (PDT) Received: from mail-vb0-x22f.google.com (mail-vb0-x22f.google.com [2607:f8b0:400c:c02::22f]) by mx.google.com with ESMTPS id ef7si7400293vdc.124.2013.05.23.14.05.41 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 23 May 2013 14:05:41 -0700 (PDT) Received-SPF: neutral (google.com: 2607:f8b0:400c:c02::22f is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=2607:f8b0:400c:c02::22f; Received: by mail-vb0-f47.google.com with SMTP id x13so2569444vbb.34 for ; Thu, 23 May 2013 14:05:41 -0700 (PDT) X-Received: by 10.58.90.5 with SMTP id bs5mr6480415veb.60.1369343141453; Thu, 23 May 2013 14:05:41 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.220.126.138 with SMTP id c10csp70163vcs; Thu, 23 May 2013 14:05:40 -0700 (PDT) X-Received: by 10.180.81.169 with SMTP id b9mr47050390wiy.12.1369343120682; Thu, 23 May 2013 14:05:20 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id h19si10242185wiw.127.2013.05.23.14.05.20 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 23 May 2013 14:05:20 -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; Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1UfchM-0006oW-4U for ; Thu, 23 May 2013 21:05:20 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 0E1BBE086A for ; Thu, 23 May 2013 21:05:20 +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: 273 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~glmark2-dev/glmark2/trunk] Rev 273: ShaderSource: Parse precision strings using fuzzy split to allow spaces. Message-Id: <20130523210520.24101.6428.launchpad@ackee.canonical.com> Date: Thu, 23 May 2013 21:05:20 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: list X-Generated-By: Launchpad (canonical.com); Revision="16640"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: fc37f22369049a2411962ef1ab3071da0fe88292 X-Gm-Message-State: ALoCoQlEZht7DmvLElA74mPV6iQiohPsK3zVQzhS3Ko10IPqBDyOHZdnvzae8p6XQujyHMDLN9R0 X-Original-Sender: noreply@launchpad.net X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 2607:f8b0:400c:c02::22f is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , ------------------------------------------------------------ revno: 273 committer: Jesse Barker branch nick: trunk timestamp: Thu 2013-05-23 14:03:57 -0700 message: ShaderSource: Parse precision strings using fuzzy split to allow spaces. modified: src/libmatrix/shader-source.cc --- 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/libmatrix/shader-source.cc' --- src/libmatrix/shader-source.cc 2012-08-13 10:09:08 +0000 +++ src/libmatrix/shader-source.cc 2013-05-23 21:03:57 +0000 @@ -589,7 +589,7 @@ { std::vector elems; - Util::split(precision_values, ',', elems, Util::SplitModeNormal); + Util::split(precision_values, ',', elems, Util::SplitModeFuzzy); for (size_t i = 0; i < elems.size() && i < 4; i++) { const std::string& pstr(elems[i]);