mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 13:50:11 +01:00
pvr: mark pvr_cmd_buffer.c as per-arch
Acked-by: Frank Binns <frank.binns@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38922>
This commit is contained in:
parent
6e57d71c0a
commit
bd9d87592e
2 changed files with 1 additions and 1 deletions
|
|
@ -25,6 +25,7 @@ pvr_files = files(
|
|||
'winsys/pvr_winsys.c',
|
||||
'winsys/pvr_winsys_helper.c',
|
||||
'pvr_arch_border.c',
|
||||
'pvr_arch_cmd_buffer.c',
|
||||
'pvr_arch_csb.c',
|
||||
'pvr_arch_descriptor_set.c',
|
||||
'pvr_arch_device.c',
|
||||
|
|
@ -34,7 +35,6 @@ pvr_files = files(
|
|||
'pvr_blit.c',
|
||||
'pvr_bo.c',
|
||||
'pvr_clear.c',
|
||||
'pvr_cmd_buffer.c',
|
||||
'pvr_cmd_query.c',
|
||||
'pvr_csb.c',
|
||||
'pvr_descriptor_set.c',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue