| Commit message (Expand) | Author | Age | Files | Lines |
* | egl: Implement EGL_KHR_context_flush_control | Adam Jackson | 2017-11-06 | 1 | -0/+10 |
* | egl: Support IMG_context_priority | Chris Wilson | 2017-10-20 | 1 | -0/+58 |
* | egl: move KHR_no_error vs debug/robustness check further down | Grigori Goronzy | 2017-07-26 | 1 | -11/+10 |
* | egl: Add EGL_KHR_create_context_no_error support | Grigori Goronzy | 2017-07-14 | 1 | -0/+31 |
* | egl: fold _eglError() + return EGL_FALSE | Emil Velikov | 2017-06-26 | 1 | -4/+2 |
* | egl: Implement __DRI_BACKGROUND_CALLABLE | Eric Anholt | 2017-03-16 | 1 | -1/+1 |
* | egl: Emit correct error when robust context creation fails | Chad Versace | 2016-12-27 | 1 | -12/+26 |
* | egl: Rename MESA_configless_context bit to KHR_no_config_context | Adam Jackson | 2016-09-12 | 1 | -2/+2 |
* | egl: QueryContext on a configless context returns zero | Adam Jackson | 2016-09-12 | 1 | -3/+8 |
* | egl: Fix up indentation on previous commit | Adam Jackson | 2016-09-08 | 1 | -2/+2 |
* | egl: Document why EGL_OPENGL{, _ES}_API are mostly identical | Adam Jackson | 2016-09-08 | 1 | -0/+10 |
* | EGL: Combine the GL and GLES current contexts (v2) | Kyle Brenneman | 2016-09-07 | 1 | -27/+4 |
* | egl: rework handling EGL_CONTEXT_FLAGS | Matthew Waters | 2015-10-03 | 1 | -5/+44 |
* | egl: improve attribute checking for eglCreateContext | Frank Binns | 2015-08-13 | 1 | -1/+32 |
* | egl: add context attribs from EGL 1.5 | Marek Olšák | 2015-06-05 | 1 | -0/+30 |
* | egl: fix setting context flags | Marek Olšák | 2015-06-05 | 1 | -2/+3 |
* | egl: Fix OpenGL ES version checks in _eglParseContextAttribList() | Anuj Phogat | 2014-08-04 | 1 | -1/+4 |
* | Add the EGL_MESA_configless_context extension | Neil Roberts | 2014-03-12 | 1 | -4/+16 |
* | Revert "egl: Unhide functionality in _eglInitContext()" | Chia-I Wu | 2014-02-19 | 1 | -2/+1 |
* | egl: Unhide functionality in _eglInitContext() | Juha-Pekka Heikkila | 2014-02-07 | 1 | -1/+2 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -1/+1 |
* | egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHR | Chad Versace | 2013-01-15 | 1 | -1/+3 |
* | egl: Return EGL_BAD_MATCH for invalid profile attributes | Matt Turner | 2012-10-10 | 1 | -10/+7 |
* | egl: fix invalid flag detection for EGL_KHR_create_context | Matt Turner | 2012-08-27 | 1 | -1/+1 |
* | egl: Allow OpenGL ES 3.0 as a version | Ian Romanick | 2012-08-14 | 1 | -1/+7 |
* | egl: Implement front-end support for EGL_EXT_create_context_robustness | Ian Romanick | 2012-08-14 | 1 | -0/+25 |
* | egl: Implement front-end support for EGL_KHR_create_context | Ian Romanick | 2012-08-14 | 1 | -5/+212 |
* | egl: Rename ClientVersion to ClientMajorVersion, add ClientMinorVersion | Ian Romanick | 2012-08-14 | 1 | -4/+5 |
* | egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_context | Ian Romanick | 2012-08-06 | 1 | -17/+2 |
* | egl: remove #ifdef's for official extensions | Chia-I Wu | 2011-12-20 | 1 | -6/+0 |
* | egl: add copyright notices | Chia-I Wu | 2011-07-02 | 1 | -0/+30 |
* | egl: Fix a false negative check in _eglCheckMakeCurrent. | Chia-I Wu | 2010-10-23 | 1 | -9/+12 |
* | egl: Use reference counting to replace IsLinked or IsBound. | Chia-I Wu | 2010-10-23 | 1 | -32/+43 |
* | egl: Add reference count for resources. | Chia-I Wu | 2010-10-23 | 1 | -2/+1 |
* | egl: Move fallback routines to eglfallbacks.c. | Chia-I Wu | 2010-10-22 | 1 | -48/+0 |
* | egl: Access config attributes directly. | Chia-I Wu | 2010-10-14 | 1 | -5/+6 |
* | egl: Simplify _eglBindContext. | Chia-I Wu | 2010-09-10 | 1 | -77/+31 |
* | egl: Fix context API check and be verbose. | Chia-I Wu | 2010-08-20 | 1 | -9/+11 |
* | egl: Fix deref before NULL-check | Kristian Høgsberg | 2010-07-28 | 1 | -1/+2 |
* | egl: EGL_KHR_surfaceless_* extensions | Kristian Høgsberg | 2010-07-28 | 1 | -35/+55 |
* | egl: Unbind the old context in _eglBindContext. | Chia-I Wu | 2010-04-06 | 1 | -10/+9 |
* | egl: Fix eglMakeCurrent with different surfaces. | Chia-I Wu | 2010-04-06 | 1 | -30/+45 |
* | egl: Make _eglBindContextToSurfaces more readable. | Chia-I Wu | 2010-03-28 | 1 | -11/+25 |
* | egl: Always return the previously bound context. | Chia-I Wu | 2010-03-28 | 1 | -9/+8 |
* | egl: Initialize display resources with their display. | Chia-I Wu | 2010-01-31 | 1 | -2/+3 |
* | egl: Refactor _eglInitContext. | Chia-I Wu | 2010-01-31 | 1 | -19/+95 |
* | egl: Remove code blocks that are commented out. | Chia-I Wu | 2010-01-31 | 1 | -14/+0 |
* | egl: Rename Binding to CurrentContext in _EGLSurface. | Chia-I Wu | 2010-01-30 | 1 | -8/+8 |
* | egl: Clean up header inclusions. | Chia-I Wu | 2010-01-30 | 1 | -1/+1 |
* | egl: Migrate drivers to use _eglBindContext. | Chia-I Wu | 2010-01-28 | 1 | -21/+2 |