aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_texture.xml.h
Commit message (Collapse)AuthorAgeFilesLines
* nv50,nvc0: extensive surface format renaming to get consistencyChristoph Bumiller2011-07-141-33/+48
| | | | Now the component ordering is consistent and matches gallium again.
* nv50,nvc0: update the format tablesChristoph Bumiller2011-03-051-20/+40
| | | | | | | | Removed sampler view support for USCALED/SSCALED, the texture unit refuses to convert to non-normalized float. The enums are treated like UNORM. Removed duplicate format related headers.
* nv50: replace most of it with nvc0 driver ported to nv50Christoph Bumiller2011-02-281-0/+259
We'll have to do some unification now to reduce code duplication.