summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Add helper function to calculate the area of the intersection of two rectangles.Michel Dänzer2006-09-281-0/+13
* Fix long standing bug that prevented newer drivers from working withIan Romanick2006-08-111-8/+10
* if DDX is -1 don't do DDX checkDave Airlie2006-04-031-2/+3
* These messages really should be printed all the time, users want toDave Airlie2006-04-011-5/+5
* Mesa uses the glVertexAttrib*NV functions to implement fixed-functionIan Romanick2005-08-101-2/+5
* Fix recent problems with display lists and other parts of the code.Ian Romanick2005-08-051-1/+11
* Major rip-up of internal function insertion interface. The oldIan Romanick2005-07-281-5/+49
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-56/+5
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-4/+83
* 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