summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)Author
2007-02-20set log level w/ env varChristian Neumair
2006-12-14Check in a long-misplaced spec update.Brian
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul
2006-06-03updates for using libdrm (Hanno Bock)Brian Paul
2006-02-05fix typoBrian Paul
2006-01-30some initial EGL 1.2 workBrian Paul
2005-12-30fixup stamp so driver updates drawable infoDave Airlie
2005-12-29use card_type not isPCIDave Airlie
2005-12-23this needs to be callocedDave Airlie
2005-12-17minor code movementBrian Paul
2005-12-10Rename eglDRIShowSurfaceMESA.Brian Paul
2005-12-10updates to match other changes elsewhereBrian 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-29clean up the drmGetMap/drmMap codeBrian Paul
2005-11-29apparently need to load colormap after setting the mode to make it work reliablyBrian Paul
2005-11-28Lots of fixes, clean-ups, new comments, etc.Brian Paul
2005-11-27Redo _eglInitSurface() so it can be used with all surface types.Brian Paul
2005-11-24use _egl_api struct, make some functions staticBrian 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-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