diff mbox

[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
State Accepted
Headers show

Commit Message

alexandros.frantzis@linaro.org Sept. 22, 2011, 10:52 a.m. UTC
------------------------------------------------------------
revno: 141
committer: Alexandros Frantzis <alexandros.frantzis@linaro.org>
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
diff mbox

Patch

=== 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.