summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
2007-02-20set log level w/ env varChristian Neumair1-2/+39
2006-12-14Check in a long-misplaced spec update.Brian1-21/+7
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul3-9/+9
2006-06-03updates for using libdrm (Hanno Bock)Brian Paul1-6/+3
2006-02-05fix typoBrian Paul1-1/+1
2006-01-30some initial EGL 1.2 workBrian Paul11-13/+349
2005-12-30fixup stamp so driver updates drawable infoDave Airlie1-0/+15
2005-12-29use card_type not isPCIDave Airlie1-1/+1
2005-12-23this needs to be callocedDave Airlie1-1/+1
2005-12-17minor code movementBrian Paul4-23/+17
2005-12-10Rename eglDRIShowSurfaceMESA.Brian Paul2-9/+10
2005-12-10updates to match other changes elsewhereBrian Paul1-23/+18
2005-12-10Some initial per-thread support.Brian Paul8-22/+53
2005-12-10Added EGL_SCREEN_POSITION_GRANULARITY_MESA query.Brian Paul2-8/+28
2005-12-10lots of updates, mode sorting, etcBrian Paul2-56/+289
2005-12-10implement config sorting for eglChooseConfig()Brian Paul2-41/+51
2005-11-29added _EGLExtensions typedefBrian Paul1-0/+2
2005-11-29Put extension flags, string into separate struct.Brian Paul3-18/+25
2005-11-29clean up the drmGetMap/drmMap codeBrian Paul1-36/+32
2005-11-29apparently need to load colormap after setting the mode to make it work reliablyBrian Paul1-25/+50
2005-11-28Lots of fixes, clean-ups, new comments, etc.Brian Paul2-231/+326
2005-11-27Redo _eglInitSurface() so it can be used with all surface types.Brian Paul7-178/+273
2005-11-24use _egl_api struct, make some functions staticBrian Paul1-17/+22
2005-11-24Move all the EGL API function pointers into a new _egl_api struct.Brian Paul6-170/+186
2005-11-24report error token in message printed in _eglError()Brian Paul1-1/+50
2005-11-24change error test in _eglParseConfigAttribs()Brian Paul1-2/+5
2005-11-24init attribs to EGL_DONT_CARE in _eglParseConfigAttribs()Brian Paul1-1/+4
2005-11-23update some commentsBrian Paul1-2/+5
2005-11-23change error messageBrian Paul1-1/+2
2005-11-23use _eglLog()Brian Paul2-10/+17
2005-11-23New _eglLog() function to replace fprintf/printf calls for debug/info.Brian Paul3-0/+75
2005-09-20initial check-inBrian Paul1-0/+578
2005-08-07Add missing egldri.h header fileJon Smirl1-0/+113
2005-08-07Enable EGL support in 'linux-dri' configJon Smirl1-1/+1
2005-08-05More EGL prep. No impact on anything outside of EGLJon Smirl3-40/+26
2005-08-04New files for radeon egl driver.Jon Smirl2-0/+1065
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