summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglcontext.c
Commit message (Expand)AuthorAgeFilesLines
* egl: Rename MESA_configless_context bit to KHR_no_config_contextAdam Jackson2016-09-121-2/+2
* egl: QueryContext on a configless context returns zeroAdam Jackson2016-09-121-3/+8
* egl: Fix up indentation on previous commitAdam Jackson2016-09-081-2/+2
* egl: Document why EGL_OPENGL{, _ES}_API are mostly identicalAdam Jackson2016-09-081-0/+10
* EGL: Combine the GL and GLES current contexts (v2)Kyle Brenneman2016-09-071-27/+4
* egl: rework handling EGL_CONTEXT_FLAGSMatthew Waters2015-10-031-5/+44
* egl: improve attribute checking for eglCreateContextFrank Binns2015-08-131-1/+32
* egl: add context attribs from EGL 1.5Marek Olšák2015-06-051-0/+30
* egl: fix setting context flagsMarek Olšák2015-06-051-2/+3
* egl: Fix OpenGL ES version checks in _eglParseContextAttribList()Anuj Phogat2014-08-041-1/+4
* Add the EGL_MESA_configless_context extensionNeil Roberts2014-03-121-4/+16
* Revert "egl: Unhide functionality in _eglInitContext()"Chia-I Wu2014-02-191-2/+1
* egl: Unhide functionality in _eglInitContext()Juha-Pekka Heikkila2014-02-071-1/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHRChad Versace2013-01-151-1/+3
* egl: Return EGL_BAD_MATCH for invalid profile attributesMatt Turner2012-10-101-10/+7
* egl: fix invalid flag detection for EGL_KHR_create_contextMatt Turner2012-08-271-1/+1
* egl: Allow OpenGL ES 3.0 as a versionIan Romanick2012-08-141-1/+7
* egl: Implement front-end support for EGL_EXT_create_context_robustnessIan Romanick2012-08-141-0/+25
* egl: Implement front-end support for EGL_KHR_create_contextIan Romanick2012-08-141-5/+212
* egl: Rename ClientVersion to ClientMajorVersion, add ClientMinorVersionIan Romanick2012-08-141-4/+5
* egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_contextIan Romanick2012-08-061-17/+2
* egl: remove #ifdef's for official extensionsChia-I Wu2011-12-201-6/+0
* egl: add copyright noticesChia-I Wu2011-07-021-0/+30
* egl: Fix a false negative check in _eglCheckMakeCurrent.Chia-I Wu2010-10-231-9/+12
* egl: Use reference counting to replace IsLinked or IsBound.Chia-I Wu2010-10-231-32/+43
* egl: Add reference count for resources.Chia-I Wu2010-10-231-2/+1
* egl: Move fallback routines to eglfallbacks.c.Chia-I Wu2010-10-221-48/+0
* egl: Access config attributes directly.Chia-I Wu2010-10-141-5/+6
* egl: Simplify _eglBindContext.Chia-I Wu2010-09-101-77/+31
* egl: Fix context API check and be verbose.Chia-I Wu2010-08-201-9/+11
* egl: Fix deref before NULL-checkKristian Høgsberg2010-07-281-1/+2
* egl: EGL_KHR_surfaceless_* extensionsKristian Høgsberg2010-07-281-35/+55
* egl: Unbind the old context in _eglBindContext.Chia-I Wu2010-04-061-10/+9
* egl: Fix eglMakeCurrent with different surfaces.Chia-I Wu2010-04-061-30/+45
* egl: Make _eglBindContextToSurfaces more readable.Chia-I Wu2010-03-281-11/+25
* egl: Always return the previously bound context.Chia-I Wu2010-03-281-9/+8
* egl: Initialize display resources with their display.Chia-I Wu2010-01-311-2/+3
* egl: Refactor _eglInitContext.Chia-I Wu2010-01-311-19/+95
* egl: Remove code blocks that are commented out.Chia-I Wu2010-01-311-14/+0
* egl: Rename Binding to CurrentContext in _EGLSurface.Chia-I Wu2010-01-301-8/+8
* egl: Clean up header inclusions.Chia-I Wu2010-01-301-1/+1
* egl: Migrate drivers to use _eglBindContext.Chia-I Wu2010-01-281-21/+2
* egl: eglMakeCurrent should accept an uninitialized display.Chia-I Wu2010-01-281-10/+13
* egl: Add _eglBindContext.Chia-I Wu2010-01-281-53/+70
* egl: Refactor _eglMakeCurrent.Chia-I Wu2010-01-261-78/+158
* egl: Make surfaces and contexts resources.Chia-I Wu2010-01-241-69/+0
* egl: Move context functions in egldisplay.[ch] to eglcontext.[ch].Chia-I Wu2010-01-241-0/+69
* egl: Add support for querying render buffer.Chia-I Wu2009-09-291-7/+33
* egl: Overhaul driver API.Chia-I Wu2009-08-181-61/+19