mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 04:30:10 +01:00
broadcom/compiler: rename v3d_nir_lower_robust_buffer_access.c
We are going to add code to handle image robustness shortly, so better rename this to v3d_nir_lower_robust_access.c Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18820>
This commit is contained in:
parent
c816081eea
commit
5e5eaa3f1a
2 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ libbroadcom_compiler_files = files(
|
|||
'v3d_nir_lower_line_smooth.c',
|
||||
'v3d_nir_lower_load_store_bitsize.c',
|
||||
'v3d_nir_lower_logic_ops.c',
|
||||
'v3d_nir_lower_robust_buffer_access.c',
|
||||
'v3d_nir_lower_robust_access.c',
|
||||
'v3d_nir_lower_scratch.c',
|
||||
'v3d_nir_lower_txf_ms.c',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue