cogl 1.13.2



About Cogl
==========

Cogl is a small open source software library for using 3D graphics
hardware to draw pretty pictures. The API departs from the flat state
machine style of OpenGL and is designed to make it easy to write
orthogonal components that can render without stepping on each others
toes. Cogl currently supports OpenGL ES 1.1/2.0 and OpenGL > 1.3 (or
1.2 if you have the GL_ARB_multitexture extension), and having Gallium
or D3D backends are options for the future.

News
====

  • 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



Download
========
http://download.gnome.org/sources/cogl/1.13/cogl-1.13.2.tar.xz (1.50M)
  sha256sum: 89fe07febecf9ae5fa3d221a158945771ad14e8891400f462d03cfc0c54aff21



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