summaryrefslogtreecommitdiff
path: root/cogl/cogl-renderer.c
Commit message (Expand)AuthorAgeFilesLines
* emscripten: rely on emcc's EMSCRIPTEN definewip/rigRobert Bragg2014-06-131-1/+1
* Rename ulib to clib ready for merging into rigRobert Bragg2014-06-111-44/+44
* Remove support for GL's legacy fixed function apisRobert Bragg2014-03-241-1/+0
* Remove OpenGL ES 1.1 supportRobert Bragg2014-03-241-16/+0
* Tightly integrate ulib (was eglib)Robert Bragg2014-03-201-44/+44
* cogl-winsys-egl-kms: Add cogl_kms_renderer_set_kms_fdJasper St. Pierre2014-03-121-0/+4
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-13/+18
* Use COGL_FLAGS_* for the context's private feature flagsNeil Roberts2013-11-281-18/+30
* wayland: Add API to prevent Cogl from dispatching the wayland displayNeil Roberts2013-07-091-0/+4
* renderer: Don't allow the COGL_DRIVER env var to override applicationNeil Roberts2013-06-271-2/+16
* renderer: Only check certain constraints when selecting a driverNeil Roberts2013-06-271-0/+5
* Use the Wayland embedded linked list implementation instead of BSD'sNeil Roberts2013-06-131-1/+1
* renderer: assert CoglPrivateFeatureFlags fit in 32 bitsRobert Bragg2013-06-131-3/+3
* Adds "webgl" driverRobert Bragg2013-06-121-0/+16
* generalize driver description and selectionRobert Bragg2013-06-121-93/+241
* win32: Automatically process windows messages when using a GMainLoopNeil Roberts2013-05-171-0/+4
* Add api for queuing idle callback internallyRobert Bragg2013-04-291-0/+4
* Move event polling into CoglRendererRobert Bragg2013-04-291-0/+4
* renderer: expose CoglOutputsRobert Bragg2013-01-301-0/+14
* Remove cogl-internal.hRobert Bragg2013-01-021-1/+1
* Don't use #if with defines that are either defined or notDamien Lespiau2012-12-291-2/+2
* Add a GL 3 driverNeil Roberts2012-10-011-1/+12
* Adds a NOP driverRobert Bragg2012-09-251-10/+28
* framebuffer: split GL code out from cogl-framebuffer.cRobert Bragg2012-09-071-0/+30
* Adds CoglError apiRobert Bragg2012-09-071-12/+13
* Make the default driver selectable at configure timeSjoerd Simons2012-08-301-0/+5
* Don't use eglGetProcAddress to retrieve core functionsNeil Roberts2012-06-211-2/+3
* Adds gles2-context renderer constraintRobert Bragg2012-05-171-5/+42
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-5/+5
* kms: Add mirror support and env var configurabilityRobert Bragg2012-04-111-1/+3
* Add -Wmissing-declarations to maintainer flags and fix problemsNeil Roberts2012-03-061-8/+7
* renderer: Adds getters/setters for driver preferenceRobert Bragg2012-02-241-3/+24
* Remove all internal includes of cogl.hRobert Bragg2012-02-201-1/+0
* renderer: fix s/contraint/constraint/ typoRobert Bragg2012-02-081-2/+2
* renderer: Adds api to add/remove selection constraintsRobert Bragg2012-01-161-0/+33
* xlib: Internally retrieve XEventsNeil Roberts2012-01-051-0/+19
* build: removes unused variableRobert Bragg2012-01-041-1/+0
* Update the SDL winsysNeil Roberts2011-12-141-0/+6
* Rename the EGL_X11 winsys to EGL_XLIBNeil Roberts2011-12-141-3/+3
* renderer: Make COGL_RENDERER / COGL_DRIVER env. variables case insensitiveRob Bradford2011-12-091-4/+5
* Add a separate winsys vtable for each EGL platformNeil Roberts2011-12-081-5/+36
* renderer: don't re-connect for display checkRobert Bragg2011-12-071-1/+1
* build: don't inc egl headers for non EGL buildsRobert Bragg2011-11-281-0/+2
* cogl-renderer.c: Fix includesChun-wei Fan2011-11-141-0/+3
* Remove inclusion of Xlib headers in Cogl headersZan Dobersek2011-11-011-0/+1
* Start to reduce dependence on glibRobert Bragg2011-11-011-5/+6
* renderer: Add cogl_renderer_get_n_fragment_texture_units()Damien Lespiau2011-09-051-0/+16
* cogl: Add support for reading a cogl.conf config fileRobert Bragg2011-08-121-0/+6
* Don't use the 'NULL' GModule to resolve GL symbolsNeil Roberts2011-07-271-0/+9
* Specify the full filename when g_module_open'ing the GL libraryNeil Roberts2011-07-191-9/+1