mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 19:20:08 +01:00
pvr: mark pvr_cmd_query.c as per-arch
This is riddled with per-arch details; this should all be per-arch I think. 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
bd9d87592e
commit
d07bf4b190
2 changed files with 1 additions and 1 deletions
|
|
@ -26,6 +26,7 @@ pvr_files = files(
|
|||
'winsys/pvr_winsys_helper.c',
|
||||
'pvr_arch_border.c',
|
||||
'pvr_arch_cmd_buffer.c',
|
||||
'pvr_arch_cmd_query.c',
|
||||
'pvr_arch_csb.c',
|
||||
'pvr_arch_descriptor_set.c',
|
||||
'pvr_arch_device.c',
|
||||
|
|
@ -35,7 +36,6 @@ pvr_files = files(
|
|||
'pvr_blit.c',
|
||||
'pvr_bo.c',
|
||||
'pvr_clear.c',
|
||||
'pvr_cmd_query.c',
|
||||
'pvr_csb.c',
|
||||
'pvr_descriptor_set.c',
|
||||
'pvr_device.c',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue