summaryrefslogtreecommitdiff
path: root/cogl/cogl-texture.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for RG texturesNeil Roberts2014-01-201-0/+15
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-11/+18
* texture: fix cogl_texture_get_components prototypeRobert Bragg2014-01-021-1/+1
* remove internal_format and redundant error argumentsRobert Bragg2014-01-011-2/+10
* introduce texture loaders to make allocations lazyRobert Bragg2014-01-011-30/+184
* get_texture_bits_via_offscreen(): use meta texture formatRobert Bragg2014-01-011-25/+46
* texture: return ints from _get_width/heightRobert Bragg2014-01-011-2/+2
* texture: make cogl_texture_get_format api privateRobert Bragg2014-01-011-4/+4
* texture: allocate on slicing/hw repeat queriesRobert Bragg2014-01-011-0/+6
* ensure texture allocated in _get_gl_texture() in preparationRobert Bragg2014-01-011-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-161-1/+1
* texture: remove _cogl_texture_prepare_for_uploadRobert Bragg2013-07-111-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-081-6/+9
* texture: Adds cogl_texture_set_data convenience apiRobert Bragg2013-01-021-0/+28
* texture: remove unused cogl_texture_get_max_wasteRobert Bragg2013-01-021-6/+0
* Allow lazy texture storage allocationRobert Bragg2013-01-021-6/+44
* texture: add width/height members to base CoglTextureRobert Bragg2013-01-021-2/+6
* Move _cogl_texture_get_gl_format to -texture-gl.cRobert Bragg2013-01-021-6/+0
* Remove cogl-internal.hRobert Bragg2013-01-021-1/+0
* texture: expose mipmap level in set region apisRobert Bragg2012-11-271-34/+82
* replace public cogl_flush with _cogl_framebuffer_flushRobert Bragg2012-11-271-1/+0
* moves some gl texture code too cogl-texture-gl.cRobert Bragg2012-11-261-64/+0
* Make cogl_texture_draw_and_read_to_bitmap publicRobert Bragg2012-11-261-30/+10
* bitmap: ret CoglError from _new_with_malloc_bufferRobert Bragg2012-11-261-5/+23
* texture: split out high-level texture constructorsRobert Bragg2012-11-261-258/+1
* Allow propogation of OOM errors to appsRobert Bragg2012-11-261-125/+214
* Use GL_ARB_texture_swizzle to emulate GL_ALPHA texturesNeil Roberts2012-11-231-1/+37
* Add a GL 3 driverNeil Roberts2012-10-011-1/+1
* texture-2d: factor out all GL specific codeRobert Bragg2012-09-241-6/+7
* texture: rename texobj flush code as gl specificRobert Bragg2012-09-241-21/+20
* Remove cogl-primitives.h and CoglTextureVertexNeil Roberts2012-09-141-1/+0
* texture: Add a context pointer to each textureRobert Bragg2012-09-101-16/+15
* texture-rectangle: Make new_from_foreign api publicRobert Bragg2012-09-101-4/+7
* texture: remove cogl_texture_get_rowstrideRobert Bragg2012-09-101-13/+0
* texture: removes cogl_texture_new_from_sub_textureRobert Bragg2012-09-101-13/+0
* Adds CoglError apiRobert Bragg2012-09-071-3/+3
* meta-texture: Fix textures[] indexAlban Browaeys2012-09-061-1/+1
* texture: remove deprecated cogl_texture_ref/unrefRobert Bragg2012-08-301-29/+0
* bitmap: Adds cogl_android_bitmap_new_from_asset()Robert Bragg2012-06-211-1/+3
* Remove lots of legacy api depending on the default contextRobert Bragg2012-05-171-33/+33
* Allow npot Texture2D creation with only basic npot supportRobert Bragg2012-04-241-18/+39
* Remove legacy stateNeil Roberts2012-04-181-1/+1
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-64/+64
* Removes all remaining use of CoglHandleRobert Bragg2012-04-181-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