mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
pvr: mark pvr_pass.c as multi-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
f789eb0d7d
commit
6c14ff34e8
2 changed files with 1 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ pvr_files = files(
|
||||||
'pvr_arch_csb.c',
|
'pvr_arch_csb.c',
|
||||||
'pvr_arch_descriptor_set.c',
|
'pvr_arch_descriptor_set.c',
|
||||||
'pvr_arch_device.c',
|
'pvr_arch_device.c',
|
||||||
|
'pvr_arch_pass.c',
|
||||||
'pvr_blit.c',
|
'pvr_blit.c',
|
||||||
'pvr_bo.c',
|
'pvr_bo.c',
|
||||||
'pvr_clear.c',
|
'pvr_clear.c',
|
||||||
|
|
@ -50,7 +51,6 @@ pvr_files = files(
|
||||||
'pvr_job_render.c',
|
'pvr_job_render.c',
|
||||||
'pvr_job_transfer.c',
|
'pvr_job_transfer.c',
|
||||||
'pvr_mrt.c',
|
'pvr_mrt.c',
|
||||||
'pvr_pass.c',
|
|
||||||
'pvr_physical_device.c',
|
'pvr_physical_device.c',
|
||||||
'pvr_pipeline.c',
|
'pvr_pipeline.c',
|
||||||
'pvr_transfer_frag_store.c',
|
'pvr_transfer_frag_store.c',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue