summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2013-01-21 16:53:00 +0000
committerRobert Bragg <robert@linux.intel.com>2013-01-22 18:00:11 +0000
commit24b064abf7fe8f9a029d0abd1fb450281b2bac11 (patch)
tree7ca3766f8fd97e664b7a849b1af4780444e8651d /NEWS
parent8c319e4bc165b38294aaf5e727e9a03b13a479d1 (diff)
downloadcogl-24b064abf7fe8f9a029d0abd1fb450281b2bac11.tar.gz
Updates NEWS for the 1.13.2 release
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS44
1 files changed, 43 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 296c1be2..5d94cfde 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,45 @@
+Cogl 1.13.2 2013-01-21
+
+ • List of changes since Cogl 1.12.2
+
+ » Adds support for texture based depth buffers
+ » Lots of internal re-working to enable non-GL based drivers
+ » Added a stub, NOP driver that can be useful for profiling
+ » cogl_texture_rectangle_new_from_foreign() make public
+ » cogl_debug_matrix_print() debug api added
+ » Added support for building Cogl without a Glib dependency
+ (we'd like to support Cogl with emscripten/NaCl with minimal
+ dependencies)
+ » Unified a lot of gles 2.0 and gl driver support
+ » Added OpenGL 3.1 core profile support
+ » Lots of gtk-doc annotation fixes
+ » cogl_buffer_map_range() api added
+ » Improved SDL 2 support
+ » Added cogl_sdl_onscreen_get_window() api
+ » Much improved out-of-memory error reporting
+ » Added support for constant attributes
+ » Lots of internal work to avoid referencing a global context
+ » Added a new CoglMatrixStack api
+ » Enabled lazy texture storage allocation
+ » Added cogl_texture_allocate() for optional explicit allocation
+ » Add cogl_texture_set_data() convenience api
+ » Various fixes for handling sliced texture
+ » Added cogl_framebuffer_get_depth_bits() api
+
+ • Bugzilla bugs closed since Cogl 1.12.2
+
+ #685915 - Screenshot API is broken on big-endian
+ #690891 - Support Automake 1.13
+ #691945 - _cogl_unpack_uint{8,16}_t
+
+Many thanks to:
+
+ Damien Lespiau
+ Robert Bragg
+ Neil Roberts
+ Adel Gadllah
+ Rico Tzschichholz
+
Cogl 1.12.2 2013-01-04
• List of changes since Cogl 1.12.0
@@ -41,7 +83,7 @@ Cogl 1.12.0 2012-09-24
» MSVC build updates to fix building with SDL support
» Lots of translation updates
-
+
• List of bugs fixed since Cogl 1.11.6
#682071 - Fix Visual C++ build when using the SDL winsys