mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 05:10:11 +01:00
pvr: mark pvr_framebuffer.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
e11fac9f26
commit
f473c5fa97
2 changed files with 1 additions and 1 deletions
|
|
@ -31,6 +31,7 @@ pvr_files = files(
|
|||
'pvr_arch_descriptor_set.c',
|
||||
'pvr_arch_device.c',
|
||||
'pvr_arch_formats.c',
|
||||
'pvr_arch_framebuffer.c',
|
||||
'pvr_arch_hw_pass.c',
|
||||
'pvr_arch_image.c',
|
||||
'pvr_arch_job_common.c',
|
||||
|
|
@ -53,7 +54,6 @@ pvr_files = files(
|
|||
'pvr_device.c',
|
||||
'pvr_dump_bo.c',
|
||||
'pvr_dump_csb.c',
|
||||
'pvr_framebuffer.c',
|
||||
'pvr_free_list.c',
|
||||
'pvr_formats.c',
|
||||
'pvr_image.c',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue