nv50,nvc0: fix multisample format hack
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Tue, 30 Aug 2011 21:44:27 +0000 (23:44 +0200)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Tue, 30 Aug 2011 22:06:22 +0000 (00:06 +0200)
commit66e8d223b61dc034fb941e7d704a85ee44d7bbcc
tree6ca448ce4166bade2dc3bd72a300f0c0536c835e
parent0b96b3ffa92285d281de82442743402cf374973a
nv50,nvc0: fix multisample format hack

Advertising different format support based on sample count was a
bad idea, it made resolve to window work, but resolve to anything
else would fail.

See 9f4998639c3c47f0b7ee3e2a29b7f3609d3f7796.
src/gallium/drivers/nv50/nv50_screen.c
src/gallium/drivers/nvc0/nvc0_screen.c