summaryrefslogtreecommitdiff
path: root/src/egl/drivers/dri/egldri.c
AgeCommit message (Collapse)Author
2008-06-05egl: minor tweaksBrian Paul
2008-05-29comments in _eglMain()Brian Paul
2008-05-28egl: pass args to _eglOpenDriver()Brian Paul
2008-05-28egl: added args string to _eglMain()Brian Paul
2008-05-28prototype new code to map card number to driver nameBrian Paul
2008-05-27include eglconfigutil.hBrian Paul
2008-05-27misc updates, clean-ups, remove dependency on mtypes.hBrian Paul
2005-12-30fixup stamp so driver updates drawable infoDave Airlie
2005-12-10Rename eglDRIShowSurfaceMESA.Brian Paul
s/_eglAddMode/_eglAddNewMode/
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
To set the FBdev video mode, need to add a \n char to the string.
2005-11-24use _egl_api struct, make some functions staticBrian Paul
2005-08-04New files for radeon egl driver.Jon Smirl
Still a work in progress.