summaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Collapse)AuthorAgeFilesLines
...
* added boolean extension flags to _EGLDriverBrian Paul2005-05-162-1/+30
|
* restore _eglSetConfigAttrib (for now), added prototype ↵Brian Paul2005-05-162-23/+59
| | | | _eglConfigToContextModesRec()
* make _eglSetConfigAtrib() a static function, and rename itBrian Paul2005-05-162-87/+90
|
* minor tweaksBrian Paul2005-05-164-9/+13
|
* A few egl patches needed for glitz, mainly config BITSJon Smirl2005-05-151-4/+10
|
* Add empty placeholder for eglCopyContextMESAJon Smirl2005-05-144-0/+25
|
* Fix compile error in demo egl driverJon Smirl2005-05-141-12/+12
|
* First attempt at getting egl support up on dumb framebuffer.Jon Smirl2005-05-1313-71/+500
| | | | 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-0413-119/+285
|
* Fix include path to make build workJon Smirl2005-04-291-1/+1
|
* initial EGL codeBrian Paul2005-04-2224-0/+3429