summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2013-03-25 13:26:05 +0000
committerNeil Roberts <neil@linux.intel.com>2013-03-25 13:26:05 +0000
commit8defe8203aa7bf32c1111a655efb78609c88160c (patch)
tree4032a25d7b809b584bf58ad90f7f648d976d7552
parentaf8803baab104ce9430191858d16410a0c7f2454 (diff)
downloadcogl-8defe8203aa7bf32c1111a655efb78609c88160c.tar.gz
Updates NEWS for the 1.14.0 release
-rw-r--r--NEWS41
1 files changed, 41 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1b0b7562..a24c02c8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,44 @@
+Cogl 1.14.0 2013-03-25
+
+ • List of changes since Cogl 1.13.4
+
+ » New snippet hook location for adding global definitions that can
+ be shared amongst other snippets.
+ » Fixed some cases where it's not possible to reference the builtin
+ cogl_sampler* uniforms from a snippet.
+ » Fixes for building on Visual Studio.
+ » Fixed a problem with the workaround for the viewport bug in Mesa
+ which could leave a broken scissor when switching between
+ different sized framebuffers.
+ » Fix some cases where the depth buffer wouldn't get cleared in
+ cogl_framebuffer_clear*.
+ » Fix for leaking pipelines and textures when a pipeline is copied
+ but all of its layer properties are replaced.
+ » Fix for interleaving snippets with different hook points.
+ » The Cogland example Wayland compositor has been updated to the
+ Wayland 1.0 API.
+
+ • Bugzilla bugs closed since 1.13.4:
+
+ #686770 - _cogl_bitmap_unbind: assertion failed: (bitmap->bound)
+ for gnome-shell on nexus 7
+ #694537 - Fails to compile if the EGL stack doesn't implement
+ KHR_create_context
+ #694657 - cogl-buffer: Stop warning spam running in sw rendering
+
+Many thanks to:
+
+ Chun-wei Fan
+ Robert Bragg
+ Gheyret Kenji
+ Ján Kyselica
+ Bastien Nocera
+ Duarte Loreto
+ Milo Casagrande
+ Pavol Klačanský
+ Plamena Manolova
+ Tomeu Vizoso
+
Cogl 1.13.4 2013-02-21
• List of changes since Cogl 1.13.2