tgsi_exec: Drop unused destination dimension support.
authorEric Anholt <eric@anholt.net>
Tue, 4 May 2021 04:07:53 +0000 (21:07 -0700)
committerMarge Bot <eric+marge@anholt.net>
Wed, 5 May 2021 23:55:17 +0000 (23:55 +0000)
commit367729a7321566cc61bbcc2d13405d20a881149d
tree974dd780fcee7c27582d14749c22650810267f7b
parent31369987ff244eb855ed50658ed3b23d6bd4f5df
tgsi_exec: Drop unused destination dimension support.

As you can see, nothing used the index2d value we computed.  Turns out
this does remove some unused code from release builds.

Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10605>
src/gallium/auxiliary/tgsi/tgsi_exec.c