summaryrefslogtreecommitdiffstats
path: root/src/egl/main/egldriver.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Seems to be mostly working. Not all of egl API is implemented.
* sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul2005-05-041-3/+16
|
* initial EGL codeBrian Paul2005-04-221-0/+141