summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
2005-05-17remove eglQueryDisplayMESA()Brian Paul4-19/+0
2005-05-17fix pbuffer sample codeBrian Paul1-6/+3
2005-05-17remove glmode stuffBrian Paul2-103/+14
2005-05-17updated demoCreatePbufferSurface()Brian Paul1-52/+7
2005-05-17update commentsBrian Paul1-2/+3
2005-05-17more work on _eglConfigToContextModesRec()Brian Paul2-4/+9
2005-05-17Make EGL_NO_MODE_MESA work.Jon Smirl1-1/+1
2005-05-17added _eglInitPbufferSurface()Brian Paul2-0/+78
2005-05-17Fix several internal problems with generating the list of configs.Jon Smirl1-2/+3
2005-05-16Implement query of surface type.Jon Smirl1-0/+3
2005-05-16use EGLint instead of unsigned long for eglCopyContextMESA, added commentsBrian Paul4-5/+11
2005-05-16separate ext strings with a spaceBrian Paul1-2/+2
2005-05-16s/Atrib/Attrib/, set extension enable flagsBrian Paul1-23/+13
2005-05-16added boolean extension flags to _EGLDriverBrian Paul2-1/+30
2005-05-16restore _eglSetConfigAttrib (for now), added prototype _eglConfigToContextMod...Brian Paul2-23/+59
2005-05-16make _eglSetConfigAtrib() a static function, and rename itBrian Paul2-87/+90
2005-05-16minor tweaksBrian Paul4-9/+13
2005-05-15A few egl patches needed for glitz, mainly config BITSJon Smirl1-4/+10
2005-05-14Add empty placeholder for eglCopyContextMESAJon Smirl4-0/+25
2005-05-14Fix compile error in demo egl driverJon Smirl1-12/+12
2005-05-13First attempt at getting egl support up on dumb framebuffer.Jon Smirl13-71/+500
2005-05-04sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul13-119/+285
2005-04-29Fix include path to make build workJon Smirl1-1/+1
2005-04-22initial EGL codeBrian Paul24-0/+3429