summaryrefslogtreecommitdiff
path: root/cogl/cogl-renderer.c
Commit message (Expand)AuthorAgeFilesLines
* cogl: add Mir EGL platformMarco Trevisan (TreviƱo)2014-11-171-0/+6
* Registers gtypes for all public objects and structsLionel Landwerlin2014-03-201-0/+2
* cogl/cogl-renderer.c: Avoid Clash with Newer Windows SDKsChun-wei Fan2014-03-201-3/+3
* cogl-winsys-egl-kms: Add cogl_kms_renderer_set_kms_fdJasper St. Pierre2014-03-121-0/+4
* This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg2014-02-221-13/+18
* Use COGL_FLAGS_* for the context's private feature flagsNeil Roberts2013-11-281-18/+30
* renderer: Don't allow the COGL_DRIVER env var to override applicationNeil Roberts2013-08-231-2/+16
* renderer: Only check certain constraints when selecting a driverNeil Roberts2013-08-231-0/+5
* renderer: assert CoglPrivateFeatureFlags fit in 32 bitsRobert Bragg2013-08-231-3/+3
* Adds "webgl" driverRobert Bragg2013-08-231-0/+16
* generalize driver description and selectionRobert Bragg2013-08-231-93/+241
* wayland: Add API to prevent Cogl from dispatching the wayland displayNeil Roberts2013-07-091-0/+4
* Use the Wayland embedded linked list implementation instead of BSD'sNeil Roberts2013-06-131-1/+1
* win32: Automatically process windows messages when using a GMainLoopNeil Roberts2013-05-301-0/+4
* Add api for queuing idle callback internallyRobert Bragg2013-04-301-0/+4
* Move event polling into CoglRendererRobert Bragg2013-04-301-0/+4
* renderer: expose CoglOutputsRobert Bragg2013-01-301-0/+14
* Support cogl_renderer_get_n_fragment_texture_units() for ARBfpNeil Roberts2013-01-301-1/+2
* Remove cogl-internal.hRobert Bragg2013-01-221-1/+1
* Don't use #if with defines that are either defined or notDamien Lespiau2013-01-221-2/+2
* Add a GL 3 driverNeil Roberts2013-01-221-1/+12
* Adds a NOP driverRobert Bragg2013-01-221-10/+28
* Adds CoglError apiRobert Bragg2013-01-221-11/+12
* framebuffer: split GL code out from cogl-framebuffer.cRobert Bragg2013-01-181-0/+30
* Make the default driver selectable at configure timeSjoerd Simons2012-09-031-0/+5
* Don't use eglGetProcAddress to retrieve core functionsNeil Roberts2012-08-061-2/+3
* Adds gles2-context renderer constraintRobert Bragg2012-08-061-5/+42
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-061-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
* Dynamically load the GL or GLES libraryNeil Roberts2011-07-111-0/+80