summaryrefslogtreecommitdiff
path: root/cogl/cogl-texture.c
Commit message (Expand)AuthorAgeFilesLines
* Also flip the virtual coordinates when iterating spansNeil Roberts2013-01-211-6/+9
* texture: Adds cogl_texture_set_data convenience apiRobert Bragg2013-01-211-0/+28
* Allow lazy texture storage allocationRobert Bragg2013-01-211-6/+44
* texture: add width/height members to base CoglTextureRobert Bragg2013-01-211-2/+6
* Move _cogl_texture_get_gl_format to -texture-gl.cRobert Bragg2013-01-211-6/+0
* Remove cogl-internal.hRobert Bragg2013-01-211-1/+0
* texture: expose mipmap level in set region apisRobert Bragg2013-01-211-43/+103
* moves some gl texture code too cogl-texture-gl.cRobert Bragg2013-01-211-64/+0
* bitmap: ret CoglError from _new_with_malloc_bufferRobert Bragg2013-01-211-5/+23
* texture: split out high-level texture constructorsRobert Bragg2013-01-211-298/+1
* Allow propogation of OOM errors to appsRobert Bragg2013-01-211-156/+338
* sync cogl-blit and cogl-texture with masterRobert Bragg2013-01-201-33/+33
* Use GL_ARB_texture_swizzle to emulate GL_ALPHA texturesNeil Roberts2013-01-201-1/+37
* Add a GL 3 driverNeil Roberts2013-01-201-1/+1
* texture-2d: factor out all GL specific codeRobert Bragg2013-01-201-0/+1
* texture: rename texobj flush code as gl specificRobert Bragg2013-01-201-21/+20
* Adds CoglError apiRobert Bragg2013-01-201-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
* Change API so that CoglPixelBuffer no longer knows its w/h/formatNeil Roberts2012-03-051-56/+0
* Add a public cogl_framebuffer_read_pixels_into_bitmapNeil Roberts2012-03-051-13/+12
* _cogl_bitmap_convert: Also handle premult conversionsNeil Roberts2012-03-051-12/+6
* Avoid making up the format COGL_PIXEL_FORMAT_A_8_PRENeil Roberts2012-03-051-3/+2
* texture: Handle premult conversions when getting texture dataNeil Roberts2012-02-231-1/+10
* Adds a context arg to cogl_pipeline_new()Robert Bragg2012-02-211-1/+1
* offscreen: Replace use of CoglHandle with CoglOffscreenRobert Bragg2012-02-211-2/+5
* Remove all internal includes of cogl.hRobert Bragg2012-02-201-1/+1
* moves and renames _cogl_get_format_bppRobert Bragg2012-02-201-10/+11
* Move all types/prototypes from cogl.h -> cogl[1]-context.hRobert Bragg2012-02-201-0/+1
* Add _cogl_texture_get_type()Neil Roberts2012-02-131-0/+6
* When internally using an FBO, check for allocation errorsNeil Roberts2012-02-071-0/+6
* texture: Flush the dependent journals on get_dataNeil Roberts2012-01-311-0/+5
* object: Remove the type member of CoglObjectClassNeil Roberts2012-01-271-4/+3
* avoid touching fb matrix stack directlyRobert Bragg2011-12-061-15/+9
* texture: assert set_region size <= src sizeRobert Bragg2011-12-061-0/+8