nv50,nvc0: reject R8G8B8A8/X8_UNORM for multisample surfaces
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Sat, 27 Aug 2011 15:31:04 +0000 (17:31 +0200)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Tue, 30 Aug 2011 11:55:07 +0000 (13:55 +0200)
commit9f4998639c3c47f0b7ee3e2a29b7f3609d3f7796
treec305c22b3828851eb12a233c70e4f0f01a44d8bb
parentfb92fc25b00beda4df48865670c8769c7a669aac
nv50,nvc0: reject R8G8B8A8/X8_UNORM for multisample surfaces

The window system buffer will be BGRA and applications will try to
directly resolve to it, which would trigger an INVALID_OPERATION in
BlitFramebuffer if the multisample renderbuffer is RGBA.
src/gallium/drivers/nv50/nv50_screen.c
src/gallium/drivers/nvc0/nvc0_screen.c