[Mesa-dev] [PATCH 0/3] radv: some fixes for DCC/MSAA

Samuel Pitoiset samuel.pitoiset at gmail.com
Thu Nov 15 14:35:53 UTC 2018


Hi,

This little series fixes some CTS when DCC is enabled for MSAA textures.
It will be easier for me to improve the thing if the current implementation
doesn't introduce any CTS regressions.

This is still disabled by default for now anyways.

Please review,
Thanks!

Samuel Pitoiset (3):
  radv: do not initialize DCC as cleared for MSAA textures
  radv: disable fast color clears for DCC and MSAA textures
  radv: allow to use DCC for MSAA x4 and x8 with the debug option

 src/amd/vulkan/radv_cmd_buffer.c | 9 ++++++++-
 src/amd/vulkan/radv_image.c      | 9 ++++-----
 src/amd/vulkan/radv_meta_clear.c | 3 +++
 3 files changed, 15 insertions(+), 6 deletions(-)

-- 
2.19.1



More information about the mesa-dev mailing list