diff mbox

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

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

Commit Message

alexandros.frantzis@linaro.org July 21, 2011, 12:36 p.m. UTC
------------------------------------------------------------
revno: 81
tags: 11.05
committer: Alexandros Frantzis <alexandros.frantzis@linaro.org>
timestamp: Mon 2011-05-30 12:57:35 +0300
message:
  Update files for 11.05 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-01-25 15:07:17 +0000
+++ NEWS	2011-05-30 09:57:35 +0000
@@ -1,3 +1,12 @@ 
+glmark2 11.05 (20110530)
+==========================
+
+* Don't use the SDL_OPENGL flag for GLESv2 (LP: #761848).
+* Ensure our screen updates are not synchronized with the vertical
+  retrace (LP: 761855).
+* Use the correct GL headers depending on the flavor (desktop vs ES2).
+* Query the correct GL object for shader linking status.
+
 glmark2 11.01 (20110125)
 ==========================
 

=== modified file 'wscript'
--- wscript	2011-01-25 15:07:17 +0000
+++ wscript	2011-05-30 09:57:35 +0000
@@ -7,7 +7,7 @@ 
 out = 'build'
 top = '.'
 
-VERSION = '11.01'
+VERSION = '11.05'
 APPNAME = 'glmark2'
 
 def options(opt):