summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)Author
2005-09-20initial check-inBrian Paul
2005-08-07Add missing egldri.h header fileJon Smirl
2005-08-07Enable EGL support in 'linux-dri' configJon Smirl
2005-08-05More EGL prep. No impact on anything outside of EGLJon Smirl
2005-08-04New files for radeon egl driver.Jon Smirl
2005-05-17remove eglQueryDisplayMESA()Brian Paul
2005-05-17fix pbuffer sample codeBrian Paul
2005-05-17remove glmode stuffBrian Paul
2005-05-17updated demoCreatePbufferSurface()Brian Paul
2005-05-17update commentsBrian Paul
2005-05-17more work on _eglConfigToContextModesRec()Brian Paul
2005-05-17Make EGL_NO_MODE_MESA work.Jon Smirl
2005-05-17added _eglInitPbufferSurface()Brian Paul
2005-05-17Fix several internal problems with generating the list of configs.Jon Smirl
2005-05-16Implement query of surface type.Jon Smirl
2005-05-16use EGLint instead of unsigned long for eglCopyContextMESA, added commentsBrian Paul
2005-05-16separate ext strings with a spaceBrian Paul
2005-05-16s/Atrib/Attrib/, set extension enable flagsBrian Paul
2005-05-16added boolean extension flags to _EGLDriverBrian Paul
2005-05-16restore _eglSetConfigAttrib (for now), added prototype _eglConfigToContextMod...Brian Paul
2005-05-16make _eglSetConfigAtrib() a static function, and rename itBrian Paul
2005-05-16minor tweaksBrian Paul
2005-05-15A few egl patches needed for glitz, mainly config BITSJon Smirl
2005-05-14Add empty placeholder for eglCopyContextMESAJon Smirl
2005-05-14Fix compile error in demo egl driverJon Smirl
2005-05-13First attempt at getting egl support up on dumb framebuffer.Jon Smirl
2005-05-04sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul
2005-04-29Fix include path to make build workJon Smirl
2005-04-22initial EGL codeBrian Paul