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
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
marge_bot_batch_merge_job
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
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
Age
Commit message (
Expand
)
Author
Files
Lines
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-10-22
egl: Correct conversion of native visual type.
Chia-I Wu
1
-1
/
+6
2009-10-15
egl: Rework the synchronization primitives.
Chia-I Wu
5
-31
/
+48
2009-10-15
egl: Rework eglSwapInterval.
Chia-I Wu
4
-8
/
+35
2009-10-15
egl: Rework error checking in eglSwapBuffers.
Chia-I Wu
1
-0
/
+15
2009-10-15
egl: Update comments about eglapi.c.
Chia-I Wu
1
-5
/
+20
2009-10-15
egl: Rework error checking in eglGetCurrentSurface.
Chia-I Wu
1
-2
/
+20
2009-10-15
egl: Include GL header in eglconfigutil.h.
Chia-I Wu
1
-1
/
+1
2009-10-15
egl: Fix GLX_USE_TLS build.
Chia-I Wu
1
-1
/
+1
2009-10-15
egl: Fix eglCheckConfigHandle.
Chia-I Wu
1
-5
/
+4
2009-10-13
egl: Improve logging facility.
Chia-I Wu
3
-54
/
+145
2009-10-13
egl: Allow binding to any client API.
Chia-I Wu
5
-42
/
+19
2009-10-13
egl: Preload a driver if eglGetProcAddress is called early.
Chia-I Wu
1
-0
/
+4
2009-10-13
egl: Remove core functions from eglGetProcAddress.
Chia-I Wu
1
-45
/
+16
2009-10-13
egl: Add support for driver built-in.
Chia-I Wu
2
-68
/
+93
2009-09-29
egl_xdri: Report full list of supported configs.
Chia-I Wu
1
-31
/
+66
2009-09-29
egl: Add support for querying render buffer.
Chia-I Wu
2
-7
/
+36
2009-09-29
egl: Add a function to convert __GLcontextModes to _EGLConfig.
Chia-I Wu
2
-0
/
+77
2009-09-29
egl: Rework config lookup.
Chia-I Wu
3
-53
/
+89
2009-09-29
egl: Rework configuration management.
Chia-I Wu
2
-199
/
+661
2009-09-29
egl: Introduce config keys.
Chia-I Wu
4
-38
/
+84
2009-08-26
egl: Remove Xdpy from EGLDisplay.
Chia-I Wu
2
-11
/
+0
2009-08-26
egl_glx: Make fbconfigs and visuals per display.
Chia-I Wu
1
-114
/
+135
2009-08-24
egl_xdri: Revive the driver.
Chia-I Wu
6
-832
/
+953
2009-08-21
egl: Make _eglChooseDriver return the filename of the driver.
Chia-I Wu
1
-13
/
+33
2009-08-21
egl: Remove dependency on libX11.
Chia-I Wu
7
-204
/
+43
2009-08-21
egl: Check for null display in handle checking.
Chia-I Wu
2
-7
/
+12
2009-08-18
egl: Remove eglhash.c and eglhash.h.
Chia-I Wu
6
-391
/
+0
2009-08-18
egl: Add back handle checking.
Chia-I Wu
2
-2
/
+116
2009-08-18
egl: Make lookup functions static inline.
Chia-I Wu
2
-100
/
+78
2009-08-18
egl: Remove hash table for displays.
Chia-I Wu
4
-78
/
+64
2009-08-18
egl: Remove hash table for surfaces.
Chia-I Wu
3
-33
/
+6
2009-08-18
egl: _eglCloseDriver should be no-op.
Chia-I Wu
3
-8
/
+7
2009-08-18
egl: Some per-driver data should be per-display.
Chia-I Wu
11
-76
/
+96
2009-08-18
egl: Change the way drivers are loaded.
Chia-I Wu
6
-103
/
+199
2009-08-18
egl: Overhaul driver API.
Chia-I Wu
20
-719
/
+796
2009-08-11
egl: Use _eglAddAtExitCall to free thread infos and displays.
Chia-I Wu
2
-3
/
+4
2009-08-11
egl: Add _eglAddAtExitCall.
Chia-I Wu
2
-0
/
+49
2009-08-11
egl: Make _eglGlobal initialize statically.
Chia-I Wu
3
-37
/
+6
2009-08-11
egl: Implement _eglFiniDisplay.
Chia-I Wu
1
-1
/
+17
2009-08-11
egl: Make display and surface hash tables local.
Chia-I Wu
4
-22
/
+78
2009-08-11
egl: Initialize current thread management on demand.
Chia-I Wu
3
-30
/
+19
2009-08-11
egl: Destroy eglThreadInfo on thread exit.
Chia-I Wu
1
-16
/
+73
2009-08-11
egl: Add eglmutex.h.
Chia-I Wu
2
-0
/
+53
2009-08-09
egl: Add depend and depend.bak to clean target
Pauli Nieminen
2
-0
/
+2
2009-08-03
egl: Correct the default values of surface attributes.
Chia-I Wu
1
-1
/
+2
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
8
-21
/
+43
2009-07-31
egl: Silence warnings on x86-64.
Chia-Wu
4
-10
/
+65
[next]