glsl: Remove lower_offset_arrays pass

It is no longer used.

Reviewed-by: Qiang Yu <yuq825@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16547>
This commit is contained in:
Ian Romanick
2022-05-17 10:29:25 -07:00
committed by Marge Bot
parent 1aacd9492d
commit 2b3e1d587d
3 changed files with 0 additions and 93 deletions

View File

@@ -164,7 +164,6 @@ files_libglsl = files(
'lower_int64.cpp',
'lower_jumps.cpp',
'lower_mat_op_to_vec.cpp',
'lower_offset_array.cpp',
'lower_named_interface_blocks.cpp',
'lower_packing_builtins.cpp',
'lower_precision.cpp',