summaryrefslogtreecommitdiffstats
path: root/src/egl/main/egldriver.c
Commit message (Expand)AuthorAgeFilesLines
* egl: clean-up re-org of the client API stateBrian Paul2008-05-301-2/+5
* egl: check for EGL_DRIVER env var to override normal driver selection processBrian Paul2008-05-301-2/+9
* egl: remove unused Display fieldBrian Paul2008-05-281-1/+0
* egl: move a few small functions into new eglmisc.[ch] filesBrian Paul2008-05-281-72/+2
* egl: make sure EGL_VERSION_STRING query returns same version as eglInitialize()Brian Paul2008-05-281-1/+1
* egl: include egldefines.hBrian Paul2008-05-281-3/+5
* egl: bring card->driver lookup code into egldriver.cBrian Paul2008-05-281-7/+53
* egl: added args string to _eglMain()Brian Paul2008-05-281-10/+25
* egl: Temporarily disable eglx.[c|h] buildingJakob Bornecrantz2008-05-281-1/+7
* minor overhaul/re-org of driver selection/loading codeBrian Paul2008-05-271-26/+35
* some initial EGL 1.2 workBrian Paul2006-01-301-2/+19
* Some initial per-thread support.Brian Paul2005-12-101-1/+1
* Put extension flags, string into separate struct.Brian Paul2005-11-291-9/+9
* Move all the EGL API function pointers into a new _egl_api struct.Brian Paul2005-11-241-39/+39
* use _eglLog()Brian Paul2005-11-231-6/+10
* More EGL prep. No impact on anything outside of EGLJon Smirl2005-08-051-28/+24
* remove eglQueryDisplayMESA()Brian Paul2005-05-171-1/+0
* separate ext strings with a spaceBrian Paul2005-05-161-2/+2
* added boolean extension flags to _EGLDriverBrian Paul2005-05-161-1/+20
* First attempt at getting egl support up on dumb framebuffer.Jon Smirl2005-05-131-2/+4
* sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul2005-05-041-0/+9
* initial EGL codeBrian Paul2005-04-221-0/+226