Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a single | Keith Whitwell | 2004-01-27 | 2 | -7/+8 |
| | | | | array, texObj->Image[face][level]. | ||||
* | include sched.h to get sched_yield() prototype | Brian Paul | 2004-01-18 | 1 | -0/+1 |
| | |||||
* | make second param of driParseConfigFiles() const | Brian Paul | 2004-01-18 | 2 | -3/+3 |
| | |||||
* | Respect the 'in_use' field in the global LRU as a marker for | Keith Whitwell | 2004-01-16 | 1 | -11/+6 |
| | | | | kernel-reserved memory regions. | ||||
* | Fixed a few typos in the german translation. | Felix Kuehling | 2004-01-08 | 1 | -4/+4 |
| | |||||
* | Use hand-made number parsing functions as the libc routines are ↵ | Felix Kuehling | 2004-01-07 | 1 | -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 one | Felix Kuehling | 2004-01-05 | 1 | -0/+12 |
| | | | | is for disabling faked "anisotropy" in e.g. FlightGear. | ||||
* | applied Felix's patch for configuration system | Brian Paul | 2003-12-12 | 2 | -21/+21 |
| | |||||
* | add driClipRectToFramebuffer helper function | Keith Whitwell | 2003-12-11 | 2 | -0/+37 |
| | |||||
* | bring in common from DRI trunk | Alan Hourihane | 2003-12-05 | 1 | -6/+61 |
| | |||||
* | build fix | Alan Hourihane | 2003-12-04 | 1 | -1/+1 |
| | |||||
* | Clean out some unused files | Jon Smirl | 2003-10-21 | 2 | -243/+0 |
| | |||||
* | Update DRI drivers to current DRI CVS and make them work. | Jon Smirl | 2003-10-21 | 8 | -33/+1326 |
| | |||||
* | Shared dri driver resources | Keith Whitwell | 2003-08-06 | 14 | -0/+3757 |