summaryrefslogtreecommitdiff
path: root/cogl/cogl-gles2-context.c
Commit message (Expand)AuthorAgeFilesLines
* drop support for GLESwip/rstrode/prepare-for-mutter-mergeRay Strode2016-01-121-1966/+0
* Registers gtypes for all public objects and structsLionel Landwerlin2014-03-201-0/+2
* This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg2014-02-221-12/+18
* Don't dereference an unitialised pointer in _cogl_container_ofNeil Roberts2014-02-201-1/+1
* remove internal_format and redundant error argumentsRobert Bragg2014-01-091-10/+7
* framebuffer: defer calculating level size until allocationRobert Bragg2014-01-091-2/+11
* offscreen: rename _new_to_texture to _new_with_textureRobert Bragg2013-08-191-1/+1
* Use the Wayland embedded linked list implementation instead of BSD'sNeil Roberts2013-06-131-10/+11
* texture-2d: factor out all GL specific codeRobert Bragg2013-01-221-0/+1
* Adds CoglError apiRobert Bragg2013-01-221-13/+14
* framebuffer: split GL code out from cogl-framebuffer.cRobert Bragg2013-01-181-4/+5
* framebuffer: Support texture based depth buffersDamien Lespiau2013-01-181-0/+1
* cogl-gles2-context: Cast func pointers to void* when fillingChun-wei Fan2012-11-241-5/+10
* Remove an out of date comment in the GLES2 context codeNeil Roberts2012-10-011-4/+0
* 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-171-46/+25
* Don't take internal references on the contextRobert Bragg2012-09-171-4/+0
* 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-151-4/+208
* cogl-gles2-context: Flip the rendering when framebuffer is offscreenNeil Roberts2012-08-141-0/+752
* cogl-gles2-context: Keep some extra data for shaders and programsNeil Roberts2012-08-141-0/+266
* cogl-gles2-context: Fix the default viewport and scissor sizeNeil Roberts2012-08-141-0/+21
* Adds initial GLES2 integration supportRobert Bragg2012-08-061-0/+542