glsl: merge lower_buffer_access with lower_shared_reference

There are no longer any other users of lower_buffer_access so here
we just merge them to make the code easier to follow.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17271>
This commit is contained in:
Timothy Arceri
2022-06-28 14:43:21 +10:00
committed by Marge Bot
parent a9a7a20318
commit 9af897b9ed
4 changed files with 420 additions and 522 deletions

View File

@@ -155,8 +155,6 @@ files_libglsl = files(
'link_varyings.h',
'list.h',
'lower_blend_equation_advanced.cpp',
'lower_buffer_access.cpp',
'lower_buffer_access.h',
'lower_builtins.cpp',
'lower_cs_derived.cpp',
'lower_discard.cpp',