gallium/tgsi_exec: Drop the unused scratch temp regs.

I suspect this was used back in the SSE2 backend days.  Definitely dead
now.

Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8283>
This commit is contained in:
Eric Anholt
2020-12-22 13:40:53 -08:00
committed by Marge Bot
parent c27cbfd9ed
commit 6fb9365a07

View File

@@ -220,11 +220,7 @@ struct tgsi_sampler
#define TGSI_EXEC_TEMP_KILMASK_I (TGSI_EXEC_NUM_TEMPS + 0)
#define TGSI_EXEC_TEMP_KILMASK_C 0
/* 4 register buffer for various purposes */
#define TGSI_EXEC_TEMP_R0 (TGSI_EXEC_NUM_TEMPS + 1)
#define TGSI_EXEC_NUM_TEMP_R 4
#define TGSI_EXEC_NUM_TEMP_EXTRAS 5
#define TGSI_EXEC_NUM_TEMP_EXTRAS 1