nv50: correct zeta formats
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Tue, 28 Jul 2009 23:07:52 +0000 (01:07 +0200)
committerBen Skeggs <bskeggs@redhat.com>
Tue, 28 Jul 2009 23:40:35 +0000 (09:40 +1000)
commit84166a021fe7b4a05f03d0119d2954998f7f12c6
treea2b70de73eef86f8e6a7024f1415ad8cc5f46216
parent987c59c486500780a9315d2a850e6121319f4e93
nv50: correct zeta formats

What was Z24S8 before is actually S8Z24, and what we had for Z16
is actually X8Z24. Now, we also have the REAL Z24S8 and I added
Z32_FLOAT as well; most of the formats need different tile_flags.
src/gallium/drivers/nv50/nv50_miptree.c
src/gallium/drivers/nv50/nv50_screen.c
src/gallium/drivers/nv50/nv50_state_validate.c