intel/brw: Rename file brw_fs_nir.cpp to brw_from_nir.cpp

Reviewed-by: Dylan Baker <dylan.c.baker@intel.com>
Reviewed-by: Dylan Baker <None>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33330>
This commit is contained in:
Caio Oliveira
2025-01-31 10:56:33 -08:00
committed by Marge Bot
parent 25707b57bc
commit 1332d84500
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -47,11 +47,11 @@ libintel_compiler_brw_files = files(
'brw_eu_inst.h',
'brw_eu.h',
'brw_eu_validate.c',
'brw_from_nir.cpp',
'brw_fs.cpp',
'brw_fs.h',
'brw_fs_live_variables.cpp',
'brw_fs_live_variables.h',
'brw_fs_nir.cpp',
'brw_fs_thread_payload.cpp',
'brw_fs_visitor.cpp',
'brw_generator.cpp',