summaryrefslogtreecommitdiff
path: root/src/egl/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-05-07Never fail `make clean'Dan Nicholson2-4/+4
2007-09-28add support for LDFLAGS env varDan Nicholson2-2/+2
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul2-6/+6
2006-06-03updates for using libdrm (Hanno Bock)Brian Paul1-6/+3
2005-12-30fixup stamp so driver updates drawable infoDave Airlie1-0/+15
2005-12-29use card_type not isPCIDave Airlie1-1/+1
2005-12-10Rename eglDRIShowSurfaceMESA.Brian Paul2-9/+10
2005-12-10updates to match other changes elsewhereBrian Paul1-23/+18
2005-11-29Put extension flags, string into separate struct.Brian Paul1-2/+2
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-24use _egl_api struct, make some functions staticBrian Paul1-17/+22
2005-08-07Add missing egldri.h header fileJon Smirl1-0/+113
2005-08-05More EGL prep. No impact on anything outside of EGLJon Smirl1-8/+1
2005-08-04New files for radeon egl driver.Jon Smirl2-0/+1065
2005-05-17fix pbuffer sample codeBrian Paul1-6/+3
2005-05-17updated demoCreatePbufferSurface()Brian Paul1-52/+7
2005-05-16s/Atrib/Attrib/, set extension enable flagsBrian Paul1-23/+13
2005-05-14Fix compile error in demo egl driverJon Smirl1-12/+12
2005-05-13First attempt at getting egl support up on dumb framebuffer.Jon Smirl1-5/+5
2005-05-04sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul1-40/+23
2005-04-22initial EGL codeBrian Paul2-0/+434