index
:
~gabbayo/mesa
llvmpipe-ppc64le-optimize-with-rt-checks
master
mesa-upstream
mesa-vsx
nemanjai
r600g-debug-1.3
r600g-upstream
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
egl
/
main
/
eglcontext.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-05
egl: add context attribs from EGL 1.5
Marek Olšák
1
-0
/
+30
2015-06-05
egl: fix setting context flags
Marek Olšák
1
-2
/
+3
2014-08-04
egl: Fix OpenGL ES version checks in _eglParseContextAttribList()
Anuj Phogat
1
-1
/
+4
2014-03-12
Add the EGL_MESA_configless_context extension
Neil Roberts
1
-4
/
+16
2014-02-19
Revert "egl: Unhide functionality in _eglInitContext()"
Chia-I Wu
1
-2
/
+1
2014-02-07
egl: Unhide functionality in _eglInitContext()
Juha-Pekka Heikkila
1
-1
/
+2
2014-01-17
s/Tungsten Graphics/VMware/
José Fonseca
1
-1
/
+1
2013-01-15
egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHR
Chad Versace
1
-1
/
+3
2012-10-10
egl: Return EGL_BAD_MATCH for invalid profile attributes
Matt Turner
1
-10
/
+7
2012-08-27
egl: fix invalid flag detection for EGL_KHR_create_context
Matt Turner
1
-1
/
+1
2012-08-14
egl: Allow OpenGL ES 3.0 as a version
Ian Romanick
1
-1
/
+7
2012-08-14
egl: Implement front-end support for EGL_EXT_create_context_robustness
Ian Romanick
1
-0
/
+25
2012-08-14
egl: Implement front-end support for EGL_KHR_create_context
Ian Romanick
1
-5
/
+212
2012-08-14
egl: Rename ClientVersion to ClientMajorVersion, add ClientMinorVersion
Ian Romanick
1
-4
/
+5
2012-08-06
egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_context
Ian Romanick
1
-17
/
+2
2011-12-20
egl: remove #ifdef's for official extensions
Chia-I Wu
1
-6
/
+0
2011-07-02
egl: add copyright notices
Chia-I Wu
1
-0
/
+30
2010-10-23
egl: Fix a false negative check in _eglCheckMakeCurrent.
Chia-I Wu
1
-9
/
+12
2010-10-23
egl: Use reference counting to replace IsLinked or IsBound.
Chia-I Wu
1
-32
/
+43
2010-10-23
egl: Add reference count for resources.
Chia-I Wu
1
-2
/
+1
2010-10-22
egl: Move fallback routines to eglfallbacks.c.
Chia-I Wu
1
-48
/
+0
2010-10-14
egl: Access config attributes directly.
Chia-I Wu
1
-5
/
+6
2010-09-10
egl: Simplify _eglBindContext.
Chia-I Wu
1
-77
/
+31
2010-08-20
egl: Fix context API check and be verbose.
Chia-I Wu
1
-9
/
+11
2010-07-28
egl: Fix deref before NULL-check
Kristian Høgsberg
1
-1
/
+2
2010-07-28
egl: EGL_KHR_surfaceless_* extensions
Kristian Høgsberg
1
-35
/
+55
2010-04-06
egl: Unbind the old context in _eglBindContext.
Chia-I Wu
1
-10
/
+9
2010-04-06
egl: Fix eglMakeCurrent with different surfaces.
Chia-I Wu
1
-30
/
+45
2010-03-28
egl: Make _eglBindContextToSurfaces more readable.
Chia-I Wu
1
-11
/
+25
2010-03-28
egl: Always return the previously bound context.
Chia-I Wu
1
-9
/
+8
2010-01-31
egl: Initialize display resources with their display.
Chia-I Wu
1
-2
/
+3
2010-01-31
egl: Refactor _eglInitContext.
Chia-I Wu
1
-19
/
+95
2010-01-31
egl: Remove code blocks that are commented out.
Chia-I Wu
1
-14
/
+0
2010-01-30
egl: Rename Binding to CurrentContext in _EGLSurface.
Chia-I Wu
1
-8
/
+8
2010-01-30
egl: Clean up header inclusions.
Chia-I Wu
1
-1
/
+1
2010-01-28
egl: Migrate drivers to use _eglBindContext.
Chia-I Wu
1
-21
/
+2
2010-01-28
egl: eglMakeCurrent should accept an uninitialized display.
Chia-I Wu
1
-10
/
+13
2010-01-28
egl: Add _eglBindContext.
Chia-I Wu
1
-53
/
+70
2010-01-26
egl: Refactor _eglMakeCurrent.
Chia-I Wu
1
-78
/
+158
2010-01-24
egl: Make surfaces and contexts resources.
Chia-I Wu
1
-69
/
+0
2010-01-24
egl: Move context functions in egldisplay.[ch] to eglcontext.[ch].
Chia-I Wu
1
-0
/
+69
2009-09-29
egl: Add support for querying render buffer.
Chia-I Wu
1
-7
/
+33
2009-08-18
egl: Overhaul driver API.
Chia-I Wu
1
-61
/
+19
2009-08-03
egl: Make eglMakeCurrent more robust.
Chia-I Wu
1
-52
/
+46
2009-08-03
egl: Replace IsBound by a pointer to the binding.
Chia-I Wu
1
-7
/
+7
2009-07-17
egl: Remove redundant DeletePending flag.
Chia-I Wu
1
-9
/
+5
2009-07-17
egl: Use the link functions to manage resources.
Chia-I Wu
1
-33
/
+12
2009-07-17
egl: Add funtions to link contexts and surfaces to displays.
Chia-I Wu
1
-25
/
+0
2009-07-17
egl: Extend per-thread info for multiple current contexts.
Chia-I Wu
1
-6
/
+34
2009-07-17
egl: Support per-thread info.
Chia-I Wu
1
-11
/
+3
[next]