glsl: remove the always_active_io flag from GLSL IR
authorTimothy Arceri <tarceri@itsqueeze.com>
Wed, 5 Apr 2023 04:05:59 +0000 (14:05 +1000)
committerMarge Bot <emma+marge@anholt.net>
Thu, 6 Jul 2023 01:21:06 +0000 (01:21 +0000)
commitbc66c2588ac96ab41f95e3bb2e9b1999de472e05
tree613c88a0ed960179536bd503b5ab77d3febb8532
parent06f3988c582b8761a5eebe13d9c252d03955c03d
glsl: remove the always_active_io flag from GLSL IR

No longer used.

Reviewed-by: Emma Anholt <emma@anholt.net>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22846>
src/compiler/glsl/glsl_to_nir.cpp
src/compiler/glsl/ir.cpp
src/compiler/glsl/ir.h
src/compiler/glsl/opt_dead_code.cpp