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