r600g: only do depth-only or stencil-only in-place decompression
authorMarek Olšák <marek.olsak@amd.com>
Sun, 6 Sep 2015 15:37:38 +0000 (17:37 +0200)
committerMarek Olšák <marek.olsak@amd.com>
Sat, 3 Oct 2015 20:06:08 +0000 (22:06 +0200)
commit27b102e7fdbcd2beedc815996e1b5fcb2b612206
tree4ba0414bd7c78e48e202a8f9ebad6dbc74889283
parentc23c92c965f72f9a0b160834d06a2d631b736081
r600g: only do depth-only or stencil-only in-place decompression

instead of always doing both.
Usually, only depth is needed, so stencil decompression is useless.

Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
src/gallium/drivers/r600/evergreen_state.c
src/gallium/drivers/r600/r600_blit.c
src/gallium/drivers/r600/r600_pipe.h
src/gallium/drivers/r600/r600_state.c