diff mbox

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

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

Commit Message

alexandros.frantzis@linaro.org July 21, 2011, 12:41 p.m. UTC
------------------------------------------------------------
revno: 54
tags: 2011.07
committer: Alexandros Frantzis <alexandros.frantzis@linaro.org>
branch nick: trunk
timestamp: Thu 2011-07-21 12:50:35 +0300
message:
  Update files for 2011.07 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-06-28 08:38:53 +0000
+++ NEWS	2011-07-21 09:50:35 +0000
@@ -1,3 +1,11 @@ 
+glcompbench 2011.07 (20110719)
+==============================
+
+* Add pixman based compositing tests.
+* Refactor code to support tests that need a non-GL compositing environment.
+* Rename shader source files to *.vert, *.frag.
+* Fixes to GLX TFP support to allow running with nvidia drivers.
+
 glcompbench 2011.06-1 (20110628)
 ================================
 

=== modified file 'wscript'
--- wscript	2011-07-20 15:33:07 +0000
+++ wscript	2011-07-21 09:50:35 +0000
@@ -4,7 +4,7 @@ 
 out = 'build'
 top = '.'
 
-VERSION = '2011.06-1'
+VERSION = '2011.07'
 APPNAME = 'glcompbench'
 
 def option_list_cb(option, opt, value, parser):