[cogl] Updates NEWS for the 1.10.0 release



commit 6b90c24baad223a245c0e0cbbe6de418224a0b2f
Author: Neil Roberts <neil linux intel com>
Date:   Tue Mar 20 15:47:53 2012 +0000

    Updates NEWS for the 1.10.0 release

 NEWS |   57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 57 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index ab0e8e9..fb07c3a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,60 @@
+Cogl 1.10.0                                                        2012-03-20
+
+  â List of changes since Cogl 1.9.8
+
+  Â Add cogl_framebuffer_draw_[*_]rectangle functions. These can be
+    used as a replacement for cogl_rectangle in the 2.0 API to avoid
+    the global framebuffer stack.
+  Â Fixed flushing the point size with the GL driver when using GLSL.
+  Â Added the missing cogl_is_onscreen and cogl_is_framebuffer functions.
+  Â Added cogl_quaternion_init_from_quaternion and
+    cogl_quaternion_init_from_matrix to the public headers.
+  Â Make cogl_has_feature available when only
+    COGL_ENABLE_EXPERIMENTAL_API is defined.
+  Â Add cogl_framebuffer_read_pixels. This is a convenience wrapper
+    around cogl_framebuffer_read_pixels_into_bitmap to read directly
+    into an application's buffer.
+  Â Added a public cogl_bitmap_new_for_data function. This can be used
+    for example to call cogl_framebuffer_read_pixels_into_bitmap to
+    read directly into an application's buffer with an unusual
+    rowstride.
+  Â Visual Studio build fixes
+  Â Translation updates
+
+  â List of bugs fixed since Cogl 1.9.8
+
+    https://bugzilla.gnome.org:
+
+    #669122 - Clipped redraws and tearing
+    #671984 - cogl glyph cache uses uninitialised variable.
+    #671985 - cogl matrix stack has a use after realloc
+    #672038 - Move the fallback define for GL_PACK_INVERT_MESA
+    #672174 - cogl_path_curve_to second parameter ignored
+    #672243 - Drive by leak fix when code spelunking
+
+Many thanks to:
+
+  Chun-wei Fan
+  Robert Bragg
+  Dave Airlie
+  Matej UrbanÄiÄ
+  Adam MatouÅek
+  Adel Gadllah
+  Alexander Shopov
+  Bruce Cowan
+  Daniel Nylander
+  DÃnes AlmÃsi
+  Duarte Loreto
+  Enrico Nicoletto
+  Fran DiÃguez
+  Khoem Sokhem
+  Nilamdyuti Goswami
+  Piotr DrÄg
+  Ray Strode
+  Ryan Lortie
+  Yuri Myasoedov
+  çé
+
 Cogl 1.9.8                                                         2012-03-05
 
   â List of changes since Cogl 1.9.6



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]