summaryrefslogtreecommitdiff
path: root/cogl/cogl-context.c
Commit message (Expand)AuthorAgeFilesLines
* drop support for GLESwip/rstrode/prepare-for-mutter-mergeRay Strode2016-01-121-10/+1
* Registers gtypes for all public objects and structsLionel Landwerlin2014-03-201-0/+2
* Expose EGL context/display and GLX contextRobert Bragg2014-03-201-13/+0
* This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg2014-02-221-11/+18
* framebuffer: move fb stack under cogl/deprecated/Robert Bragg2014-01-091-0/+2
* remove internal_format and redundant error argumentsRobert Bragg2014-01-091-5/+1
* introduce texture loaders to make allocations lazyRobert Bragg2014-01-091-21/+33
* Use COGL_FLAGS_* for the context's private feature flagsNeil Roberts2013-11-281-7/+8
* generalize driver description and selectionRobert Bragg2013-08-231-1/+3
* Separate out CoglPath api into sub-libraryRobert Bragg2013-08-191-2/+1
* context: Don't forget to unref() the renderer if we create it ourselvesDamien Lespiau2013-07-291-0/+1
* Fix the alpha value in the default texture dataNeil Roberts2013-07-011-1/+1
* Use the Wayland embedded linked list implementation instead of BSD'sNeil Roberts2013-06-131-3/+3
* Add support for per-vertex point sizesNeil Roberts2013-06-071-0/+3
* pipeline: improve real_blend_enable checksRobert Bragg2013-06-061-1/+1
* Add a callback to get dirty events from a CoglOnscreenNeil Roberts2013-05-301-1/+2
* Add fence APIDaniel Stone2013-05-281-0/+2
* Add api for queuing idle callback internallyRobert Bragg2013-04-301-12/+0
* Move event polling into CoglRendererRobert Bragg2013-04-301-0/+18
* 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-2/+0
* Add cogl_get_clock_time()Owen W. Taylor2013-01-301-0/+12
* onscreen: Add CoglFrameInfo and _add_frame_callback() apiOwen W. Taylor2013-01-301-0/+8
* Add some defines that are missing on GLESNeil Roberts2013-01-251-1/+7
* Remove cogl-internal.hRobert Bragg2013-01-221-1/+1
* build: Hide cogl_pipeline_cache_{new,free}()Damien Lespiau2013-01-221-2/+2
* matrix-stack: make CoglMatrixStack publicRobert Bragg2013-01-221-6/+6
* 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/+17
* Add a GL 3 driverNeil Roberts2013-01-221-53/+65
* Adds a NOP driverRobert Bragg2013-01-221-5/+11
* Adds CoglError apiRobert Bragg2013-01-221-8/+18
* framebuffer: split GL code out from cogl-framebuffer.cRobert Bragg2013-01-181-29/+4
* Avoid referencing file scope context in _context_new()Robert Bragg2012-09-171-20/+20
* Add conf vars to trick Cogl to think extensions are disabledNeil Roberts2012-08-061-0/+105
* Adds initial GLES2 integration supportRobert Bragg2012-08-061-1/+5
* Workaround drisw bug where clipped redraws don't workRobert Bragg2012-08-061-2/+0
* Re-design the matrix stack using a graph of opsRobert Bragg2012-08-061-23/+23
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-061-1/+1
* Removes all remaining use of CoglHandleRobert Bragg2012-08-061-16/+14
* fix cogl_context_new crash if fail to connect rendererRobert Bragg2012-04-111-1/+10
* Add a mechanism for determining GPU driver detailsNeil Roberts2012-04-051-0/+3
* Use GL_ARB_sampler_objectsNeil Roberts2012-04-051-0/+3
* Add constructors which take a CoglBitmap to all primitive texturesNeil Roberts2012-04-051-13/+12
* bitmap: Store a pointer to the contextNeil Roberts2012-04-041-2/+1
* Add a vtable for the driverNeil Roberts2012-03-231-18/+13
* Add a public cogl_bitmap_new_for_dataNeil Roberts2012-03-141-7/+11
* Remove the point size cache on the contextNeil Roberts2012-03-071-2/+0
* Adds a context arg to cogl_pipeline_new()Robert Bragg2012-02-211-4/+4
* texture-3d: remove _EXP defines + CoglHandle and pass contextRobert Bragg2012-02-211-2/+2