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: 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
*
egl: Remove dependency on libX11.
Chia-I Wu
2009-08-21
1
-84
/
+7
*
egl: _eglCloseDriver should be no-op.
Chia-I Wu
2009-08-18
1
-2
/
+0
*
egl: Some per-driver data should be per-display.
Chia-I Wu
2009-08-18
1
-6
/
+3
*
egl: Change the way drivers are loaded.
Chia-I Wu
2009-08-18
1
-88
/
+181
*
egl: Overhaul driver API.
Chia-I Wu
2009-08-18
1
-1
/
+1
*
egl: Destroy display's resources upon termination.
Chia-I Wu
2009-07-17
1
-3
/
+1
*
egl: fixes for Windows
Jonathan White
2008-08-06
1
-1
/
+4
*
egl: changes for Windows
Jonathan White
2008-08-05
1
-26
/
+39
*
egl: clean up prototype code, new _eglFindAPIs() function.
Brian Paul
2008-06-19
1
-27
/
+91
*
egl: use RTLD_LAZY
Brian Paul
2008-06-18
1
-1
/
+1
*
egl: some prototype Windows code (eq for dlopen,dlsym)
Brian Paul
2008-06-11
1
-4
/
+41
*
egl: make _eglChooseDRMDriver() non-static
Brian Paul
2008-06-06
1
-2
/
+2
*
egl: new eglGetProcAddress() code
Brian Paul
2008-05-30
1
-2
/
+21
*
egl: clean-up re-org of the client API state
Brian Paul
2008-05-30
1
-2
/
+5
*
egl: check for EGL_DRIVER env var to override normal driver selection process
Brian Paul
2008-05-30
1
-2
/
+9
*
egl: remove unused Display field
Brian Paul
2008-05-28
1
-1
/
+0
*
egl: move a few small functions into new eglmisc.[ch] files
Brian Paul
2008-05-28
1
-72
/
+2
*
egl: make sure EGL_VERSION_STRING query returns same version as eglInitialize()
Brian Paul
2008-05-28
1
-1
/
+1
*
egl: include egldefines.h
Brian Paul
2008-05-28
1
-3
/
+5
*
egl: bring card->driver lookup code into egldriver.c
Brian Paul
2008-05-28
1
-7
/
+53
*
egl: added args string to _eglMain()
Brian Paul
2008-05-28
1
-10
/
+25
*
egl: Temporarily disable eglx.[c|h] building
Jakob Bornecrantz
2008-05-28
1
-1
/
+7
*
minor overhaul/re-org of driver selection/loading code
Brian Paul
2008-05-27
1
-26
/
+35
*
some initial EGL 1.2 work
Brian Paul
2006-01-30
1
-2
/
+19
*
Some initial per-thread support.
Brian Paul
2005-12-10
1
-1
/
+1
*
Put extension flags, string into separate struct.
Brian Paul
2005-11-29
1
-9
/
+9
*
Move all the EGL API function pointers into a new _egl_api struct.
Brian Paul
2005-11-24
1
-39
/
+39
*
use _eglLog()
Brian Paul
2005-11-23
1
-6
/
+10
*
More EGL prep. No impact on anything outside of EGL
Jon Smirl
2005-08-05
1
-28
/
+24
*
remove eglQueryDisplayMESA()
Brian Paul
2005-05-17
1
-1
/
+0
*
separate ext strings with a space
Brian Paul
2005-05-16
1
-2
/
+2
*
added boolean extension flags to _EGLDriver
Brian Paul
2005-05-16
1
-1
/
+20
*
First attempt at getting egl support up on dumb framebuffer.
Jon Smirl
2005-05-13
1
-2
/
+4
*
sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)
Brian Paul
2005-05-04
1
-0
/
+9
*
initial EGL code
Brian Paul
2005-04-22
1
-0
/
+226
[prev]