aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell2004-01-272-7/+8
| | | | array, texObj->Image[face][level].
* include sched.h to get sched_yield() prototypeBrian Paul2004-01-181-0/+1
|
* make second param of driParseConfigFiles() constBrian Paul2004-01-182-3/+3
|
* Respect the 'in_use' field in the global LRU as a marker forKeith Whitwell2004-01-161-11/+6
| | | | kernel-reserved memory regions.
* Fixed a few typos in the german translation.Felix Kuehling2004-01-081-4/+4
|
* Use hand-made number parsing functions as the libc routines are ↵Felix Kuehling2004-01-071-2/+132
| | | | locale-dependent. Thanks to Pavel harry_x Palat for pointing that out.
* Added two new options: def_max_anisotropy and no_neg_lod_bias. The latter oneFelix Kuehling2004-01-051-0/+12
| | | | is for disabling faked "anisotropy" in e.g. FlightGear.
* applied Felix's patch for configuration systemBrian Paul2003-12-122-21/+21
|
* add driClipRectToFramebuffer helper functionKeith Whitwell2003-12-112-0/+37
|
* bring in common from DRI trunkAlan Hourihane2003-12-051-6/+61
|
* build fixAlan Hourihane2003-12-041-1/+1
|
* Clean out some unused filesJon Smirl2003-10-212-243/+0
|
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-218-33/+1326
|
* Shared dri driver resourcesKeith Whitwell2003-08-0614-0/+3757