summaryrefslogtreecommitdiff
path: root/cogl/driver
Commit message (Expand)AuthorAgeFilesLines
* Add support for setting up stereo CoglOnscreensOwen W. Taylor2014-07-171-0/+36
* Use the EGL_KHR_surfacless_context extensionNeil Roberts2014-06-171-0/+29
* Add a COGL_EXT_IN_GLES3 option to specify extensions that are in GLES3Neil Roberts2014-06-174-37/+76
* Don't dereference an unitialised pointer in _cogl_container_ofNeil Roberts2014-02-191-2/+2
* Add support for RG texturesNeil Roberts2014-01-202-0/+61
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-1445-550/+834
* pipeline-cache: Prune old unused pipelines when the cache gets too bigNeil Roberts2014-01-144-67/+127
* remove internal_format and redundant error argumentsRobert Bragg2014-01-012-15/+5
* introduce texture loaders to make allocations lazyRobert Bragg2014-01-016-197/+217
* texture: make cogl_texture_get_format api privateRobert Bragg2014-01-012-3/+3
* framebuffer: defer calculating level size until allocationRobert Bragg2014-01-011-16/+28
* framebuffer: make format internalRobert Bragg2014-01-011-3/+3
* Remove the framebuffer's stack of clip stacksNeil Roberts2013-11-291-2/+1
* Use COGL_FLAGS_* for the context's private feature flagsNeil Roberts2013-11-2816-122/+153
* Add API to control per-framebuffer depth writingHans Petter Jansson2013-10-282-6/+15
* Add the cogl_point_coord snippet builtinNeil Roberts2013-09-021-1/+1
* Always add the #version pragma to shadersNeil Roberts2013-09-024-17/+10
* cogl-texture-gl.c: Don't include strings.h unconditionallyChun-wei Fan2013-08-191-0/+2
* gl: bind position attribute to location 0Robert Bragg2013-08-191-0/+7
* Add _primitive_draw to replace _framebuffer_draw_primitiveRobert Bragg2013-07-151-6/+7
* texture: remove _cogl_texture_prepare_for_uploadRobert Bragg2013-07-114-29/+50
* Don't create a layer when enabling texture coordinate attributesNeil Roberts2013-07-011-12/+31
* Don't generate GLSL for the point size for default pipelinesNeil Roberts2013-06-213-13/+84
* Use the Wayland embedded linked list implementation instead of BSD'sNeil Roberts2013-06-131-20/+27
* Use a GList instead of a BSD list for CoglPipelineSnippetListNeil Roberts2013-06-131-4/+8
* webgl: use DEPTH_STENCIL_ATTACHMENTRobert Bragg2013-06-121-3/+26
* generalize driver description and selectionRobert Bragg2013-06-127-18/+17
* Separate out CoglPath api into sub-libraryRobert Bragg2013-06-121-51/+0
* Add support for per-vertex point sizesNeil Roberts2013-06-076-8/+88
* tests: Adds our first white-box unit testRobert Bragg2013-06-061-2/+34
* pipeline: improve real_blend_enable checksRobert Bragg2013-05-304-46/+83
* Add fence APIDaniel Stone2013-05-282-0/+9
* Remove support for luminance texturesNeil Roberts2013-04-152-16/+0
* gl: ensure depth isn't masked during clearRobert Bragg2013-03-061-1/+15
* Add the layer's sampler and uniform declarations at the startNeil Roberts2013-02-264-75/+125
* Add fragment and vertex snippet hooks for global declarationsNeil Roberts2013-02-262-2/+36
* win32: Minor build fixes for building for win32Neil Roberts2013-02-211-0/+1
* buffer: Don't set the invalidate hint when requesting read accessNeil Roberts2013-02-191-7/+24
* Bind the framebuffer before calling glDiscardFramebufferNeil Roberts2013-02-111-0/+3
* Don't #ifdef the call to glDiscardFramebufferNeil Roberts2013-02-111-5/+14
* Fix a clear of an array allocated with alloca which had the wrong sizeNeil Roberts2013-02-081-2/+2
* Remove the public ARBfp featureNeil Roberts2013-01-303-3/+3
* Don't set GL_TEXTURE_MAX_LEVEL on GLESNeil Roberts2013-01-254-11/+13
* Replace some #if HAVE_COGL_GL lines with #ifdefNeil Roberts2013-01-251-1/+1
* progend-glsl: dirty prog for vertex state changesRobert Bragg2013-01-211-6/+8
* Don't try to use clip planes on GL3Neil Roberts2013-01-081-10/+13
* framebuffer: Support the GL_RED texture workaround when querying bitsNeil Roberts2013-01-081-0/+10
* Query the framebuffer stencil bits instead of assuming it's globalNeil Roberts2013-01-083-14/+6
* Add a public cogl_framebuffer_get_depth_bits() functionNeil Roberts2013-01-081-2/+6
* framebuffer: Bind the framebuffer before querying the bitsNeil Roberts2013-01-084-65/+47