summaryrefslogtreecommitdiff
path: root/cogl
Commit message (Expand)AuthorAgeFilesLines
* Clear the scissor before calling glBlitFramebuffer in swap_regionNeil Roberts2013-01-071-0/+9
* doc: Generate a valid cogl-context.xmlDamien Lespiau2013-01-041-2/+2
* opengl: Fix conditional call of BlendFuncSeparateAdam Jackson2012-12-071-2/+2
* cogl-gles2-context: Cast func pointers to void* when fillingChun-wei Fan2012-11-241-5/+10
* cogl.symbols: Add symbols required for Clutter 1.12Chun-wei Fan2012-11-241-0/+4
* sdl: Don't set SDL_GL_DOUBLEBUFFER when the swap chain has no prefNeil Roberts2012-11-232-4/+6
* wayland: Port to new Wayland protocolRob Bradford2012-10-181-10/+18
* Use the right context when pushing the GLES2 context to an onscreenNeil Roberts2012-10-011-6/+16
* Remove an out of date comment in the GLES2 context codeNeil Roberts2012-10-011-4/+0
* egl: Only allow GLES2 context creation for the GLES2 driverNeil Roberts2012-10-011-1/+2
* Fix the terminator in one of the extension listsNeil Roberts2012-09-281-1/+1
* winsys-glx: Remove the vblank counter feature when indirect renderingNeil Roberts2012-09-281-0/+3
* Bug 682071-cogl/cogl-sdl.h: MSVC: Link to SDL when apps are builtChun-wei Fan2012-09-191-0/+9
* gles2-context: Don't split the wrapper snippet into twoNeil Roberts2012-09-171-51/+36
* gles2-context: only insert prelude + wrapper into strv onceRobert Bragg2012-09-171-25/+30
* cogl-gles2-context: Append wrapper shader to user shadersDaniel Stone2012-09-172-50/+25
* gpu-info: Match latest Mesa stringsRobert Bragg2012-09-171-1/+4
* texture: Add a context pointer to each textureRobert Bragg2012-09-179-91/+86
* Don't take internal references on the contextRobert Bragg2012-09-177-40/+44
* Avoid referencing file scope context in _context_new()Robert Bragg2012-09-171-20/+20
* texture-2d: improve new_from_foreign error handlingRobert Bragg2012-09-171-14/+38
* framebuffer: drop _ALLOCATE_FLAG_DEPTH24_STENCIL8Robert Bragg2012-09-172-19/+23
* meta-texture: Fix textures[] indexAlban Browaeys2012-09-172-3/+3
* pipeline: Fix the layer index used when pruning layersNeil Roberts2012-09-071-1/+1
* pipeline: Ensure the pipeline layer cache is freed when pruning layersNeil Roberts2012-09-071-5/+9
* kms: Fix the version check for GBMNeil Roberts2012-09-061-1/+3
* Make the default driver selectable at configure timeSjoerd Simons2012-09-032-0/+11
* profile: Print warning if "Mainloop" timer missingRobert Bragg2012-09-031-1/+43
* journal: Add a uprof timer around the _flush() discardRobert Bragg2012-09-031-0/+7
* debug: define COGL_DEBUG_ macros for non-debug buildsRobert Bragg2012-09-031-16/+0
* pipeline: make _GET_LAYER_NO_CREATE enum a flagRobert Bragg2012-09-031-1/+1
* debug: ignore wireframe debug drawing for line primitivesRobert Bragg2012-09-031-2/+8
* primitive: Don't leak indicesRobert Bragg2012-09-031-0/+3
* kms: Update to latest gbm apiRobert Bragg2012-09-031-3/+7
* cogl-version: Fix the 'since' tags in the documentationNeil Roberts2012-09-031-10/+11
* cogl-version: Fix the version numberNeil Roberts2012-09-031-4/+4
* tex-driver-gles: Fix subregion uploads without GL_EXT_unpack_subimageNeil Roberts2012-08-291-0/+2
* Update/fix cogl.symbols for 1.12Chun-wei Fan2012-08-171-4/+76
* cogl/Makefile.am: Correct the way gen-enums.bat is createdChun-wei Fan2012-08-171-2/+2
* cogl-gles2: Install headers in cogl/ instead of in cogl2/Tomeu Vizoso2012-08-161-1/+1
* kms: Use a dummy surface instead of the surfaceless extensionNeil Roberts2012-08-153-50/+49
* framebuffer: Take const pointers for the matrix settersNeil Roberts2012-08-152-4/+4
* bitmap: Use the 'copy' blend mode when loading images on QuartzNeil Roberts2012-08-151-0/+2
* Remove one final user of cogl-handle and cogl-handle.h itselfSjoerd Simons2012-08-152-36/+1
* cogl-gles2-context: Wrap glCopyTex{Sub,}Image2D to flip the resultNeil Roberts2012-08-151-14/+210
* cogl-gles2-context: Keep track of extra data per texture objectNeil Roberts2012-08-152-4/+240
* cogl-gles2-context: Flip the rendering when framebuffer is offscreenNeil Roberts2012-08-142-0/+788
* Add a wrapper for 'memmem'Neil Roberts2012-08-142-0/+34
* cogl-gles2-context: Keep some extra data for shaders and programsNeil Roberts2012-08-142-0/+327
* cogl-gles2-context: Fix the default viewport and scissor sizeNeil Roberts2012-08-142-0/+26