mesa/src/broadcom/compiler
Timothy Arceri 04dbf709ed nir: add callback to nir_remove_dead_variables()
This allows us to do API specific checks before removing variable
without filling nir_remove_dead_variables() with API specific code.

In the following patches we will use this to support the removal
of dead uniforms in GLSL.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4797>
2020-06-03 02:22:23 +00:00
..
meson.build meson: use gnu_symbol_visibility argument 2020-06-01 18:59:18 +00:00
nir_to_vir.c v3d: Ask the state tracker to lower image accesses off of derefs. 2020-02-24 18:25:02 +00:00
qpu_schedule.c util: rename list_empty() to list_is_empty() 2019-10-28 11:24:38 +00:00
qpu_validate.c
v3d33_tex.c
v3d33_vpm_setup.c
v3d40_tex.c v3d/tex: use TMUSLOD register if possible 2020-05-11 23:52:46 +00:00
v3d_compiler.h v3d: handle writes to gl_Layer from geometry shaders 2019-12-16 08:42:37 +01:00
v3d_nir_lower_image_load_store.c v3d: Ask the state tracker to lower image accesses off of derefs. 2020-02-24 18:25:02 +00:00
v3d_nir_lower_io.c v3d: handle writes to gl_Layer from geometry shaders 2019-12-16 08:42:37 +01:00
v3d_nir_lower_logic_ops.c util: Move gallium's PIPE_FORMAT utils to /util/format/ 2019-11-14 10:47:20 -08:00
v3d_nir_lower_scratch.c
v3d_nir_lower_txf_ms.c
vir.c nir: add callback to nir_remove_dead_variables() 2020-06-03 02:22:23 +00:00
vir_dump.c
vir_live_variables.c util/hash_table: update users to use new optimal integer hash functions 2020-01-23 17:06:57 +00:00
vir_opt_copy_propagate.c
vir_opt_dead_code.c
vir_opt_redundant_flags.c
vir_opt_small_immediates.c
vir_register_allocate.c util/ra: spiff out select_reg_callback 2020-03-10 16:01:39 +00:00
vir_to_qpu.c