aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/main/egldriver.h
Commit message (Expand)AuthorAgeFilesLines
* egl: implment EGL_LARGEST_PBUFFER queryBrian Paul2008-06-201-0/+2
* egl: clean up prototype code, new _eglFindAPIs() function.Brian Paul2008-06-191-0/+4
* egl: make _eglChooseDRMDriver() non-staticBrian Paul2008-06-061-0/+3
* egl: new eglGetProcAddress() codeBrian Paul2008-05-301-0/+4
* egl: clean-up re-org of the client API stateBrian Paul2008-05-301-1/+2
* egl: added Name field to _EGLDriver so a driver name string can propogate up ...Brian Paul2008-05-291-1/+3
* egl: remove unused Display fieldBrian Paul2008-05-281-2/+0
* egl: move a few small functions into new eglmisc.[ch] filesBrian Paul2008-05-281-13/+0
* egl: make sure EGL_VERSION_STRING query returns same version as eglInitialize()Brian Paul2008-05-281-5/+6
* egl: include egldefines.hBrian Paul2008-05-281-4/+2
* egl: added args string to _eglMain()Brian Paul2008-05-281-2/+2
* minor overhaul/re-org of driver selection/loading codeBrian Paul2008-05-271-3/+3
* some initial EGL 1.2 workBrian Paul2006-01-301-0/+1
* Put extension flags, string into separate struct.Brian Paul2005-11-291-7/+14
* Move all the EGL API function pointers into a new _egl_api struct.Brian Paul2005-11-241-93/+2
* More EGL prep. No impact on anything outside of EGLJon Smirl2005-08-051-4/+1
* remove eglQueryDisplayMESA()Brian Paul2005-05-171-2/+0
* use EGLint instead of unsigned long for eglCopyContextMESA, added commentsBrian Paul2005-05-161-1/+1
* added boolean extension flags to _EGLDriverBrian Paul2005-05-161-0/+10
* Add empty placeholder for eglCopyContextMESAJon Smirl2005-05-141-0/+2
* First attempt at getting egl support up on dumb framebuffer.Jon Smirl2005-05-131-2/+5
* sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul2005-05-041-3/+16
* initial EGL codeBrian Paul2005-04-221-0/+141