| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | egl: eglMakeCurrent should accept an uninitialized display. | Chia-I Wu | 2010-01-28 | 1 | -10/+13 |
* | egl: Add _eglBindContext. | Chia-I Wu | 2010-01-28 | 1 | -53/+70 |
* | egl: Refactor _eglMakeCurrent. | Chia-I Wu | 2010-01-26 | 1 | -78/+158 |
* | egl: Make surfaces and contexts resources. | Chia-I Wu | 2010-01-24 | 1 | -69/+0 |
* | egl: Move context functions in egldisplay.[ch] to eglcontext.[ch]. | Chia-I Wu | 2010-01-24 | 1 | -0/+69 |
* | egl: Add support for querying render buffer. | Chia-I Wu | 2009-09-29 | 1 | -7/+33 |
* | egl: Overhaul driver API. | Chia-I Wu | 2009-08-18 | 1 | -61/+19 |
* | egl: Make eglMakeCurrent more robust. | Chia-I Wu | 2009-08-03 | 1 | -52/+46 |
* | egl: Replace IsBound by a pointer to the binding. | Chia-I Wu | 2009-08-03 | 1 | -7/+7 |
* | egl: Remove redundant DeletePending flag. | Chia-I Wu | 2009-07-17 | 1 | -9/+5 |
* | egl: Use the link functions to manage resources. | Chia-I Wu | 2009-07-17 | 1 | -33/+12 |
* | egl: Add funtions to link contexts and surfaces to displays. | Chia-I Wu | 2009-07-17 | 1 | -25/+0 |
* | egl: Extend per-thread info for multiple current contexts. | Chia-I Wu | 2009-07-17 | 1 | -6/+34 |
* | egl: Support per-thread info. | Chia-I Wu | 2009-07-17 | 1 | -11/+3 |
* | egl: fix assorted context-related bugs | Brian Paul | 2008-06-19 | 1 | -2/+6 |
* | egl: clean up prototype code, new _eglFindAPIs() function. | Brian Paul | 2008-06-19 | 1 | -0/+2 |