mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 05:10:11 +01:00
pvr: mark pvr_border.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
120a89e2a9
commit
f789eb0d7d
3 changed files with 3 additions and 2 deletions
|
|
@ -24,12 +24,12 @@ pvr_files = files(
|
|||
'winsys/powervr/pvr_drm_job_transfer.c',
|
||||
'winsys/pvr_winsys.c',
|
||||
'winsys/pvr_winsys_helper.c',
|
||||
'pvr_arch_border.c',
|
||||
'pvr_arch_csb.c',
|
||||
'pvr_arch_descriptor_set.c',
|
||||
'pvr_arch_device.c',
|
||||
'pvr_blit.c',
|
||||
'pvr_bo.c',
|
||||
'pvr_border.c',
|
||||
'pvr_clear.c',
|
||||
'pvr_cmd_buffer.c',
|
||||
'pvr_cmd_query.c',
|
||||
|
|
|
|||
|
|
@ -28,9 +28,10 @@
|
|||
#include <stdint.h>
|
||||
#include <vulkan/vulkan_core.h>
|
||||
|
||||
#include "pvr_csb.h"
|
||||
#include "util/bitset.h"
|
||||
|
||||
#include "pvr_csb.h"
|
||||
|
||||
#define PVR_BORDER_COLOR_TABLE_NR_ENTRIES \
|
||||
(ROGUE_TEXSTATE_SAMPLER_WORD0_BORDERCOLOR_INDEX_MAX_SIZE + 1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue