diff mbox

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

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

Commit Message

alexandros.frantzis@linaro.org July 21, 2011, 12:36 p.m. UTC
------------------------------------------------------------
revno: 93
committer: Alexandros Frantzis <alexandros.frantzis@linaro.org>
timestamp: Fri 2011-06-24 12:25:13 +0300
message:
  Update files for 2011.06 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-05-30 09:57:35 +0000
+++ NEWS	2011-06-24 09:25:13 +0000
@@ -1,3 +1,19 @@ 
+glmark2 2011.06 (20110624)
+==========================
+
+* Improve benchmark versatility by allowing runtime-configurable,
+  per-scene options.
+* Add command line option to list avalaible scenes and their
+  supported options (-l,--list-scenes).
+* Allow specifying the scenes to run and their options from the
+  command line (-b,--benchmark).
+* Add basic output validation functionality (--validate).
+* Add command line option to call glFinish() instead of swapping
+  the front and back buffers (--no-swap-buffers).
+* Replace custom math and shader infrastructure with functionality
+  provided by LibMatrix (lp:libmatrix).
+* Improve user documentation (--help and man page).
+
 glmark2 11.05 (20110530)
 ==========================
 

=== modified file 'wscript'
--- wscript	2011-05-30 09:57:35 +0000
+++ wscript	2011-06-24 09:25:13 +0000
@@ -7,7 +7,7 @@ 
 out = 'build'
 top = '.'
 
-VERSION = '11.05'
+VERSION = '2011.06'
 APPNAME = 'glmark2'
 
 def options(opt):