Age | Commit message (Expand) | Author |
2007-09-28 | add support for LDFLAGS env var | Dan Nicholson |
2007-02-20 | set log level w/ env var | Christian Neumair |
2006-07-13 | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul |
2006-02-05 | fix typo | Brian Paul |
2006-01-30 | some initial EGL 1.2 work | Brian Paul |
2005-12-23 | this needs to be calloced | Dave Airlie |
2005-12-17 | minor code movement | Brian Paul |
2005-12-10 | Some initial per-thread support. | Brian Paul |
2005-12-10 | Added EGL_SCREEN_POSITION_GRANULARITY_MESA query. | Brian Paul |
2005-12-10 | lots of updates, mode sorting, etc | Brian Paul |
2005-12-10 | implement config sorting for eglChooseConfig() | Brian Paul |
2005-11-29 | added _EGLExtensions typedef | Brian Paul |
2005-11-29 | Put extension flags, string into separate struct. | Brian Paul |
2005-11-27 | Redo _eglInitSurface() so it can be used with all surface types. | Brian Paul |
2005-11-24 | Move all the EGL API function pointers into a new _egl_api struct. | Brian Paul |
2005-11-24 | report error token in message printed in _eglError() | Brian Paul |
2005-11-24 | change error test in _eglParseConfigAttribs() | Brian Paul |
2005-11-24 | init attribs to EGL_DONT_CARE in _eglParseConfigAttribs() | Brian Paul |
2005-11-23 | update some comments | Brian Paul |
2005-11-23 | change error message | Brian Paul |
2005-11-23 | use _eglLog() | Brian Paul |
2005-11-23 | New _eglLog() function to replace fprintf/printf calls for debug/info. | Brian Paul |
2005-08-05 | More EGL prep. No impact on anything outside of EGL | Jon Smirl |
2005-05-17 | remove eglQueryDisplayMESA() | Brian Paul |
2005-05-17 | remove glmode stuff | Brian Paul |
2005-05-17 | update comments | Brian Paul |
2005-05-17 | more work on _eglConfigToContextModesRec() | Brian Paul |
2005-05-17 | Make EGL_NO_MODE_MESA work. | Jon Smirl |
2005-05-17 | added _eglInitPbufferSurface() | Brian Paul |
2005-05-17 | Fix several internal problems with generating the list of configs. | Jon Smirl |
2005-05-16 | Implement query of surface type. | Jon Smirl |
2005-05-16 | use EGLint instead of unsigned long for eglCopyContextMESA, added comments | Brian Paul |
2005-05-16 | separate ext strings with a space | Brian Paul |
2005-05-16 | added boolean extension flags to _EGLDriver | Brian Paul |
2005-05-16 | restore _eglSetConfigAttrib (for now), added prototype _eglConfigToContextMod... | Brian Paul |
2005-05-16 | make _eglSetConfigAtrib() a static function, and rename it | Brian Paul |
2005-05-16 | minor tweaks | Brian Paul |
2005-05-15 | A few egl patches needed for glitz, mainly config BITS | Jon Smirl |
2005-05-14 | Add empty placeholder for eglCopyContextMESA | Jon Smirl |
2005-05-13 | First attempt at getting egl support up on dumb framebuffer. | Jon Smirl |
2005-05-04 | sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles) | Brian Paul |
2005-04-29 | Fix include path to make build work | Jon Smirl |
2005-04-22 | initial EGL code | Brian Paul |