Revert "anv: Add driconf option to disable compression for 16bpp format"

This reverts commit bcfec61d1e.

The previous patch fixed the underlying issue that the above commit was
actually working around. It turns out that the previously observed
performance regression was due to invalid aux-map entries for
multi-layer HiZ+CCS buffers.

Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7046>
This commit is contained in:
Nanley Chery
2020-10-07 14:27:57 -07:00
committed by Marge Bot
parent cce6fc3b5c
commit 290f3fe897
5 changed files with 1 additions and 31 deletions

View File

@@ -1171,7 +1171,6 @@ struct anv_instance {
struct driOptionCache dri_options;
struct driOptionCache available_dri_options;
bool disable_d16unorm_compression;
};
VkResult anv_init_wsi(struct anv_physical_device *physical_device);