mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 05:10:11 +01:00
pvr: mark pvr_job_transfer.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
11f59c942e
commit
8af73b5614
2 changed files with 1 additions and 1 deletions
|
|
@ -32,6 +32,7 @@ pvr_files = files(
|
|||
'pvr_arch_device.c',
|
||||
'pvr_arch_job_compute.c',
|
||||
'pvr_arch_job_render.c',
|
||||
'pvr_arch_job_transfer.c',
|
||||
'pvr_arch_pass.c',
|
||||
'pvr_arch_tex_state.c',
|
||||
'pvr_blit.c',
|
||||
|
|
@ -50,7 +51,6 @@ pvr_files = files(
|
|||
'pvr_instance.c',
|
||||
'pvr_job_common.c',
|
||||
'pvr_job_context.c',
|
||||
'pvr_job_transfer.c',
|
||||
'pvr_mrt.c',
|
||||
'pvr_physical_device.c',
|
||||
'pvr_pipeline.c',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue