summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2012-03-20 15:47:53 +0000
committerNeil Roberts <neil@linux.intel.com>2012-03-20 17:13:16 +0000
commit6b90c24baad223a245c0e0cbbe6de418224a0b2f (patch)
tree0e6c952e881a6feb6219367e661c49babc757c6e
parenta8cc560a4261db72fa233fea3c3144b4a263cb48 (diff)
downloadcogl-6b90c24baad223a245c0e0cbbe6de418224a0b2f.tar.gz
Updates NEWS for the 1.10.0 release
-rw-r--r--NEWS57
1 files changed, 57 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ab0e8e94..fb07c3ae 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