ir3: Don't set saturation on flat.b
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10999 Signed-off-by: Karmjit Mahil <karmjit.mahil@igalia.com> Reviewed-by: Job Noorman <jnoorman@igalia.com> Reviewed-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28935>
This commit is contained in:
@@ -609,8 +609,9 @@ is_sat_compatible(opc_t opc)
|
||||
return false;
|
||||
|
||||
switch (opc) {
|
||||
/* On a3xx and a6xx saturation doesn't work on bary.f */
|
||||
/* On a3xx and a6xx saturation doesn't work on bary.f/flat.b */
|
||||
case OPC_BARY_F:
|
||||
case OPC_FLAT_B:
|
||||
/* On a6xx saturation doesn't work on sel.* */
|
||||
case OPC_SEL_B16:
|
||||
case OPC_SEL_B32:
|
||||
|
||||
Reference in New Issue
Block a user