summaryrefslogtreecommitdiff
path: root/cogl/cogl-texture-driver.h
Commit message (Expand)AuthorAgeFilesLines
* texture: expose mipmap level in set region apisRobert Bragg2013-01-221-11/+2
* Allow propogation of OOM errors to appsRobert Bragg2013-01-221-6/+9
* Use GL_ARB_texture_swizzle to emulate GL_ALPHA texturesNeil Roberts2013-01-221-3/+2
* Use the internal format to check if the texture size is supportedDamien Lespiau2012-08-061-0/+1
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-061-8/+8
* Use GL_PACK_ALIGNMENT of 1 whenever possibleNeil Roberts2012-04-051-0/+1
* Add a context parameter to all of the texture driver virtualsNeil Roberts2012-03-231-50/+61
* Add a vtable for the driverNeil Roberts2012-03-231-17/+2
* Move the cogl texture driver functions to a vtableNeil Roberts2011-07-081-184/+179
* Add a Cogl texture 3D backendNeil Roberts2010-07-131-0/+26
* material: Avoid redundant glBindTexture callsRobert Bragg2010-06-091-0/+2
* Remove mentions of the FSF addressEmmanuele Bassi2010-03-011-3/+3
* gles2: Remove the special wrapper for glBindTextureNeil Roberts2010-02-251-7/+0
* cogl: new textures sould have GL_TEXTURE_MIN_FILTER set to GL_LINEARDamien Lespiau2010-02-081-0/+9
* cogl: Add _cogl_texture_driver_upload_to_glNeil Roberts2009-12-021-0/+14
* cogl: Move data only used for upload out of CoglTextureNeil Roberts2009-12-021-3/+3
* [cogl-texture] Split CoglTexture into an abstract class + CoglTexture2dSlicedVladimir Nadvornik2009-10-161-0/+12
* Intial Re-layout of the Cogl source code and introduction of a Cogl WinsysRobert Bragg2009-10-161-0/+157