nir: Rename gl_nir_lower_bindless_images.c in preparation for extending it.

The bulk of it can be reused to implement iris's internal non-bindless
image lowering, which I would like to reuse in freedreno, v3d, and
nir-to-tgsi.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3728>
This commit is contained in:
Eric Anholt
2020-01-23 10:42:15 -08:00
committed by Marge Bot
parent b62379ac6f
commit cad2d6583c
3 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ files_libglsl = files(
'builtin_variables.cpp',
'generate_ir.cpp',
'gl_nir_lower_atomics.c',
'gl_nir_lower_bindless_images.c',
'gl_nir_lower_images.c',
'gl_nir_lower_buffers.c',
'gl_nir_lower_samplers.c',
'gl_nir_lower_samplers_as_deref.c',