diff mbox

[Branch,~glmark2-dev/glmark2/trunk] Rev 113: Update files for 2011.07 release.

Message ID 20110721123638.17019.99436.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

alexandros.frantzis@linaro.org July 21, 2011, 12:36 p.m. UTC
------------------------------------------------------------
revno: 113
tags: 2011.07
committer: Alexandros Frantzis <alexandros.frantzis@linaro.org>
timestamp: Thu 2011-07-21 12:14:51 +0300
message:
  Update files for 2011.07 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-06-24 11:47:33 +0000
+++ NEWS	2011-07-21 09:14:51 +0000
@@ -1,3 +1,15 @@ 
+glmark2 2011.07 (20110719)
+==========================
+
+* Replace SDL with custom window handling code.
+* Add benchmark for shader conditionals.
+* Add benchmark for shader function calls.
+* Add benchmark for shader loops.
+* Add benchmark for real phong (vs blinn-phong) lighting model.
+* Add benchmark for normal mapping.
+* Refactor Mesh class to increase flexibility in vertex attribute
+  handling.
+
 glmark2 2011.06 (20110624)
 ==========================
 

=== modified file 'wscript'
--- wscript	2011-07-12 18:22:45 +0000
+++ wscript	2011-07-21 09:14:51 +0000
@@ -7,7 +7,7 @@ 
 out = 'build'
 top = '.'
 
-VERSION = '2011.06'
+VERSION = '2011.07'
 APPNAME = 'glmark2'
 
 def options(opt):