summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2012-09-17 23:05:46 +0100
committerRobert Bragg <robert@linux.intel.com>2012-09-17 23:08:45 +0100
commit7429fb8df758c08a5efd82185e3483fbfd3cdedc (patch)
treece0b5d2e3f44dad303a4e178b0c6b607a5b57b0a
parent1b3a7ac0ab882278638a787dc339e56255c3feea (diff)
downloadcogl-7429fb8df758c08a5efd82185e3483fbfd3cdedc.tar.gz
Updates NEWS for the 1.11.6 release
-rw-r--r--NEWS37
1 files changed, 37 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 29f17bcc..8930a764 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+Cogl 1.11.6 2012-09-17
+
+ • List of changes since Cogl 1.11.4
+
+ » Support latest libgbm api
+ » Improve error handling for cogl_texture_2d_new_from_foreign
+ » Avoid referencing contexts internally so Android
+ applications can reliably destroy the resources of a context without
+ us needing to introduce api to break internal circular references.
+ » More work to reduce our dependence on a global context internally.
+ » Recognize the latest Mesa GL vendor strings and the "Software
+ Rasterizer" renderer string.
+ » Improved cogl-gles2 support by not depending on drivers allowing
+ multiple vertex shaders in one program which isn't actually meant
+ to be supported in GLES 2.0 anyway. (We were lucky before because
+ Mesa happened to allow this but it doesn't work with other vendor
+ drivers.)
+
+ • List of bugs fixed since Cogl 1.11.4
+
+ #683414 - memory corruption when freeing layer cache
+ #683818 - Need to pick up new Mesa strings
+ #683083 - Fix textures[] index
+
+Many thanks to:
+
+ Robert Bragg
+ Neil Roberts
+ Alban Browaeys
+ Alexander Larsson
+ Bruce Cowan
+ Daniel Stone
+ Gabor Kelemen
+ Ihar Hrachyshka
+ Marek Černocký
+ Piotr Drąg
+
Cogl 1.11.4 2012-09-03
• List of changes since Cogl 1.11.2