diff mbox

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

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

Commit Message

alexandros.frantzis@linaro.org July 21, 2011, 12:36 p.m. UTC
------------------------------------------------------------
revno: 75
tags: 11.01
committer: Alexandros Frantzis <alexandros.frantzis@linaro.org>
timestamp: Tue 2011-01-25 17:07:17 +0200
message:
  Update files for 11.01 release.
modified:
  INSTALL
  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 'INSTALL'
--- INSTALL	2010-07-12 16:17:07 +0000
+++ INSTALL	2011-01-25 15:07:17 +0000
@@ -2,7 +2,7 @@ 
 
 To configure glmark2 use:
 
-$ ./waf configure [--gl --glesv2 --data-path=DATA_PATH --prefix=PREFIX]
+$ ./waf configure [--enable-gl --enable-glesv2 --data-path=DATA_PATH --prefix=PREFIX]
 
 To build use:
 

=== modified file 'NEWS'
--- NEWS	2010-07-28 15:02:36 +0000
+++ NEWS	2011-01-25 15:07:17 +0000
@@ -1,3 +1,12 @@ 
+glmark2 11.01 (20110125)
+==========================
+
+* Fix visual corruption in glmark2-es2 due to missing depth buffer.
+* Fix linking issues with gcc 4.5.
+* Use correct GL functions to manipulate shaders vs programs.
+* Make result reporting more parser-friendly.
+* Upgrade build system to waf 1.6.2.
+
 glmark2 10.07.1 (20100728)
 ==========================
 

=== modified file 'wscript'
--- wscript	2011-01-25 00:59:11 +0000
+++ wscript	2011-01-25 15:07:17 +0000
@@ -7,7 +7,7 @@ 
 out = 'build'
 top = '.'
 
-VERSION = '10.07.1'
+VERSION = '11.01'
 APPNAME = 'glmark2'
 
 def options(opt):