index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
egl
/
main
/
eglglobals.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-05
egl: Implement EGL_KHR_debug (v2)
Kyle Brenneman
1
-0
/
+1
2016-09-14
egl: Add storage for EGL_KHR_debug's state to EGL objects
Kyle Brenneman
1
-1
/
+4
2016-09-14
egl: Fix typo
Kyle Brenneman
1
-1
/
+1
2015-07-03
egl: sort extension lists alphabetically
Marek Olšák
1
-2
/
+2
2015-06-05
egl: remove unused _egl_global::ClientExtensions
Marek Olšák
1
-10
/
+0
2015-03-11
egl/main: use c11/threads' mutex directly
Emil Velikov
1
-4
/
+5
2015-03-06
Revert "egl/main: use c11/threads' mutex directly"
Emil Velikov
1
-5
/
+4
2015-03-06
egl/main: use c11/threads' mutex directly
Emil Velikov
1
-4
/
+5
2014-12-07
egl: Expose EGL_KHR_get_all_proc_addresses and its client extension
Chad Versace
1
-1
/
+3
2014-03-17
egl/main: Enable Linux platform extensions
Chad Versace
1
-1
/
+9
2014-01-17
s/Tungsten Graphics/VMware/
José Fonseca
1
-1
/
+1
2013-11-26
egl: Kill macro _EGL_DECLARE_MUTEX
Chad Versace
1
-1
/
+2
2013-11-26
egl: Enable EGL_EXT_client_extensions
Chad Versace
1
-0
/
+8
2011-07-02
egl: add copyright notices
Chia-I Wu
1
-0
/
+30
2010-07-31
egl: Add checks for EGL_MESA_screen_surface.
Chia-I Wu
1
-1
/
+0
2010-07-06
egl: Rework driver loading.
Chia-I Wu
1
-2
/
+0
2010-05-13
egl: Allow a prioritized list of default drivers
Kristian Høgsberg
1
-3
/
+0
2010-01-30
egl: Clean up header inclusions.
Chia-I Wu
1
-0
/
+1
2010-01-28
egl: Remove unnecessary headers.
Vinson Lee
1
-1
/
+0
2009-10-13
egl: Improve logging facility.
Chia-I Wu
1
-3
/
+4
2009-10-13
egl: Allow binding to any client API.
Chia-I Wu
1
-1
/
+0
2009-08-18
egl: Remove hash table for displays.
Chia-I Wu
1
-1
/
+3
2009-08-18
egl: Some per-driver data should be per-display.
Chia-I Wu
1
-1
/
+0
2009-08-18
egl: Change the way drivers are loaded.
Chia-I Wu
1
-3
/
+5
2009-08-11
egl: Add _eglAddAtExitCall.
Chia-I Wu
1
-0
/
+40
2009-08-11
egl: Make _eglGlobal initialize statically.
Chia-I Wu
1
-26
/
+6
2009-08-11
egl: Make display and surface hash tables local.
Chia-I Wu
1
-5
/
+1
2009-08-11
egl: Initialize current thread management on demand.
Chia-I Wu
1
-4
/
+0
2009-07-17
egl: Support per-thread info.
Chia-I Wu
1
-109
/
+4
2008-08-04
egl: fix _eglGlobal initialization for Windows
Jonathan White
1
-3
/
+4
2008-06-20
egl: default API should be ES
Brian Paul
1
-1
/
+1
2008-05-30
egl: clean-up re-org of the client API state
Brian Paul
1
-2
/
+1
2008-05-27
eliminate the context hash table
Brian Paul
1
-2
/
+0
2006-01-30
some initial EGL 1.2 work
Brian Paul
1
-3
/
+36
2005-12-17
minor code movement
Brian Paul
1
-14
/
+0
2005-12-10
Some initial per-thread support.
Brian Paul
1
-5
/
+19
2005-11-24
report error token in message printed in _eglError()
Brian Paul
1
-1
/
+50
2005-11-23
change error message
Brian Paul
1
-1
/
+2
2005-05-04
sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)
Brian Paul
1
-0
/
+14
2005-04-22
initial EGL code
Brian Paul
1
-0
/
+51