mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
intel/brw: Rename brw_fs_reg_allocate.cpp to brw_reg_allocate.cpp
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33112>
This commit is contained in:
parent
40308ef6e5
commit
62dd470d0a
2 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,6 @@ libintel_compiler_brw_files = files(
|
|||
'brw_fs_live_variables.cpp',
|
||||
'brw_fs_live_variables.h',
|
||||
'brw_fs_nir.cpp',
|
||||
'brw_fs_reg_allocate.cpp',
|
||||
'brw_fs_thread_payload.cpp',
|
||||
'brw_fs_visitor.cpp',
|
||||
'brw_generator.cpp',
|
||||
|
|
@ -107,6 +106,7 @@ libintel_compiler_brw_files = files(
|
|||
'brw_private.h',
|
||||
'brw_reg.cpp',
|
||||
'brw_reg.h',
|
||||
'brw_reg_allocate.cpp',
|
||||
'brw_reg_type.c',
|
||||
'brw_reg_type.h',
|
||||
'brw_rt.h',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue