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:

committed by
Marge Bot

parent
a9a7a20318
commit
9af897b9ed
@@ -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',
|
||||
|
Reference in New Issue
Block a user