summaryrefslogtreecommitdiff
path: root/cogl/cogl-texture-2d.c
Commit message (Expand)AuthorAgeFilesLines
* cogl-texture: Replace the ensure_mipmaps virtual with pre_paintNeil Roberts2010-06-221-13/+14
* cogl-texture: List texture subclass types rather than hardcoding themNeil Roberts2010-06-221-1/+1
* Add _cogl_texture_2d_externally_modifiedNeil Roberts2010-06-221-0/+9
* material: Avoid redundant glBindTexture callsRobert Bragg2010-06-091-8/+24
* cogl-texture-2d: Regenerate the mipmaps when the texture is modifiedNeil Roberts2010-05-281-0/+2
* cogl-texture-2d: Optimise _cogl_texture_2d_is_potNeil Roberts2010-05-201-14/+1
* cogl-material: Add support for setting the wrap mode for a layerNeil Roberts2010-04-121-4/+0
* Split the wrap mode of _cogl_texture_set_wrap_mode into threeNeil Roberts2010-04-121-10/+16
* Set pixel store parameters before calling glGetTexImageOwen W. Taylor2010-03-191-0/+3
* cogl-texture-2d: Determine format before checking texture supportNeil Roberts2010-03-151-0/+3
* Fix checks for out-of-bounds coordinates and repeatsOwen W. Taylor2010-03-151-3/+12
* Fall back in _cogl_texture_2d_new_from_bitmap()Owen W. Taylor2010-03-021-0/+3
* Remove mentions of the FSF addressEmmanuele Bassi2010-03-011-3/+3
* cogl: remove redundant _cogl_journal_flush prototypeRobert Bragg2010-02-121-0/+1
* cogl: improves header and coding style consistencyRobert Bragg2010-02-121-16/+18
* cogl: Add a fallback for when the signbit macro is missingNeil Roberts2010-02-111-1/+1
* cogl-texture-2d: Use _cogl_texture_driver_gen to generate the GL texNeil Roberts2010-02-091-2/+1
* cogl: new textures sould have GL_TEXTURE_MIN_FILTER set to GL_LINEARDamien Lespiau2010-02-081-4/+5
* cogl: Let GL do the format conversion when uploading texture dataNeil Roberts2010-02-011-51/+41
* cogl: Do the premult conversion in-place rather than copying to a new bufferNeil Roberts2010-02-011-6/+6
* cogl: Make CoglSubTexture only work for quad renderingNeil Roberts2010-01-181-0/+17
* cogl-texture-2d: Fix the coordinate wrapping for negative coordinatesNeil Roberts2010-01-151-2/+2
* cogl: Add a CoglTexture2D backendNeil Roberts2009-12-021-0/+623