mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 16:00:08 +01:00
pvr: make blit/clear-code rogue-specific
For Volcanic, we're planning on on using vk_meta instead of these, so let's mark them as rogue-only for now. 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
e1064e57a7
commit
6ae6dd7db6
3 changed files with 3 additions and 2 deletions
|
|
@ -48,9 +48,7 @@ pvr_files = files(
|
||||||
'pvr_arch_sampler.c',
|
'pvr_arch_sampler.c',
|
||||||
'pvr_arch_spm.c',
|
'pvr_arch_spm.c',
|
||||||
'pvr_arch_tex_state.c',
|
'pvr_arch_tex_state.c',
|
||||||
'pvr_blit.c',
|
|
||||||
'pvr_bo.c',
|
'pvr_bo.c',
|
||||||
'pvr_clear.c',
|
|
||||||
'pvr_csb.c',
|
'pvr_csb.c',
|
||||||
'pvr_descriptor_set.c',
|
'pvr_descriptor_set.c',
|
||||||
'pvr_device.c',
|
'pvr_device.c',
|
||||||
|
|
@ -116,6 +114,8 @@ common_per_arch_files = [
|
||||||
]
|
]
|
||||||
|
|
||||||
rogue_files = files(
|
rogue_files = files(
|
||||||
|
'rogue/pvr_blit.c',
|
||||||
|
'rogue/pvr_clear.c',
|
||||||
'rogue/pvr_dump_csb.c',
|
'rogue/pvr_dump_csb.c',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
@ -140,6 +140,7 @@ foreach arch : ['rogue']
|
||||||
dependencies : [
|
dependencies : [
|
||||||
dep_valgrind,
|
dep_valgrind,
|
||||||
idep_nir_headers,
|
idep_nir_headers,
|
||||||
|
idep_pco_uscgen_programs_headers,
|
||||||
idep_vulkan_runtime_headers,
|
idep_vulkan_runtime_headers,
|
||||||
idep_vulkan_util_headers,
|
idep_vulkan_util_headers,
|
||||||
idep_vulkan_wsi_headers,
|
idep_vulkan_wsi_headers,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue