summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_formats.c
AgeCommit message (Collapse)Author
2011-03-05nv50,nvc0: update the format tablesChristoph Bumiller
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.
2011-02-28nv50: replace most of it with nvc0 driver ported to nv50Christoph Bumiller
We'll have to do some unification now to reduce code duplication.
2010-09-25nv50: use formats table in nv50_surface.cChristoph Bumiller
2010-09-15Merge remote branch 'origin/nv50-compiler'Christoph Bumiller
Conflicts: src/gallium/drivers/nouveau/nouveau_class.h src/gallium/drivers/nv50/nv50_screen.c
2010-07-31nv50: add signed RGTC1 to format table, allow 2_10_10_10 for vbufsChristoph Bumiller
2010-07-24nv50: add/fix some license headersChristoph Bumiller
2010-07-24nv50: introduce the big formats tableChristoph Bumiller