summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_vtxfmt_sse.c
Commit message (Collapse)AuthorAgeFilesLines
* remove vtxfmt code, switch over to vboKeith Whitwell2006-10-311-236/+0
|
* enable 3rd texture unit on radeon (default still 2 enabled units). Disable ↵Roland Scheidegger2005-10-131-0/+4
| | | | some multitexcoord codegen stuff noone understands to make it work. Replace most code testing explicitly for unit 0 and 1 with loops instead of adding test for unit 2, smaller/more readable code at the cost of maybe some slight performance hit. (Code provided by Andreas Stenglein, some adjustments by me.)
* s/0/NULL/ (Jeff Muizelaar)Brian Paul2005-02-161-2/+2
|
* build fixesAlan Hourihane2003-12-041-1/+1
|
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-1/+1
|
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+232