summaryrefslogtreecommitdiff
path: root/cogl/cogl-texture.c
Commit message (Expand)AuthorAgeFilesLines
* Registers gtypes for all public objects and structsLionel Landwerlin2014-03-201-0/+3
* This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg2014-02-221-11/+18
* Add support for RG texturesNeil Roberts2014-01-201-0/+15
* texture: fix cogl_texture_get_components prototypeRobert Bragg2014-01-131-1/+1
* auto-texture: Adds cogl-auto-texture.h headerRobert Bragg2014-01-091-13/+0
* remove internal_format and redundant error argumentsRobert Bragg2014-01-091-2/+25
* introduce texture loaders to make allocations lazyRobert Bragg2014-01-091-30/+169
* get_texture_bits_via_offscreen(): use meta texture formatRobert Bragg2014-01-091-25/+46
* texture: make cogl_texture_get_format api privateRobert Bragg2014-01-091-46/+4
* texture: allocate on slicing/hw repeat queriesRobert Bragg2014-01-091-0/+6
* ensure texture allocated in _get_gl_texture() in preparationRobert Bragg2014-01-091-0/+3
* Use COGL_FLAGS_* for the context's private feature flagsNeil Roberts2013-11-281-1/+1
* offscreen: rename _new_to_texture to _new_with_textureRobert Bragg2013-08-191-1/+1
* texture: remove _cogl_texture_prepare_for_uploadRobert Bragg2013-07-291-86/+0
* cogl-texture: Make the list of registered types global, not per-contextJasper St. Pierre2013-02-131-6/+4
* Add some defines that are missing on GLESNeil Roberts2013-01-251-0/+5
* Also flip the virtual coordinates when iterating spansNeil Roberts2013-01-221-6/+9
* texture: Adds cogl_texture_set_data convenience apiRobert Bragg2013-01-221-0/+28
* Allow lazy texture storage allocationRobert Bragg2013-01-221-6/+44
* texture: add width/height members to base CoglTextureRobert Bragg2013-01-221-2/+6
* Move _cogl_texture_get_gl_format to -texture-gl.cRobert Bragg2013-01-221-6/+0
* Remove cogl-internal.hRobert Bragg2013-01-221-1/+0
* texture: expose mipmap level in set region apisRobert Bragg2013-01-221-43/+103
* moves some gl texture code too cogl-texture-gl.cRobert Bragg2013-01-221-64/+0
* bitmap: ret CoglError from _new_with_malloc_bufferRobert Bragg2013-01-221-5/+23
* texture: split out high-level texture constructorsRobert Bragg2013-01-221-298/+1
* Allow propogation of OOM errors to appsRobert Bragg2013-01-221-156/+338
* sync cogl-blit and cogl-texture with masterRobert Bragg2013-01-221-33/+33
* Use GL_ARB_texture_swizzle to emulate GL_ALPHA texturesNeil Roberts2013-01-221-1/+37
* Add a GL 3 driverNeil Roberts2013-01-221-1/+1
* texture-2d: factor out all GL specific codeRobert Bragg2013-01-221-0/+1
* texture: rename texobj flush code as gl specificRobert Bragg2013-01-221-21/+20
* Adds CoglError apiRobert Bragg2013-01-221-2/+2
* texture-rectangle: Make new_from_foreign api publicRobert Bragg2013-01-181-4/+7
* texture: Add a context pointer to each textureRobert Bragg2012-09-171-16/+15
* meta-texture: Fix textures[] indexAlban Browaeys2012-09-171-1/+1
* bitmap: Adds cogl_android_bitmap_new_from_asset()Robert Bragg2012-08-061-0/+2
* Allow npot Texture2D creation with only basic npot supportRobert Bragg2012-08-061-18/+39
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-061-64/+64
* Removes all remaining use of CoglHandleRobert Bragg2012-08-061-12/+12
* Use GL_PACK_ALIGNMENT of 1 whenever possibleNeil Roberts2012-04-051-3/+20
* Use ffs to calculate the GL_{UN,}PACK_ALIGNMENTNeil Roberts2012-04-051-16/+12
* Fix places that ignore the COGL_TEXTURE_NO_AUTO_MIPMAP flagNeil Roberts2012-04-051-2/+8
* Add constructors which take a CoglBitmap to all primitive texturesNeil Roberts2012-04-051-5/+11
* texture: Fix error handling in get_texture_bits_via_offscreenAdel Gadllah2012-04-021-5/+6
* gles: Support the GL_EXT_texture_format_BGRA8888 extensionNeil Roberts2012-03-231-0/+9
* Add a vtable for the driverNeil Roberts2012-03-231-13/+17
* Add a public cogl_bitmap_new_for_dataNeil Roberts2012-03-141-74/+55
* texture: When reading, convert data directly into user's bufferNeil Roberts2012-03-141-36/+17
* Make _cogl_bitmap_get_{width,height,format,rowstride} publicNeil Roberts2012-03-051-10/+10