index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
egl
/
main
/
egldriver.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl: drop EGL driver `name`
Eric Engestrom
2018-10-31
1
-2
/
+0
*
egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}
Eric Engestrom
2018-10-31
1
-2
/
+7
*
egl: don't try the software path twice
Eric Engestrom
2017-12-27
1
-1
/
+1
*
egl: rename LIBGL_ALWAYS_SOFTWARE variable from UseFallback to ForceSoftware
Eric Engestrom
2017-12-27
1
-2
/
+2
*
Revert "egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}"
Marek Olšák
2017-10-18
1
-6
/
+2
*
Revert "egl: drop EGL driver `name`"
Marek Olšák
2017-10-18
1
-0
/
+2
*
egl: set UseFallback if LIBGL_ALWAYS_SOFTWARE is set
Eric Engestrom
2017-10-18
1
-1
/
+4
*
egl: drop EGL driver `name`
Eric Engestrom
2017-10-18
1
-2
/
+0
*
egl: drop always-false TestOnly option
Eric Engestrom
2017-10-18
1
-11
/
+7
*
egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}
Eric Engestrom
2017-10-18
1
-2
/
+6
*
egl: replace _egl_driver->Unload() callback with a simple free()
Eric Engestrom
2017-10-12
1
-3
/
+1
*
egl: Simplify the "driver" interface
Adam Jackson
2017-10-05
1
-243
/
+19
*
egl: remove unnecessary empty array element
Eric Engestrom
2017-08-01
1
-3
/
+2
*
egl: remove final Windows specific workaround
Emil Velikov
2015-07-22
1
-5
/
+0
*
egl: remove custom string functions
Emil Velikov
2015-07-22
1
-2
/
+1
*
egl/main: cleanup function prototypes
Emil Velikov
2015-05-14
1
-4
/
+0
*
egl/main: drop support for external egl drivers
Emil Velikov
2015-05-14
1
-351
/
+13
*
egl/main: use c11/threads' mutex directly
Emil Velikov
2015-03-11
1
-4
/
+4
*
Revert "egl/main: use c11/threads' mutex directly"
Emil Velikov
2015-03-06
1
-4
/
+4
*
egl/main: use c11/threads' mutex directly
Emil Velikov
2015-03-06
1
-4
/
+4
*
st/egl: Remove.
Jose Fonseca
2015-03-04
1
-3
/
+0
*
egl: Add Haiku code and support
Alexander von Gluck IV
2014-12-23
1
-0
/
+6
*
egl: remove egl_gallium from the loader
Marek Olšák
2014-11-14
1
-14
/
+0
*
egl/glx: Remove egl_glx driver
Chad Versace
2014-02-05
1
-3
/
+0
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
egl: Kill macro _EGL_DECLARE_MUTEX
Chad Versace
2013-11-26
1
-1
/
+1
*
egl: add copyright notices
Chia-I Wu
2011-07-02
1
-0
/
+30
*
egl: Make the transition to built-in drivers more smooth.
Chia-I Wu
2011-01-30
1
-5
/
+24
*
egl: Improve driver selection.
Chia-I Wu
2011-01-13
1
-0
/
+5
*
egl: Simplify driver matching.
Chia-I Wu
2011-01-13
1
-73
/
+48
*
egl: Cleanup _EGLDisplay initialization.
Chia-I Wu
2011-01-13
1
-5
/
+3
*
egl: When EGL_DRIVER is set, do not add other drivers.
Chia-I Wu
2011-01-12
1
-5
/
+14
*
scons: Updates for targets/egl-static.
Chia-I Wu
2011-01-12
1
-0
/
+3
*
targets/egl-static: New EGL target for scons.
Chia-I Wu
2011-01-12
1
-6
/
+14
*
egl: Make egl_dri2 and egl_glx built-in drivers.
Chia-I Wu
2011-01-10
1
-85
/
+50
*
egl: Do not unload drivers.
Chia-I Wu
2010-12-12
1
-5
/
+11
*
egl: Rework _eglGetSearchPath.
Chia-I Wu
2010-11-02
1
-19
/
+46
*
egl: Move fallback routines to eglfallbacks.c.
Chia-I Wu
2010-10-22
1
-79
/
+0
*
egl: remove duplicated include
Nicolas Kaiser
2010-09-30
1
-1
/
+0
*
egl: Add support for EGL_KHR_reusable_sync.
Chia-I Wu
2010-08-17
1
-0
/
+9
*
egl: Add checks for EGL_MESA_screen_surface.
Chia-I Wu
2010-07-31
1
-1
/
+0
*
egl: Remove unnecessary headers.
Vinson Lee
2010-07-06
1
-1
/
+0
*
egl: Rework driver loading.
Chia-I Wu
2010-07-06
1
-154
/
+334
*
egl: Make _eglUnloadDrivers no-op on Windows.
Chia-I Wu
2010-06-30
1
-0
/
+4
*
egl: Remove st/egl probe code.
Chia-I Wu
2010-06-29
1
-48
/
+0
*
egl: Do not call drv->Initialize with global mutex locked.
Chia-I Wu
2010-06-29
1
-3
/
+9
*
st/egl: Build a single EGL driver.
Chia-I Wu
2010-06-29
1
-82
/
+3
*
st/egl: One driver per hardware.
Chia-I Wu
2010-06-29
1
-36
/
+6
*
egl: Introduce platform displays internally.
Chia-I Wu
2010-06-23
1
-0
/
+10
*
egl: s/EGL_DISPLAY/EGL_PLATFORM/.
Chia-I Wu
2010-06-17
1
-8
/
+11
[next]