index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
egl
/
main
/
egldriver.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-22
egl: remove final Windows specific workaround
Emil Velikov
1
-5
/
+0
2015-07-22
egl: remove custom string functions
Emil Velikov
1
-2
/
+1
2015-05-14
egl/main: cleanup function prototypes
Emil Velikov
1
-4
/
+0
2015-05-14
egl/main: drop support for external egl drivers
Emil Velikov
1
-351
/
+13
2015-03-11
egl/main: use c11/threads' mutex directly
Emil Velikov
1
-4
/
+4
2015-03-06
Revert "egl/main: use c11/threads' mutex directly"
Emil Velikov
1
-4
/
+4
2015-03-06
egl/main: use c11/threads' mutex directly
Emil Velikov
1
-4
/
+4
2015-03-04
st/egl: Remove.
Jose Fonseca
1
-3
/
+0
2014-12-23
egl: Add Haiku code and support
Alexander von Gluck IV
1
-0
/
+6
2014-11-14
egl: remove egl_gallium from the loader
Marek Olšák
1
-14
/
+0
2014-02-05
egl/glx: Remove egl_glx driver
Chad Versace
1
-3
/
+0
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
/
+1
2011-07-02
egl: add copyright notices
Chia-I Wu
1
-0
/
+30
2011-01-30
egl: Make the transition to built-in drivers more smooth.
Chia-I Wu
1
-5
/
+24
2011-01-13
egl: Improve driver selection.
Chia-I Wu
1
-0
/
+5
2011-01-13
egl: Simplify driver matching.
Chia-I Wu
1
-73
/
+48
2011-01-13
egl: Cleanup _EGLDisplay initialization.
Chia-I Wu
1
-5
/
+3
2011-01-12
egl: When EGL_DRIVER is set, do not add other drivers.
Chia-I Wu
1
-5
/
+14
2011-01-12
scons: Updates for targets/egl-static.
Chia-I Wu
1
-0
/
+3
2011-01-12
targets/egl-static: New EGL target for scons.
Chia-I Wu
1
-6
/
+14
2011-01-10
egl: Make egl_dri2 and egl_glx built-in drivers.
Chia-I Wu
1
-85
/
+50
2010-12-12
egl: Do not unload drivers.
Chia-I Wu
1
-5
/
+11
2010-11-02
egl: Rework _eglGetSearchPath.
Chia-I Wu
1
-19
/
+46
2010-10-22
egl: Move fallback routines to eglfallbacks.c.
Chia-I Wu
1
-79
/
+0
2010-09-30
egl: remove duplicated include
Nicolas Kaiser
1
-1
/
+0
2010-08-17
egl: Add support for EGL_KHR_reusable_sync.
Chia-I Wu
1
-0
/
+9
2010-07-31
egl: Add checks for EGL_MESA_screen_surface.
Chia-I Wu
1
-1
/
+0
2010-07-06
egl: Remove unnecessary headers.
Vinson Lee
1
-1
/
+0
2010-07-06
egl: Rework driver loading.
Chia-I Wu
1
-154
/
+334
2010-06-30
egl: Make _eglUnloadDrivers no-op on Windows.
Chia-I Wu
1
-0
/
+4
2010-06-29
egl: Remove st/egl probe code.
Chia-I Wu
1
-48
/
+0
2010-06-29
egl: Do not call drv->Initialize with global mutex locked.
Chia-I Wu
1
-3
/
+9
2010-06-29
st/egl: Build a single EGL driver.
Chia-I Wu
1
-82
/
+3
2010-06-29
st/egl: One driver per hardware.
Chia-I Wu
1
-36
/
+6
2010-06-23
egl: Introduce platform displays internally.
Chia-I Wu
1
-0
/
+10
2010-06-17
egl: s/EGL_DISPLAY/EGL_PLATFORM/.
Chia-I Wu
1
-8
/
+11
2010-06-17
egl: s/_EGL_PLATFORM/_EGL_OS/ and s/POSIX/UNIX/.
Chia-I Wu
1
-12
/
+12
2010-05-31
egl: Use SConscript for Windows build.
Chia-I Wu
1
-4
/
+6
2010-05-27
egl: Return NULL if we fail to load a default driver
Kristian Høgsberg
1
-1
/
+1
2010-05-13
egl: Allow a prioritized list of default drivers
Kristian Høgsberg
1
-16
/
+32
2010-05-13
egl: Drop broken _EGL_PLATFORM_NO_OS code
Kristian Høgsberg
1
-32
/
+0
2010-05-13
egl: Don't try to load driver basename if the platform needs a suffix
Kristian Høgsberg
1
-3
/
+5
2010-05-08
egl: Add _eglSearchPathForEach.
Chia-I Wu
1
-0
/
+15
2010-02-19
egl: Silence warnings when compiled with -pedantic.
Chia-I Wu
1
-1
/
+7
2010-02-17
egl: Revisit global data locking.
Chia-I Wu
1
-1
/
+14
2010-02-04
egl: fix wrong argument. Use loader_data instead of loader
Igor Oliveira
1
-1
/
+1
2010-02-03
egl: Rename _eglPreloadForEach callbacks.
Chia-I Wu
1
-12
/
+12
2010-02-03
egl: Fix a potential segfault in driver suffix matching.
Chia-I Wu
1
-3
/
+5
2010-02-03
egl: Remove unnecessary #ifdef's.
Chia-I Wu
1
-8
/
+0
[next]