diff mbox

[Branch,~glmark2-dev/glmark2/trunk] Rev 146: Build, Doc: Update files for the 2011.09 release.

Message ID 20110922105216.18991.17557.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

alexandros.frantzis@linaro.org Sept. 22, 2011, 10:52 a.m. UTC
------------------------------------------------------------
revno: 146
tags: 2011.09
committer: Alexandros Frantzis <alexandros.frantzis@linaro.org>
branch nick: trunk
timestamp: Wed 2011-09-21 18:01:11 +0300
message:
  Build,Doc: Update files for the 2011.09 release.
modified:
  NEWS
  wscript


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

=== modified file 'NEWS'
--- NEWS	2011-08-18 15:36:14 +0000
+++ NEWS	2011-09-21 15:01:11 +0000
@@ -1,3 +1,13 @@ 
+glmark2 2011.09 (20110921)
+==========================
+
+* Add benchmark for blur desktop effect.
+* Add support for multiple lights in the phong shading benchmark.
+* Add support for loading models from OBJ geometry files.
+* Add Stanford Bunny model and make it available in the build benchmark.
+* Add per-scene options to set shader precision at runtime.
+* Add command-line option to specify the benchmarks to run using a text file.
+
 glmark2 2011.08 (20110818)
 ==========================
 

=== modified file 'wscript'
--- wscript	2011-08-18 21:31:25 +0000
+++ wscript	2011-09-21 15:01:11 +0000
@@ -8,7 +8,7 @@ 
 out = 'build'
 top = '.'
 
-VERSION = '2011.08'
+VERSION = '2011.09'
 APPNAME = 'glmark2'
 
 def options(opt):