diff mbox

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

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

Commit Message

alexandros.frantzis@linaro.org June 24, 2011, 3:54 p.m. UTC
------------------------------------------------------------
revno: 41
committer: Alexandros Frantzis <alexandros.frantzis@linaro.org>
branch nick: trunk
timestamp: Fri 2011-06-24 18:51:57 +0300
message:
  Update files for 2011.06 release.
modified:
  NEWS
  wscript


--
lp:glcompbench
https://code.launchpad.net/~glcompbench-dev/glcompbench/trunk

You are subscribed to branch lp:glcompbench.
To unsubscribe from this branch go to https://code.launchpad.net/~glcompbench-dev/glcompbench/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'NEWS'
--- NEWS	2011-04-28 08:43:59 +0000
+++ NEWS	2011-06-24 15:51:57 +0000
@@ -1,3 +1,20 @@ 
+glcompbench 2011.06 (20110624)
+==============================
+
+* Improve benchmark versatility by allowing runtime-configurable,
+  per-test options.
+* Add command line option to list avalaible tests and their
+  supported options (-l,--list-tests).
+* Allow specifying the tests to run and their options from the
+  command line (-b,--benchmark).
+* Add command line option to call glFinish() instead of swapping
+  the front and back buffers (--no-swap-buffers).
+* Take advantage of GL_MESA_swap_control to disable VSync when
+  available.
+* Improve user documentation (--help and man page).
+* Refactor CompositeTest class hierarchy to make it easier to add
+  new tests.
+
 glcompbench 11.04 (20110428)
 ============================
 

=== modified file 'wscript'
--- wscript	2011-06-24 14:56:59 +0000
+++ wscript	2011-06-24 15:51:57 +0000
@@ -4,7 +4,7 @@ 
 out = 'build'
 top = '.'
 
-VERSION = '11.04'
+VERSION = '2011.06'
 APPNAME = 'glcompbench'
 
 def option_list_cb(option, opt, value, parser):