summaryrefslogtreecommitdiff
path: root/cogl/cogl-driver.h
Commit message (Expand)AuthorAgeFilesLines
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-11/+18
* introduce texture loaders to make allocations lazyRobert Bragg2014-01-011-25/+0
* texture: remove _cogl_texture_prepare_for_uploadRobert Bragg2013-07-111-0/+1
* framebuffer: Bind the framebuffer before querying the bitsNeil Roberts2013-01-081-4/+1
* Allow lazy texture storage allocationRobert Bragg2013-01-021-8/+5
* framebuffer: split out GL read_pixels codeRobert Bragg2013-01-021-0/+8
* Remove cogl-internal.hRobert Bragg2013-01-021-0/+12
* texture: expose mipmap level in set region apisRobert Bragg2012-11-271-7/+9
* Allow propogation of OOM errors to appsRobert Bragg2012-11-261-4/+10
* Add cogl_buffer_map_range()Neil Roberts2012-10-171-3/+5
* Fix a warning in the vtable for texture_2d_get_dataNeil Roberts2012-09-271-1/+1
* buffer: splits out GL specific codeRobert Bragg2012-09-251-0/+26
* clip-stack: Splits out opengl specific codeRobert Bragg2012-09-251-0/+7
* attribute: Split out GL specific codeRobert Bragg2012-09-241-0/+12
* texture-2d: factor out all GL specific codeRobert Bragg2012-09-241-0/+108
* framebuffer: split GL code out from cogl-framebuffer.cRobert Bragg2012-09-071-0/+57
* Adds CoglError apiRobert Bragg2012-09-071-1/+1
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-2/+2
* Add a vtable for the driverNeil Roberts2012-03-231-0/+51