3
• List of changes since Cogl 1.13.2
5
» New CoglOutput API to query information about displays.
6
» New API for querying frame timing information in a frame callback.
7
» New API for querying the buffer age of an onscreen framebuffer.
8
» Fixed building the GLES2 driver without the GL driver.
9
» Fixed X errors when Cogl is used after an onscreen is destroyed.
10
» Fixed API used by Clutter-GST to query the number of texture units.
11
» Fixed the soname for the libcogl-pango2 library
12
» Fixed building with MinGW32
14
• Bugzilla bugs closed since 1.13.2:
16
#669122 - Clipped redraws and tearing
17
#692420 - Build fails on Mac OS Mountain Lion:
18
error: 'GL_NUM_EXTENSIONS' undeclared
19
#693360 - cogl-pango: Fix some doc/introspection comments
20
#693612 - cogl-pango: wrong rendering on the second line of an
22
#693696 - Fix startup with gnome-shell and cogl-1.14
23
#693894 - COGL_TEST_ONSCREEN=0 results in onscreen conformance testing
24
#694164 - Don't use GL_MAP_INVALIDATE_RANGE_BIT on READ_BIT buffers
38
Cogl 1.13.2 2013-01-21
40
• List of changes since Cogl 1.12.2
42
» Adds support for texture based depth buffers
43
» Lots of internal re-working to enable non-GL based drivers
44
» Added a stub, NOP driver that can be useful for profiling
45
» cogl_texture_rectangle_new_from_foreign() make public
46
» cogl_debug_matrix_print() debug api added
47
» Added support for building Cogl without a Glib dependency
48
(we'd like to support Cogl with emscripten/NaCl with minimal
50
» Unified a lot of gles 2.0 and gl driver support
51
» Added OpenGL 3.1 core profile support
52
» Lots of gtk-doc annotation fixes
53
» cogl_buffer_map_range() api added
54
» Improved SDL 2 support
55
» Added cogl_sdl_onscreen_get_window() api
56
» Much improved out-of-memory error reporting
57
» Added support for constant attributes
58
» Lots of internal work to avoid referencing a global context
59
» Added a new CoglMatrixStack api
60
» Enabled lazy texture storage allocation
61
» Added cogl_texture_allocate() for optional explicit allocation
62
» Add cogl_texture_set_data() convenience api
63
» Various fixes for handling sliced texture
64
» Added cogl_framebuffer_get_depth_bits() api
66
• Bugzilla bugs closed since Cogl 1.12.2
68
#685915 - Screenshot API is broken on big-endian
69
#690891 - Support Automake 1.13
70
#691945 - _cogl_unpack_uint{8,16}_t
1
80
Cogl 1.12.2 2013-01-04
3
82
• List of changes since Cogl 1.12.0