summaryrefslogtreecommitdiff
path: root/cogl/cogl-texture-2d.c
Commit message (Expand)AuthorAgeFilesLines
* Allow npot Texture2D creation with only basic npot supportRobert Bragg2012-08-061-6/+19
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-061-24/+24
* Removes all remaining use of CoglHandleRobert Bragg2012-08-061-26/+22
* 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-9/+5
* Add a CoglPrimitiveTexture interfaceNeil Roberts2012-04-041-7/+19
* 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-10/+14
* Add a vtable for the driverNeil Roberts2012-03-231-18/+23
* Create standalone public wayland client/server headersRobert Bragg2012-03-201-1/+1
* Add a public cogl_bitmap_new_for_dataNeil Roberts2012-03-141-6/+5
* Make _cogl_bitmap_get_{width,height,format,rowstride} publicNeil Roberts2012-03-051-8/+8
* Remove all internal includes of cogl.hRobert Bragg2012-02-201-1/+0
* moves and renames _cogl_get_format_bppRobert Bragg2012-02-201-5/+6
* Add _cogl_texture_get_type()Neil Roberts2012-02-131-0/+7
* texture-2d/wayland: destroy transient EGLImagesRobert Bragg2012-02-081-7/+9
* renderer: Adds api to add/remove selection constraintsRobert Bragg2012-01-161-4/+4
* Updates in line with latest wayland protocolRobert Bragg2012-01-161-9/+3
* cogl-texture-2d: Fix checking for the EGL winsysNeil Roberts2011-12-141-5/+5
* wayland: Updates the wayland compositor side supportRobert Bragg2011-12-071-30/+38
* framebuffer: Optimize _cogl_framebuffer_flush_state()Robert Bragg2011-12-061-1/+2
* build: don't inc egl headers for non EGL buildsRobert Bragg2011-11-281-0/+2
* Skip clip flush in _texture_2d_copy_from_framebufferRobert Bragg2011-11-031-3/+4
* Start to reduce dependence on glibRobert Bragg2011-11-011-7/+7
* meta-texture: This publicly exposes CoglMetaTextureRobert Bragg2011-11-011-69/+2
* features: Support more than 32 features!Robert Bragg2011-11-011-4/+4
* 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-27/+28
* Move the cogl texture driver functions to a vtableNeil Roberts2011-07-081-31/+40
* Use all core GL functions through indirect pointersNeil Roberts2011-07-081-32/+42
* Move all of the GL function pointers directly to CoglContextNeil Roberts2011-07-071-1/+1
* Adds _cogl_wayland_texture_2d_new_from_buffer APIRobert Bragg2011-06-011-0/+69
* Add _cogl_egl_texture_2d_new_from_image APIRobert Bragg2011-06-011-0/+48
* Make CoglTexture2D public as experimental APIRobert Bragg2011-06-011-18/+78
* framebuffer: expose experimental cogl_get_draw_framebufferRobert Bragg2011-04-111-2/+2
* cogl: rename cogl-context.h cogl-context-private.hRobert Bragg2011-04-111-1/+1
* cogl-texture-2d: Add an internal wrapper around glCopyTexSubImage2DNeil Roberts2011-02-151-0/+35
* 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-1/+1
* Support foreign textures in the texture-2d and rectangle backendsNeil Roberts2010-10-221-7/+128
* cogl-bitmap: Encapsulate the CoglBitmap even internallyNeil Roberts2010-07-151-29/+41
* material: split the texture unit management outRobert Bragg2010-07-131-1/+1
* Add a GL_GENERATE_MIPMAP fallback to the texture 2d and 3d backendsNeil Roberts2010-07-131-11/+37
* Rename the third texure coordinate from 'r' to 'p'Neil Roberts2010-07-131-1/+1
* Move _cogl_texture_2d_is_pot to cogl-util.hNeil Roberts2010-07-131-9/+2
* Don't define public cogl_is_* functions for internal typesNeil Roberts2010-07-091-2/+2
* cogl-texture: Share the common code in the set_region virtualNeil Roberts2010-07-091-47/+11
* cogl-texture: Share the common code in the get_data virtualNeil Roberts2010-07-091-90/+12