summaryrefslogtreecommitdiff
path: root/cogl/cogl-context.c
Commit message (Expand)AuthorAgeFilesLines
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-11/+18
* remove internal_format and redundant error argumentsRobert Bragg2014-01-011-5/+1
* introduce texture loaders to make allocations lazyRobert Bragg2014-01-011-21/+33
* Use COGL_FLAGS_* for the context's private feature flagsNeil Roberts2013-11-281-8/+9
* context: Don't forget to unref() the renderer if we create it ourselvesDamien Lespiau2013-07-191-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
* generalize driver description and selectionRobert Bragg2013-06-121-1/+3
* Separate out CoglPath api into sub-libraryRobert Bragg2013-06-121-1/+0
* Add support for per-vertex point sizesNeil Roberts2013-06-071-1/+6
* pipeline: improve real_blend_enable checksRobert Bragg2013-05-301-1/+1
* Add a callback to get dirty events from a CoglOnscreenNeil Roberts2013-05-291-1/+2
* Add fence APIDaniel Stone2013-05-281-0/+2
* Add api for queuing idle callback internallyRobert Bragg2013-04-291-12/+0
* Move event polling into CoglRendererRobert Bragg2013-04-291-0/+18
* onscreen: remove _swap_buffers_callback apisRobert Bragg2013-02-151-6/+0
* cogl-texture: Make the list of registered types global, not per-contextJasper St. Pierre2013-02-131-4/+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
* Remove the public ARBfp featureNeil Roberts2013-01-301-1/+1
* Add some defines that are missing on GLESNeil Roberts2013-01-251-1/+7
* Remove cogl-internal.hRobert Bragg2013-01-021-1/+1
* build: Hide cogl_pipeline_cache_{new,free}()Damien Lespiau2013-01-011-2/+2
* matrix-stack: make CoglMatrixStack publicRobert Bragg2012-12-051-6/+6
* replace public cogl_flush with _cogl_framebuffer_flushRobert Bragg2012-11-271-1/+0
* framebuffer: remove framebuffer stackRobert Bragg2012-11-261-16/+0
* Remove some unused structure members from CoglContextNeil Roberts2012-11-191-24/+0
* clip-stack: workaround intel gen6 viewport clip bugRobert Bragg2012-10-251-0/+17
* Add a GL 3 driverNeil Roberts2012-10-011-53/+65
* Remove the deprecated feature flagsNeil Roberts2012-09-271-13/+2
* Adds a NOP driverRobert Bragg2012-09-251-5/+11
* context: Simplify _cogl_context_get_defaultRobert Bragg2012-09-101-13/+1
* Avoid referencing file scope context in _context_new()Robert Bragg2012-09-101-20/+20
* framebuffer: split GL code out from cogl-framebuffer.cRobert Bragg2012-09-071-29/+4
* Adds CoglError apiRobert Bragg2012-09-071-8/+18
* Add conf vars to trick Cogl to think extensions are disabledNeil Roberts2012-08-011-0/+105
* Remove lots of legacy api depending on the default contextRobert Bragg2012-05-171-3/+0
* Adds initial GLES2 integration supportRobert Bragg2012-05-171-1/+5
* Workaround drisw bug where clipped redraws don't workRobert Bragg2012-05-151-2/+0
* Re-design the matrix stack using a graph of opsRobert Bragg2012-04-241-23/+23
* Remove legacy stateNeil Roberts2012-04-181-8/+0
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-1/+1
* Removes all remaining use of CoglHandleRobert Bragg2012-04-181-16/+14
* Remove the legacy CoglPath APINeil Roberts2012-04-161-5/+1
* 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