summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i830/i830_screen.c
Commit message (Expand)AuthorAgeFilesLines
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-12/+0
* remove unused mode functionDave Airlie2004-06-161-68/+0
* switch to using driFillInModes fix depthbuffer = 0Dave Airlie2004-06-161-20/+26
* The required DDX and DRI version numbers were switched. This went unnoticedIan Romanick2004-06-071-2/+2
* Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl2004-06-031-2/+0
* driCheckDriDdxDrmVersion uses a function that is not available toIan Romanick2004-06-021-19/+10
* Fix dumb mistake from a previous commit. __driCreateScreen is nowIan Romanick2004-06-011-1/+3
* Convert 'Display *' to '__DRInativeDisplay *'. Only portions of theIan Romanick2004-06-011-2/+2
* Fix solo build, add missing #ifdef NEW_INTERFACEJon Smirl2004-05-091-0/+8
* Add support for GLX_SGI_make_current_read.Ian Romanick2004-05-071-0/+2
* Enable use of new DRI interface in i830 driver.Ian Romanick2004-05-071-12/+201
* Add support for the 3rd and 4th texture units. The actual number ofIan Romanick2004-05-071-0/+15
* Minor changes to make linux-solo build againJon Smirl2003-10-161-9/+9
* add gamma driver - no kernel driver yetAlan Hourihane2003-09-301-4/+4
* add the i830 driver - no kernel driver yetAlan Hourihane2003-09-301-0/+371