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
22.2
22.3
23.0
23.1
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
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
staging/22.2
staging/22.3
staging/23.0
staging/23.1
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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-19
glx: fix compile error in egl_glx.c.
Gaetan Nadon
1
-1
/
+1
2013-08-08
egl: Do not export private symbols
Chad Versace
1
-0
/
+1
2012-09-05
Remove useless checks for NULL before freeing
Matt Turner
1
-4
/
+2
2012-09-05
Remove Xcalloc/Xmalloc/Xfree calls
Matt Turner
1
-3
/
+3
2012-02-29
egl/drivers: Convert to automake.
Eric Anholt
2
-18
/
+33
2012-02-29
egl: Drop _EGL_MAIN entrypoint obfuscation.
Eric Anholt
2
-2
/
+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
2
-2
/
+5
2011-01-10
egl_glx: Load libGL dynamically.
Chia-I Wu
2
-107
/
+238
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-04-19
egl: Pass flags to locate Xlib headers and libraries
Dan Nicholson
1
-2
/
+2
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-22
egl: Update driver Makefiles.
Chia-I Wu
1
-68
/
+7
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-06-01
Use separate $(MINSTALL) for installing libraries
Dan Nicholson
1
-1
/
+1
[next]