iris, i965: Drop max_variable_local_size
authorCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Thu, 21 May 2020 06:55:23 +0000 (23:55 -0700)
committerCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Thu, 28 May 2020 01:16:31 +0000 (18:16 -0700)
commit46b428074f427ddff37d2f92a3ac0f0468d253be
treeab0692252dc71b1f8a65e846e2fe329920987ff1
parent90ec26a800ca7d24237b9df9b2549452f4aa9946
iris, i965: Drop max_variable_local_size

This was used to decide which SIMD width to generate code for
ARB_compute_variable_group_size.  Now that compiler will generate
multiple SIMD widths, this information is unused.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5142>
src/compiler/shader_info.h
src/gallium/drivers/iris/iris_program.c
src/mesa/drivers/dri/i965/brw_cs.c