summaryrefslogtreecommitdiff
path: root/src/egl/main/egldriver.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-19egl: clean up prototype code, new _eglFindAPIs() function.Brian Paul1-27/+91
2008-06-18egl: use RTLD_LAZYBrian Paul1-1/+1
2008-06-11egl: some prototype Windows code (eq for dlopen,dlsym)Brian Paul1-4/+41
2008-06-06egl: make _eglChooseDRMDriver() non-staticBrian Paul1-2/+2
2008-05-30egl: new eglGetProcAddress() codeBrian Paul1-2/+21
2008-05-30egl: clean-up re-org of the client API stateBrian Paul1-2/+5
2008-05-30egl: check for EGL_DRIVER env var to override normal driver selection processBrian Paul1-2/+9
2008-05-28egl: remove unused Display fieldBrian Paul1-1/+0
2008-05-28egl: move a few small functions into new eglmisc.[ch] filesBrian Paul1-72/+2
2008-05-28egl: make sure EGL_VERSION_STRING query returns same version as eglInitialize()Brian Paul1-1/+1
2008-05-28egl: include egldefines.hBrian Paul1-3/+5
2008-05-28egl: bring card->driver lookup code into egldriver.cBrian Paul1-7/+53
2008-05-28egl: added args string to _eglMain()Brian Paul1-10/+25
2008-05-28egl: Temporarily disable eglx.[c|h] buildingJakob Bornecrantz1-1/+7
2008-05-27minor overhaul/re-org of driver selection/loading codeBrian Paul1-26/+35
2006-01-30some initial EGL 1.2 workBrian Paul1-2/+19
2005-12-10Some initial per-thread support.Brian Paul1-1/+1
2005-11-29Put extension flags, string into separate struct.Brian Paul1-9/+9
2005-11-24Move all the EGL API function pointers into a new _egl_api struct.Brian Paul1-39/+39
2005-11-23use _eglLog()Brian Paul1-6/+10
2005-08-05More EGL prep. No impact on anything outside of EGLJon Smirl1-28/+24
2005-05-17remove eglQueryDisplayMESA()Brian Paul1-1/+0
2005-05-16separate ext strings with a spaceBrian Paul1-2/+2
2005-05-16added boolean extension flags to _EGLDriverBrian Paul1-1/+20
2005-05-13First attempt at getting egl support up on dumb framebuffer.Jon Smirl1-2/+4
2005-05-04sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul1-0/+9
2005-04-22initial EGL codeBrian Paul1-0/+226