summaryrefslogtreecommitdiff
path: root/cogl/cogl-renderer.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-17cogl: add Mir EGL platformMarco Trevisan (TreviƱo)1-0/+6
2014-03-20Registers gtypes for all public objects and structsLionel Landwerlin1-0/+2
2014-03-20cogl/cogl-renderer.c: Avoid Clash with Newer Windows SDKsChun-wei Fan1-3/+3
2014-03-12cogl-winsys-egl-kms: Add cogl_kms_renderer_set_kms_fdJasper St. Pierre1-0/+4
2014-02-22This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg1-13/+18
2013-11-28Use COGL_FLAGS_* for the context's private feature flagsNeil Roberts1-18/+30
2013-08-23renderer: Don't allow the COGL_DRIVER env var to override applicationNeil Roberts1-2/+16
2013-08-23renderer: Only check certain constraints when selecting a driverNeil Roberts1-0/+5
2013-08-23renderer: assert CoglPrivateFeatureFlags fit in 32 bitsRobert Bragg1-3/+3
2013-08-23Adds "webgl" driverRobert Bragg1-0/+16
2013-08-23generalize driver description and selectionRobert Bragg1-93/+241
2013-07-09wayland: Add API to prevent Cogl from dispatching the wayland displayNeil Roberts1-0/+4
2013-06-13Use the Wayland embedded linked list implementation instead of BSD'sNeil Roberts1-1/+1
2013-05-30win32: Automatically process windows messages when using a GMainLoopNeil Roberts1-0/+4
2013-04-30Add api for queuing idle callback internallyRobert Bragg1-0/+4
2013-04-30Move event polling into CoglRendererRobert Bragg1-0/+4
2013-01-30renderer: expose CoglOutputsRobert Bragg1-0/+14
2013-01-30Support cogl_renderer_get_n_fragment_texture_units() for ARBfpNeil Roberts1-1/+2
2013-01-22Remove cogl-internal.hRobert Bragg1-1/+1
2013-01-22Don't use #if with defines that are either defined or notDamien Lespiau1-2/+2
2013-01-22Add a GL 3 driverNeil Roberts1-1/+12
2013-01-22Adds a NOP driverRobert Bragg1-10/+28
2013-01-22Adds CoglError apiRobert Bragg1-11/+12
2013-01-18framebuffer: split GL code out from cogl-framebuffer.cRobert Bragg1-0/+30
2012-09-03Make the default driver selectable at configure timeSjoerd Simons1-0/+5
2012-08-06Don't use eglGetProcAddress to retrieve core functionsNeil Roberts1-2/+3
2012-08-06Adds gles2-context renderer constraintRobert Bragg1-5/+42
2012-08-06Switch use of primitive glib types to c99 equivalentsRobert Bragg1-5/+5
2012-04-11kms: Add mirror support and env var configurabilityRobert Bragg1-1/+3
2012-03-06Add -Wmissing-declarations to maintainer flags and fix problemsNeil Roberts1-8/+7
2012-02-24renderer: Adds getters/setters for driver preferenceRobert Bragg1-3/+24
2012-02-20Remove all internal includes of cogl.hRobert Bragg1-1/+0
2012-02-08renderer: fix s/contraint/constraint/ typoRobert Bragg1-2/+2
2012-01-16renderer: Adds api to add/remove selection constraintsRobert Bragg1-0/+33
2012-01-05xlib: Internally retrieve XEventsNeil Roberts1-0/+19
2012-01-04build: removes unused variableRobert Bragg1-1/+0
2011-12-14Update the SDL winsysNeil Roberts1-0/+6
2011-12-14Rename the EGL_X11 winsys to EGL_XLIBNeil Roberts1-3/+3
2011-12-09renderer: Make COGL_RENDERER / COGL_DRIVER env. variables case insensitiveRob Bradford1-4/+5
2011-12-08Add a separate winsys vtable for each EGL platformNeil Roberts1-5/+36
2011-12-07renderer: don't re-connect for display checkRobert Bragg1-1/+1
2011-11-28build: don't inc egl headers for non EGL buildsRobert Bragg1-0/+2
2011-11-14cogl-renderer.c: Fix includesChun-wei Fan1-0/+3
2011-11-01Remove inclusion of Xlib headers in Cogl headersZan Dobersek1-0/+1
2011-11-01Start to reduce dependence on glibRobert Bragg1-5/+6
2011-09-05renderer: Add cogl_renderer_get_n_fragment_texture_units()Damien Lespiau1-0/+16
2011-08-12cogl: Add support for reading a cogl.conf config fileRobert Bragg1-0/+6
2011-07-27Don't use the 'NULL' GModule to resolve GL symbolsNeil Roberts1-0/+9
2011-07-19Specify the full filename when g_module_open'ing the GL libraryNeil Roberts1-9/+1
2011-07-11Dynamically load the GL or GLES libraryNeil Roberts1-0/+80