summaryrefslogtreecommitdiff
path: root/cogl/cogl-feature-private.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-17Add a COGL_EXT_IN_GLES3 option to specify extensions that are in GLES3Neil Roberts1-4/+24
2014-02-22This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg1-11/+18
2013-01-22Add a GL 3 driverNeil Roberts1-4/+6
2012-08-06Don't use eglGetProcAddress to retrieve core functionsNeil Roberts1-2/+10
2012-08-06Switch use of primitive glib types to c99 equivalentsRobert Bragg1-3/+3
2012-02-20Remove all internal includes of cogl.hRobert Bragg1-1/+0
2012-01-04gl-prototypes: split up cogl-ext-functions.hRobert Bragg1-2/+2
2011-07-27Don't use the 'NULL' GModule to resolve GL symbolsNeil Roberts1-3/+4
2011-07-11Dynamically load the GL or GLES libraryNeil Roberts1-7/+10
2011-07-07Move all of the GL function pointers directly to CoglContextNeil Roberts1-8/+61
2011-06-01Add internal _cogl_get_proc_addressRobert Bragg1-19/+16
2011-04-11Moves all GLX code down from Clutter to CoglRobert Bragg1-2/+3
2011-04-11cogl: rename cogl-context.h cogl-context-private.hRobert Bragg1-1/+1
2010-06-22cogl: Add the infrastructure for checking for winsys extensionsNeil Roberts1-3/+4
2010-03-01Remove mentions of the FSF addressEmmanuele Bassi1-3/+3
2010-02-12cogl: improves header and coding style consistencyRobert Bragg1-9/+10
2010-02-12cogl: deprecates cogl_check_extensionRobert Bragg1-2/+2
2009-11-17cogl: Make it easier to add checks for GL extensionsNeil Roberts1-0/+141