summaryrefslogtreecommitdiff
path: root/src/egl/main
AgeCommit message (Expand)Author
2008-09-21mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell
2008-07-12Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson
2008-05-07Never fail `make clean'Dan Nicholson
2007-09-28add support for LDFLAGS env varDan Nicholson
2007-02-20set log level w/ env varChristian Neumair
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul
2006-02-05fix typoBrian Paul
2006-01-30some initial EGL 1.2 workBrian Paul
2005-12-23this needs to be callocedDave Airlie
2005-12-17minor code movementBrian Paul
2005-12-10Some initial per-thread support.Brian Paul
2005-12-10Added EGL_SCREEN_POSITION_GRANULARITY_MESA query.Brian Paul
2005-12-10lots of updates, mode sorting, etcBrian Paul
2005-12-10implement config sorting for eglChooseConfig()Brian Paul
2005-11-29added _EGLExtensions typedefBrian Paul
2005-11-29Put extension flags, string into separate struct.Brian Paul
2005-11-27Redo _eglInitSurface() so it can be used with all surface types.Brian Paul
2005-11-24Move all the EGL API function pointers into a new _egl_api struct.Brian Paul
2005-11-24report error token in message printed in _eglError()Brian Paul
2005-11-24change error test in _eglParseConfigAttribs()Brian Paul
2005-11-24init attribs to EGL_DONT_CARE in _eglParseConfigAttribs()Brian Paul
2005-11-23update some commentsBrian Paul
2005-11-23change error messageBrian Paul
2005-11-23use _eglLog()Brian Paul
2005-11-23New _eglLog() function to replace fprintf/printf calls for debug/info.Brian Paul
2005-08-05More EGL prep. No impact on anything outside of EGLJon Smirl
2005-05-17remove eglQueryDisplayMESA()Brian Paul
2005-05-17remove glmode stuffBrian 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-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-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