nvc0: disable BGRA8 images on Fermi
authorLyude <lyude@redhat.com>
Sat, 3 Jun 2017 00:45:36 +0000 (20:45 -0400)
committerIlia Mirkin <imirkin@alum.mit.edu>
Sat, 3 Jun 2017 03:10:36 +0000 (23:10 -0400)
commit245912b684b862d47cde10052b137d76a55d0bd3
tree9a97e7073f86bfaf27a4c1048231935fd77bb7e8
parent0d576fbfbe912cf3fb9ab594bb31eb58bccf2138
nvc0: disable BGRA8 images on Fermi

BGRA8 image stores on Fermi don't work, which results in breaking
PBO downloads, such that they always return 0x0. Discovered this
through a glamor bug, and confirmed it does indeed break a good number
of piglit tests such as spec/arb_pixel_buffer_object/pbo-read-argb8888

Fixes: 8e7893eb53213 ("nvc0: add support for BGRA8 images")
Signed-off-by: Lyude <lyude@redhat.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Cc: mesa-stable@lists.freedesktop.org
src/gallium/drivers/nouveau/nvc0/nvc0_screen.c