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: 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
*
egl: s/_EGL_PLATFORM/_EGL_OS/ and s/POSIX/UNIX/.
Chia-I Wu
2010-06-17
1
-12
/
+12
*
egl: Use SConscript for Windows build.
Chia-I Wu
2010-05-31
1
-4
/
+6
*
egl: Return NULL if we fail to load a default driver
Kristian Høgsberg
2010-05-27
1
-1
/
+1
*
egl: Allow a prioritized list of default drivers
Kristian Høgsberg
2010-05-13
1
-16
/
+32
*
egl: Drop broken _EGL_PLATFORM_NO_OS code
Kristian Høgsberg
2010-05-13
1
-32
/
+0
*
egl: Don't try to load driver basename if the platform needs a suffix
Kristian Høgsberg
2010-05-13
1
-3
/
+5
*
egl: Add _eglSearchPathForEach.
Chia-I Wu
2010-05-08
1
-0
/
+15
*
egl: Silence warnings when compiled with -pedantic.
Chia-I Wu
2010-02-19
1
-1
/
+7
*
egl: Revisit global data locking.
Chia-I Wu
2010-02-17
1
-1
/
+14
*
egl: fix wrong argument. Use loader_data instead of loader
Igor Oliveira
2010-02-04
1
-1
/
+1
*
egl: Rename _eglPreloadForEach callbacks.
Chia-I Wu
2010-02-03
1
-12
/
+12
*
egl: Fix a potential segfault in driver suffix matching.
Chia-I Wu
2010-02-03
1
-3
/
+5
*
egl: Remove unnecessary #ifdef's.
Chia-I Wu
2010-02-03
1
-8
/
+0
*
egl: Ignore certain environment variables when setuid/setgid.
Chia-I Wu
2010-02-03
1
-2
/
+16
*
egl: Add EGL_DRIVERS_PATH environment variable.
Chia-I Wu
2010-02-03
1
-99
/
+191
*
egl: Remove unnecessary headers.
Vinson Lee
2010-01-31
1
-1
/
+0
*
egl: Clean up header inclusions.
Chia-I Wu
2010-01-30
1
-0
/
+1
*
egl: Remove _eglOpenDriver and _eglCloseDriver.
Chia-I Wu
2010-01-26
1
-22
/
+1
*
egl: Add support for EGL_KHR_image.
Chia-I Wu
2010-01-25
1
-0
/
+6
*
egl: Add and use make_library_path.
Chia-I Wu
2010-01-24
1
-27
/
+49
*
egl: Remove _eglFindAPIs.
Chia-I Wu
2010-01-24
1
-52
/
+0
*
egl: Remove egl_softpipe.
Chia-I Wu
2010-01-22
1
-1
/
+1
*
egl: Add a simple cache for driver probe.
Chia-I Wu
2010-01-20
1
-0
/
+48
*
egl: Improve driver matching.
Chia-I Wu
2010-01-20
1
-16
/
+19
*
egl: Rename _EGL_PLATFORM_X to _EGL_PLATFORM_POSIX.
Chia-I Wu
2010-01-20
1
-8
/
+8
*
egl: Remove unused driver and display functions.
Chia-I Wu
2010-01-20
1
-114
/
+0
*
egl: Add _eglPreloadDrivers.
Chia-I Wu
2010-01-20
1
-6
/
+205
*
egl: Rework the synchronization primitives.
Chia-I Wu
2009-10-15
1
-1
/
+1
*
egl: Add support for driver built-in.
Chia-I Wu
2009-10-13
1
-64
/
+93
*
egl: Make _eglChooseDriver return the filename of the driver.
Chia-I Wu
2009-08-21
1
-13
/
+33
[next]