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