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: 4255 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 A2F3123EF5 for ; Thu, 22 Sep 2011 10:52:22 +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 91B35A18357 for ; Thu, 22 Sep 2011 10:52:22 +0000 (UTC) Received: by mail-fx0-f52.google.com with SMTP id 23so3657845fxe.11 for ; Thu, 22 Sep 2011 03:52:22 -0700 (PDT) Received: by 10.223.61.66 with SMTP id s2mr2830230fah.27.1316688740515; Thu, 22 Sep 2011 03:52:20 -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 y6cs163865lad; Thu, 22 Sep 2011 03:52:20 -0700 (PDT) Received: by 10.227.157.18 with SMTP id z18mr1943263wbw.85.1316688736395; 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 gb17si129652wbb.55.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-00013E-Ta 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 D7FC2E1837 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: 141 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~glmark2-dev/glmark2/trunk] Rev 141: shaders: Add README file explaining the state and usage of shader sources. Message-Id: <20110922105215.18991.40281.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: 0fc330818b171f4607794126b58caea11249b2fa ------------------------------------------------------------ revno: 141 committer: Alexandros Frantzis branch nick: trunk timestamp: Wed 2011-09-21 11:56:22 +0300 message: shaders: Add README file explaining the state and usage of shader sources. added: data/shaders/README.shaders --- 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 === added file 'data/shaders/README.shaders' --- data/shaders/README.shaders 1970-01-01 00:00:00 +0000 +++ data/shaders/README.shaders 2011-09-21 08:56:22 +0000 @@ -0,0 +1,5 @@ +This directory contains the shader sources used by glmark2 benchmarks. + +Note that many of the shaders are either incomplete or are templates and can't +be used directly! Missing pieces (eg constants, precision statements, actual +code) are added dynamically at runtime.