nv50,nvc0: don't advertise unaligned texture format support
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Mon, 11 Jul 2011 09:31:18 +0000 (11:31 +0200)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Thu, 14 Jul 2011 10:51:06 +0000 (12:51 +0200)
commitebeec1d43a7c7b2542ed76326dd3b1814ca47dc8
treee54310d84da9a388288fd6e1e37cff5d15179deb
parent3cf22a0c6e215535266e7a7fac5ddd2404d4345d
nv50,nvc0: don't advertise unaligned texture format support

Because we don't support them.
For instance, R32G32B32 is not R32G32B32X32 as was assumed.

Add support for R8G8B8X8_UNORM instead of R8G8B8_UNORM surfaces.
src/gallium/drivers/nv50/nv50_formats.c
src/gallium/drivers/nvc0/nvc0_formats.c