index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
main
marge_bot_batch_merge_job
master
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
egl
/
drivers
/
glx
/
egl_glx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-29
egl: Drop _EGL_MAIN entrypoint obfuscation.
Eric Anholt
1
-1
/
+1
2011-12-03
egl_glx: fix eglDestroyContext
Chia-I Wu
1
-1
/
+2
2011-11-27
egl_glx: Try first a default lookup for glXGetProcAddress before loading dyna...
Beren Minor
1
-9
/
+14
2011-09-19
egl_glx.c: use unsigned instead of uint
Matt Turner
1
-3
/
+3
2011-08-14
Destroy context in dri2/glx driver when apps call eglDestroyContext
Cooper Yuan
1
-0
/
+19
2011-07-02
egl: add copyright notices
Chia-I Wu
1
-12
/
+14
2011-01-13
egl: Improve driver selection.
Chia-I Wu
1
-0
/
+4
2011-01-13
egl: Simplify driver matching.
Chia-I Wu
1
-0
/
+3
2011-01-13
egl: Cleanup _EGLDisplay initialization.
Chia-I Wu
1
-5
/
+4
2011-01-10
egl: Make egl_dri2 and egl_glx built-in drivers.
Chia-I Wu
1
-1
/
+1
2011-01-10
egl_glx: Load libGL dynamically.
Chia-I Wu
1
-106
/
+237
2010-10-23
egl: Use reference counting to replace IsLinked or IsBound.
Chia-I Wu
1
-8
/
+24
2010-10-23
egl: Minor changes to the _EGLConfig interface.
Chia-I Wu
1
-1
/
+1
2010-10-22
egl_glx: Fix borken driver.
Chia-I Wu
1
-107
/
+185
2010-10-22
egl_glx: Drop the use of [SG]ET_CONFIG_ATTRIB.
Chia-I Wu
1
-21
/
+14
2010-09-24
egl: Fix several 'comparison between signed and unsigned integer' warnings
Ian Romanick
1
-2
/
+4
2010-09-24
egl_glx: Silence piles of 'unused variable' warnings
Ian Romanick
1
-0
/
+27
2010-09-09
eglglx: Convert glx visuals/fbconfigs straight to EGL configs
Kristian Høgsberg
1
-142
/
+101
2010-06-30
egl: Store configs in a dynamic array.
Chia-I Wu
1
-1
/
+1
2010-06-23
egl: Introduce platform displays internally.
Chia-I Wu
1
-5
/
+9
2010-05-14
egl: remove duplicate ARRAY_SIZE() macro declaration
Brian Paul
1
-1
/
+1
2010-02-04
egl: Convert drivers to use typecast macros.
Chia-I Wu
1
-25
/
+4
2010-01-31
egl: Initialize display configs with the display.
Chia-I Wu
1
-1
/
+1
2010-01-31
egl: Initialize display resources with their display.
Chia-I Wu
1
-4
/
+4
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
-4
/
+16
2010-01-28
egl: eglMakeCurrent should accept an uninitialized display.
Chia-I Wu
1
-35
/
+29
2010-01-25
egl: Native types are renamed in EGL 1.3.
Chia-I Wu
1
-4
/
+6
2010-01-22
egl_glx: Report only OpenGL support.
Chia-I Wu
1
-10
/
+3
2010-01-12
egl: Add _EGLDriver as the first argument to GetProcAddress.
Chia-I Wu
1
-1
/
+1
2009-10-22
egl_glx: Add support for eglWaitClient and eglWaitNative.
Chia-I Wu
1
-0
/
+17
2009-10-22
egl_glx: Clean up eglGetProcAddress.
Chia-I Wu
1
-16
/
+1
2009-10-22
egl_glx: Clean up context functions.
Chia-I Wu
1
-19
/
+5
2009-10-22
egl_glx: Clean up surface functions.
Chia-I Wu
1
-99
/
+106
2009-10-22
egl_glx: Clean up the initialization code.
Chia-I Wu
1
-287
/
+371
2009-08-26
egl_glx: Make fbconfigs and visuals per display.
Chia-I Wu
1
-114
/
+135
2009-08-18
egl: Remove eglhash.c and eglhash.h.
Chia-I Wu
1
-1
/
+0
2009-08-18
egl: Some per-driver data should be per-display.
Chia-I Wu
1
-4
/
+14
2009-08-18
egl: Overhaul driver API.
Chia-I Wu
1
-104
/
+78
2009-08-03
egl: Replace IsBound by a pointer to the binding.
Chia-I Wu
1
-1
/
+1
2009-07-17
egl: Remove redundant DeletePending flag.
Chia-I Wu
1
-5
/
+1
2009-07-17
egl: Use the link functions to manage resources.
Chia-I Wu
1
-15
/
+27
2009-03-19
egl: fix comment
Alan Hourihane
1
-3
/
+3
2009-03-19
egl: try harder for eglGetProcAddress()
Alan Hourihane
1
-1
/
+14
2009-02-19
egl: glx updates for FBconfigs
Alan Hourihane
1
-12
/
+18
2009-02-19
egl: error checking
Alan Hourihane
1
-2
/
+5
2009-01-14
egl: fix makecurrent with null drawable/context
Alan Hourihane
1
-1
/
+1
2008-12-23
egl: fix egl closure
Alan Hourihane
1
-2
/
+29
2008-12-23
egl: fix startup query version
Alan Hourihane
1
-4
/
+8
2008-12-23
egl: support GLXFBConfigs, pbuffers and pixmaps.
Alan Hourihane
1
-13
/
+246
[next]