summaryrefslogtreecommitdiff
path: root/cogl/cogl-gles2-context.c
Commit message (Expand)AuthorAgeFilesLines
* texture-2d: factor out all GL specific codeRobert Bragg2013-01-201-0/+1
* Adds CoglError apiRobert Bragg2013-01-201-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