intel/compiler: Convert brw_wm_aa_enable to brw_sometimes
authorJason Ekstrand <jason@jlekstrand.net>
Fri, 19 Nov 2021 17:57:03 +0000 (11:57 -0600)
committerMarge Bot <emma+marge@anholt.net>
Mon, 6 Feb 2023 09:12:17 +0000 (09:12 +0000)
commit43ca7f4178a0640308f0364cea8460dffc88a5b0
tree52e0455bdedf7441ab54a446fa1d858fcaacd2c6
parent5d1c53844907cf12b3533bcf0c821a9481318742
intel/compiler: Convert brw_wm_aa_enable to brw_sometimes

There are other cases where we want a tri-state logic like this.  May as
well have one enum for all the cases.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21094>
src/gallium/drivers/crocus/crocus_state.c
src/intel/compiler/brw_compiler.h
src/intel/compiler/brw_fs_thread_payload.cpp