anv: Stop merging DEPTH_STENCIL state
authorJason Ekstrand <jason.ekstrand@collabora.com>
Thu, 14 Jul 2022 16:55:04 +0000 (11:55 -0500)
committerMarge Bot <emma+marge@anholt.net>
Tue, 19 Jul 2022 23:16:45 +0000 (23:16 +0000)
commitcc89232f2e97db419de8351314bef388c8867ac5
treec9cfeec5b8066d79b494309132aa41f3836a79b8
parent97dd1a100d4dacdc0897619a37194f83f32c9cfc
anv: Stop merging DEPTH_STENCIL state

Now that we've stopped trying to do dynamic stuff up-front, we're only
merging in one bit: DoubleSidedStencilEnable.  There's no point in all
the merging code for one bit which is a constant anyway.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17564>
src/intel/vulkan/anv_private.h
src/intel/vulkan/genX_pipeline.c
src/intel/vulkan/gfx7_cmd_buffer.c
src/intel/vulkan/gfx8_cmd_buffer.c