summaryrefslogtreecommitdiff
path: root/cogl/cogl-texture-3d.c
Commit message (Expand)AuthorAgeFilesLines
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-11/+18
* remove internal_format and redundant error argumentsRobert Bragg2014-01-011-18/+7
* introduce texture loaders to make allocations lazyRobert Bragg2014-01-011-148/+214
* Use COGL_FLAGS_* for the context's private feature flagsNeil Roberts2013-11-281-1/+1
* texture: remove _cogl_texture_prepare_for_uploadRobert Bragg2013-07-111-18/+28
* generalize driver description and selectionRobert Bragg2013-06-121-1/+1
* texture: remove unused cogl_texture_get_max_wasteRobert Bragg2013-01-021-7/+0
* Allow lazy texture storage allocationRobert Bragg2013-01-021-29/+47
* texture: add width/height members to base CoglTextureRobert Bragg2013-01-021-17/+1
* texture: expose mipmap level in set region apisRobert Bragg2012-11-271-4/+7
* bitmap: ret CoglError from _new_with_malloc_bufferRobert Bragg2012-11-261-1/+4
* Allow propogation of OOM errors to appsRobert Bragg2012-11-261-33/+57
* Check for out-of-memory when allocating 3d texturesRobert Bragg2012-11-261-9/+21
* Use GL_ARB_texture_swizzle to emulate GL_ALPHA texturesNeil Roberts2012-11-231-2/+4
* Fix a warning in the vtable for texture_2d_get_dataNeil Roberts2012-09-271-1/+1
* texture: rename texobj flush code as gl specificRobert Bragg2012-09-241-24/+24
* texture: Add a context pointer to each textureRobert Bragg2012-09-101-7/+4
* Adds CoglError apiRobert Bragg2012-09-071-20/+21
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-23/+23
* Removes all remaining use of CoglHandleRobert Bragg2012-04-181-3/+3
* Add constructors which take a CoglBitmap to all primitive texturesNeil Roberts2012-04-051-10/+10
* Add a CoglPrimitiveTexture interfaceNeil Roberts2012-04-041-1/+12
* bitmap: Store a pointer to the contextNeil Roberts2012-04-041-4/+5
* Add a context parameter to all of the texture driver virtualsNeil Roberts2012-03-231-5/+7
* Add a vtable for the driverNeil Roberts2012-03-231-8/+10
* Add a public cogl_bitmap_new_for_dataNeil Roberts2012-03-141-18/+27
* Add -Wmissing-declarations to maintainer flags and fix problemsNeil Roberts2012-03-061-6/+0
* Make _cogl_bitmap_get_{width,height,format,rowstride} publicNeil Roberts2012-03-051-3/+3
* texture-3d: remove _EXP defines + CoglHandle and pass contextRobert Bragg2012-02-211-60/+58
* Remove all internal includes of cogl.hRobert Bragg2012-02-201-1/+1
* moves and renames _cogl_get_format_bppRobert Bragg2012-02-201-4/+6
* Add _cogl_texture_get_type()Neil Roberts2012-02-131-0/+7
* Start to reduce dependence on glibRobert Bragg2011-11-011-1/+1
* meta-texture: This publicly exposes CoglMetaTextureRobert Bragg2011-11-011-75/+1
* features: Support more than 32 features!Robert Bragg2011-11-011-4/+4
* Dynamically load the GL or GLES libraryNeil Roberts2011-07-111-2/+2
* Move the cogl texture driver functions to a vtableNeil Roberts2011-07-081-13/+15
* Use all core GL functions through indirect pointersNeil Roberts2011-07-081-27/+34
* Move all of the GL function pointers directly to CoglContextNeil Roberts2011-07-071-2/+2
* cogl: rename cogl-context.h cogl-context-private.hRobert Bragg2011-04-111-1/+1
* journal: Support per-framebuffer journalsRobert Bragg2011-01-211-1/+1
* Remove the GLES2 wrapperNeil Roberts2010-12-131-0/+2
* cogl-texture: Remove the gl_handle from CoglTextureSliceCallbackNeil Roberts2010-11-111-2/+0
* cogl: rename CoglMaterial -> CoglPipelineRobert Bragg2010-11-031-2/+2
* profile: Update to uprof-0.3 dep for --enable-profileRobert Bragg2010-09-141-0/+1
* cogl-bitmap: Encapsulate the CoglBitmap even internallyNeil Roberts2010-07-151-50/+59
* cogl-texture-3d: Use glTexSubImage3D through an indirect pointerNeil Roberts2010-07-141-0/+1
* cogl-texture-3d: Fix the cogl-material-private header includeNeil Roberts2010-07-141-1/+1
* cogl-texture-3d: Don't include cogl-texture-2d-private.hNeil Roberts2010-07-141-1/+0
* Add a GL_GENERATE_MIPMAP fallback to the texture 2d and 3d backendsNeil Roberts2010-07-131-18/+32