freedreno/ir3: Set the FS .msaa flag to true during precompiles.
authorEric Anholt <eric@anholt.net>
Wed, 15 Apr 2020 19:07:16 +0000 (12:07 -0700)
committerMarge Bot <eric+marge@anholt.net>
Fri, 1 May 2020 16:26:32 +0000 (16:26 +0000)
commit8f01fa1fb3bbb94648ab3955860933aefbcb191a
tree752c868b1d5aad9244c5b5ff3fd20c4e1be042fc
parent812c55b07960918db8bb047031c214f77ab1a37f
freedreno/ir3: Set the FS .msaa flag to true during precompiles.

If you're going out of your way to do per-sample interpolation, you are
almost surely going to be doing so to an MSAA framebuffer.  Should reduce
recompiles with MSAA enabled.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4562>
src/gallium/drivers/freedreno/ir3/ir3_gallium.c