summaryrefslogtreecommitdiff
path: root/cogl/cogl-context-private.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for setting up stereo CoglOnscreensOwen W. Taylor2014-07-171-0/+1
* Use the EGL_KHR_surfacless_context extensionNeil Roberts2014-06-171-0/+5
* This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg2014-02-221-11/+18
* Use COGL_FLAGS_* for the context's private feature flagsNeil Roberts2013-11-281-1/+3
* Always add the #version pragma to shadersNeil Roberts2013-09-021-0/+8
* Separate out CoglPath api into sub-libraryRobert Bragg2013-08-191-0/+1
* Use the Wayland embedded linked list implementation instead of BSD'sNeil Roberts2013-06-131-3/+3
* pipeline: improve real_blend_enable checksRobert Bragg2013-06-061-1/+2
* Add a callback to get dirty events from a CoglOnscreenNeil Roberts2013-05-301-1/+2
* Add fence APIDaniel Stone2013-05-281-0/+5
* Add api for queuing idle callback internallyRobert Bragg2013-04-301-0/+1
* cogl-texture: Make the list of registered types global, not per-contextJasper St. Pierre2013-02-131-4/+0
* cogl-context: Remove the unused buffer_types variableJasper St. Pierre2013-02-131-4/+0
* onscreen: Add CoglFrameInfo and _add_frame_callback() apiOwen W. Taylor2013-01-301-0/+6
* Remove cogl-internal.hRobert Bragg2013-01-221-1/+0
* Adds back tex_coord array for CoglShader compatibilityRobert Bragg2013-01-221-0/+1
* clip-stack: workaround intel gen6 viewport clip bugRobert Bragg2013-01-221-0/+3
* Use cogl_buffer_map_range from the journalNeil Roberts2013-01-221-0/+1
* Add a GL 3 driverNeil Roberts2013-01-221-1/+9
* check the glsl version during initRobert Bragg2013-01-221-0/+3
* Adds CoglError apiRobert Bragg2013-01-221-1/+1
* Add conf vars to trick Cogl to think extensions are disabledNeil Roberts2012-08-061-0/+6
* Adds initial GLES2 integration supportRobert Bragg2012-08-061-0/+7
* Re-design the matrix stack using a graph of opsRobert Bragg2012-08-061-11/+14
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-061-13/+13
* Removes all remaining use of CoglHandleRobert Bragg2012-08-061-3/+3
* Don't include any GL header from the public GL headersNeil Roberts2012-08-061-0/+1
* Add a mechanism for determining GPU driver detailsNeil Roberts2012-04-051-0/+5
* Use GL_ARB_sampler_objectsNeil Roberts2012-04-051-0/+3
* Add a vtable for the driverNeil Roberts2012-03-231-1/+3
* Remove the point size cache on the contextNeil Roberts2012-03-071-2/+0
* context: removes some uses of CoglHandleRobert Bragg2012-02-211-7/+10
* cogl-pipeline-layer: Use CoglTextureType instead of GL target enumNeil Roberts2012-02-131-0/+1
* gl-prototypes: split up cogl-ext-functions.hRobert Bragg2012-01-041-1/+1
* Flush matrices in the progend and flip with a vectorNeil Roberts2011-12-061-8/+18
* rework enabling of attributes, removing _cogl_enable()Robert Bragg2011-12-061-12/+15
* framebuffer: Optimize _cogl_framebuffer_flush_state()Robert Bragg2011-12-061-2/+4
* cogl-pipeline: Use a hash table for faster uniform name lookupNeil Roberts2011-11-161-3/+7
* cogl-pipeline: Add support for setting uniform valuesNeil Roberts2011-11-161-0/+8
* cogl-flags: Use longs instead of intsNeil Roberts2011-11-161-3/+3
* features: Support more than 32 features!Robert Bragg2011-11-011-1/+2
* pipeline: optimize _compare_differences functionsRobert Bragg2011-09-211-3/+0
* Make backface culling be part of the legacy stateNeil Roberts2011-09-191-2/+1
* Adds ColorMask support to CoglRobert Bragg2011-07-191-0/+1
* Combine _cogl_context_check_gl_version and update_features into oneNeil Roberts2011-07-181-8/+6
* framebuffer: Add dither_enabled getter/settersRobert Bragg2011-07-131-0/+2
* fragend-arbfp: Move the pipeline cache to a separate fileNeil Roberts2011-07-131-3/+2
* Dynamically load the GL or GLES libraryNeil Roberts2011-07-111-2/+14
* Move the cogl texture driver functions to a vtableNeil Roberts2011-07-081-0/+4
* cogl-context: Remove the driver private dataNeil Roberts2011-07-081-10/+0