Move all the EGL API function pointers into a new _egl_api struct.
[mesa.git] / src / egl / main /
2005-11-24 Brian PaulMove all the EGL API function pointers into a new _egl_...
2005-11-24 Brian Paulreport error token in message printed in _eglError()
2005-11-24 Brian Paulchange error test in _eglParseConfigAttribs()
2005-11-24 Brian Paulinit attribs to EGL_DONT_CARE in _eglParseConfigAttribs()
2005-11-23 Brian Paulupdate some comments
2005-11-23 Brian Paulchange error message
2005-11-23 Brian Pauluse _eglLog()
2005-11-23 Brian PaulNew _eglLog() function to replace fprintf/printf calls...
2005-08-05 Jon SmirlMore EGL prep. No impact on anything outside of EGL
2005-05-17 Brian Paulremove eglQueryDisplayMESA()
2005-05-17 Brian Paulremove glmode stuff
2005-05-17 Brian Paulupdate comments
2005-05-17 Brian Paulmore work on _eglConfigToContextModesRec()
2005-05-17 Jon SmirlMake EGL_NO_MODE_MESA work.
2005-05-17 Brian Pauladded _eglInitPbufferSurface()
2005-05-17 Jon SmirlFix several internal problems with generating the list...
2005-05-16 Jon SmirlImplement query of surface type.
2005-05-16 Brian Pauluse EGLint instead of unsigned long for eglCopyContextM...
2005-05-16 Brian Paulseparate ext strings with a space
2005-05-16 Brian Pauladded boolean extension flags to _EGLDriver
2005-05-16 Brian Paulrestore _eglSetConfigAttrib (for now), added prototype...
2005-05-16 Brian Paulmake _eglSetConfigAtrib() a static function, and rename it
2005-05-16 Brian Paulminor tweaks
2005-05-15 Jon SmirlA few egl patches needed for glitz, mainly config BITS
2005-05-14 Jon SmirlAdd empty placeholder for eglCopyContextMESA
2005-05-13 Jon SmirlFirst attempt at getting egl support up on dumb framebu...
2005-05-04 Brian Paulsync with latest EGL_MESA_screen_surface spec (EGLScree...
2005-04-29 Jon SmirlFix include path to make build work
2005-04-22 Brian Paulinitial EGL code