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
/
egldisplay.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl: Make surfaces and contexts resources.
Chia-I Wu
2010-01-24
1
-15
/
+19
*
egl: Add _EGLResource and _EGLResourceType.
Chia-I Wu
2010-01-24
1
-0
/
+60
*
egl: Move surface functions in egldisplay.[ch] to eglsurface.[ch]
Chia-I Wu
2010-01-24
1
-64
/
+0
*
egl: Move context functions in egldisplay.[ch] to eglcontext.[ch].
Chia-I Wu
2010-01-24
1
-63
/
+0
*
egl: Remove unused driver and display functions.
Chia-I Wu
2010-01-20
1
-30
/
+0
*
egl: Use _eglPreloadDrivers.
Chia-I Wu
2010-01-20
1
-6
/
+0
*
egl: Remove Xdpy from EGLDisplay.
Chia-I Wu
2009-08-26
1
-3
/
+0
*
egl: Remove dependency on libX11.
Chia-I Wu
2009-08-21
1
-0
/
+30
*
egl: Check for null display in handle checking.
Chia-I Wu
2009-08-21
1
-4
/
+6
*
egl: Remove eglhash.c and eglhash.h.
Chia-I Wu
2009-08-18
1
-1
/
+0
*
egl: Add back handle checking.
Chia-I Wu
2009-08-18
1
-0
/
+66
*
egl: Make lookup functions static inline.
Chia-I Wu
2009-08-18
1
-66
/
+0
*
egl: Remove hash table for displays.
Chia-I Wu
2009-08-18
1
-75
/
+49
*
egl: Remove hash table for surfaces.
Chia-I Wu
2009-08-18
1
-29
/
+6
*
egl: _eglCloseDriver should be no-op.
Chia-I Wu
2009-08-18
1
-5
/
+6
*
egl: Change the way drivers are loaded.
Chia-I Wu
2009-08-18
1
-6
/
+1
*
egl: Overhaul driver API.
Chia-I Wu
2009-08-18
1
-12
/
+12
*
egl: Use _eglAddAtExitCall to free thread infos and displays.
Chia-I Wu
2009-08-11
1
-1
/
+1
*
egl: Implement _eglFiniDisplay.
Chia-I Wu
2009-08-11
1
-1
/
+17
*
egl: Make display and surface hash tables local.
Chia-I Wu
2009-08-11
1
-13
/
+72
*
egl: Silence warnings on x86-64.
Chia-Wu
2009-07-31
1
-9
/
+10
*
egl: Destroy display's resources upon termination.
Chia-I Wu
2009-07-17
1
-0
/
+32
*
egl: Return the same EGL Display for the same native display.
Chia-I Wu
2009-07-17
1
-0
/
+24
*
egl: Add funtions to link contexts and surfaces to displays.
Chia-I Wu
2009-07-17
1
-24
/
+178
*
egl: Support per-thread info.
Chia-I Wu
2009-07-17
1
-11
/
+0
*
egl: added null ptr check
Brian Paul
2008-06-20
1
-2
/
+3
*
egl: in _eglAddConfig() just save a pointer to the config; don't copy the config
Brian Paul
2008-06-04
1
-2
/
+16
*
egl: bring card->driver lookup code into egldriver.c
Brian Paul
2008-05-28
1
-1
/
+1
*
egl: added args string to _eglMain()
Brian Paul
2008-05-28
1
-15
/
+4
*
minor overhaul/re-org of driver selection/loading code
Brian Paul
2008-05-27
1
-14
/
+43
*
added _eglGet*Handle() functions
Brian Paul
2008-05-27
1
-0
/
+15
*
assorted changes to compile with new EGL 1.4 headers (untested)
Brian Paul
2008-05-27
1
-4
/
+6
*
this needs to be calloced
Dave Airlie
2005-12-23
1
-1
/
+1
*
remove eglQueryDisplayMESA()
Brian Paul
2005-05-17
1
-7
/
+0
*
First attempt at getting egl support up on dumb framebuffer.
Jon Smirl
2005-05-13
1
-2
/
+9
*
initial EGL code
Brian Paul
2005-04-22
1
-0
/
+71