index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
egl
/
main
/
egldisplay.c
Age
Commit message (
Expand
)
Author
2010-01-20
egl: Use _eglPreloadDrivers.
Chia-I Wu
2009-08-26
egl: Remove Xdpy from EGLDisplay.
Chia-I Wu
2009-08-21
egl: Remove dependency on libX11.
Chia-I Wu
2009-08-21
egl: Check for null display in handle checking.
Chia-I Wu
2009-08-18
egl: Remove eglhash.c and eglhash.h.
Chia-I Wu
2009-08-18
egl: Add back handle checking.
Chia-I Wu
2009-08-18
egl: Make lookup functions static inline.
Chia-I Wu
2009-08-18
egl: Remove hash table for displays.
Chia-I Wu
2009-08-18
egl: Remove hash table for surfaces.
Chia-I Wu
2009-08-18
egl: _eglCloseDriver should be no-op.
Chia-I Wu
2009-08-18
egl: Change the way drivers are loaded.
Chia-I Wu
2009-08-18
egl: Overhaul driver API.
Chia-I Wu
2009-08-11
egl: Use _eglAddAtExitCall to free thread infos and displays.
Chia-I Wu
2009-08-11
egl: Implement _eglFiniDisplay.
Chia-I Wu
2009-08-11
egl: Make display and surface hash tables local.
Chia-I Wu
2009-07-31
egl: Silence warnings on x86-64.
Chia-Wu
2009-07-17
egl: Destroy display's resources upon termination.
Chia-I Wu
2009-07-17
egl: Return the same EGL Display for the same native display.
Chia-I Wu
2009-07-17
egl: Add funtions to link contexts and surfaces to displays.
Chia-I Wu
2009-07-17
egl: Support per-thread info.
Chia-I Wu
2008-06-20
egl: added null ptr check
Brian Paul
2008-06-04
egl: in _eglAddConfig() just save a pointer to the config; don't copy the config
Brian Paul
2008-05-28
egl: bring card->driver lookup code into egldriver.c
Brian Paul
2008-05-28
egl: added args string to _eglMain()
Brian Paul
2008-05-27
minor overhaul/re-org of driver selection/loading code
Brian Paul
2008-05-27
added _eglGet*Handle() functions
Brian Paul
2008-05-27
assorted changes to compile with new EGL 1.4 headers (untested)
Brian Paul
2005-12-23
this needs to be calloced
Dave Airlie
2005-05-17
remove eglQueryDisplayMESA()
Brian Paul
2005-05-13
First attempt at getting egl support up on dumb framebuffer.
Jon Smirl
2005-04-22
initial EGL code
Brian Paul