aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Calculate haveAccumBuffer, haveDepthBuffer and haveStencilBuffer inKeith Whitwell2005-03-221-0/+7
* new version check to allow to test for a range of ddx major versions, instead...Roland Scheidegger2005-01-261-6/+29
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-11/+11
* Initial support for PowerPC specific code in Mesa and DRI drivers. DRIIan Romanick2004-10-131-3/+27
* Refactor the code in driGetRendererString a bit to make it easier toIan Romanick2004-10-131-15/+40
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-5/+1
* Fix a couple typeos in the tables for driFillInModes.Ian Romanick2004-06-151-4/+4
* Add a new function, driFillInModes, that is to be used by drivers toIan Romanick2004-06-031-1/+237
* driCheckDriDdxDrmVersion uses a function that is not available toIan Romanick2004-06-021-3/+82
* bring over build fixes from stable branchAlan Hourihane2004-04-261-1/+2
* extend SOLO code so the DDX version isn't checkedDave Airlie2004-03-151-5/+5
* add driClipRectToFramebuffer helper functionKeith Whitwell2003-12-111-0/+33
* build fixAlan Hourihane2003-12-041-1/+1
* Shared dri driver resourcesKeith Whitwell2003-08-061-0/+186