summaryrefslogtreecommitdiff
path: root/cogl/cogl-texture-rectangle.c
Commit message (Expand)AuthorAgeFilesLines
* drop support for GLESwip/rstrode/prepare-for-mutter-mergeRay Strode2016-01-121-11/+0
* 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
* texture-rectangle: update _new_with_size in line with masterRobert Bragg2014-01-131-35/+5
* remove internal_format and redundant error argumentsRobert Bragg2014-01-091-6/+13
* introduce texture loaders to make allocations lazyRobert Bragg2014-01-091-84/+160
* texture: make cogl_texture_get_format api privateRobert Bragg2014-01-091-1/+1
* Use COGL_FLAGS_* for the context's private feature flagsNeil Roberts2013-11-281-2/+2
* texture-rectangle: Initialize is_foreignDamien Lespiau2013-08-261-0/+1
* texture: remove _cogl_texture_prepare_for_uploadRobert Bragg2013-07-291-27/+40
* Query rectangle tex parameters when creating a foreign texture on GL3Neil Roberts2013-01-251-1/+2
* Replace some #if HAVE_COGL_GL lines with #ifdefNeil Roberts2013-01-251-1/+1
* Allow lazy texture storage allocationRobert Bragg2013-01-221-27/+60
* texture: add width/height members to base CoglTextureRobert Bragg2013-01-221-25/+5
* texture: expose mipmap level in set region apisRobert Bragg2013-01-221-3/+3
* Allow propogation of OOM errors to appsRobert Bragg2013-01-221-38/+65
* Use GL_ARB_texture_swizzle to emulate GL_ALPHA texturesNeil Roberts2013-01-221-8/+8
* Fix a warning in the vtable for texture_2d_get_dataNeil Roberts2013-01-221-1/+1
* texture: rename texobj flush code as gl specificRobert Bragg2013-01-221-23/+23
* Adds CoglError apiRobert Bragg2013-01-221-29/+30
* texture-rectangle: Make new_from_foreign api publicRobert Bragg2013-01-181-18/+41
* texture: Add a context pointer to each textureRobert Bragg2012-09-171-27/+25
* Use the internal format to check if the texture size is supportedDamien Lespiau2012-08-061-1/+3
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-061-14/+14
* Removes all remaining use of CoglHandleRobert Bragg2012-08-061-2/+2
* Use GL_PACK_ALIGNMENT of 1 whenever possibleNeil Roberts2012-04-051-1/+4
* Add constructors which take a CoglBitmap to all primitive texturesNeil Roberts2012-04-051-4/+4
* Add a CoglPrimitiveTexture interfaceNeil Roberts2012-04-041-1/+11
* bitmap: Store a pointer to the contextNeil Roberts2012-04-041-2/+3
* Add a context parameter to all of the texture driver virtualsNeil Roberts2012-03-231-8/+19
* Add a vtable for the driverNeil Roberts2012-03-231-18/+23
* Make _cogl_bitmap_get_{width,height,format,rowstride} publicNeil Roberts2012-03-051-5/+5
* Remove all internal includes of cogl.hRobert Bragg2012-02-201-1/+0
* moves and renames _cogl_get_format_bppRobert Bragg2012-02-201-2/+2
* Add _cogl_texture_get_type()Neil Roberts2012-02-131-0/+7
* texture: Make CoglTextureRectangle experimentally publicRobert Bragg2011-11-011-35/+45
* Start to reduce dependence on glibRobert Bragg2011-11-011-1/+1
* meta-texture: This publicly exposes CoglMetaTextureRobert Bragg2011-11-011-80/+1
* features: Support more than 32 features!Robert Bragg2011-11-011-1/+1
* texture: Call _cogl_texture_prepare_for_upload in set_region implNeil Roberts2011-09-051-4/+8
* Dynamically load the GL or GLES libraryNeil Roberts2011-07-111-26/+25
* Move the cogl texture driver functions to a vtableNeil Roberts2011-07-081-29/+36
* Use all core GL functions through indirect pointersNeil Roberts2011-07-081-31/+41
* cogl: rename cogl-context.h cogl-context-private.hRobert Bragg2011-04-111-1/+1
* journal: Support per-framebuffer journalsRobert Bragg2011-01-211-1/+1
* cogl-texture: Remove the gl_handle from CoglTextureSliceCallbackNeil Roberts2010-11-111-2/+0
* cogl: rename CoglMaterial -> CoglPipelineRobert Bragg2010-11-031-1/+1
* Support foreign textures in the texture-2d and rectangle backendsNeil Roberts2010-10-221-6/+112
* cogl-bitmap: Encapsulate the CoglBitmap even internallyNeil Roberts2010-07-151-22/+21
* material: split the texture unit management outRobert Bragg2010-07-131-0/+1