pan/genxml: Add v13 definition

Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34032>
This commit is contained in:
Mary Guillemard 2025-01-30 11:56:18 +00:00
parent b6d5e01120
commit ece01443e1
3 changed files with 2497 additions and 1 deletions

View file

@ -76,6 +76,9 @@
#elif (PAN_ARCH == 12)
#define GENX(X) X##_v12
#include "genxml/v12_pack.h"
#elif (PAN_ARCH == 13)
#define GENX(X) X##_v13
#include "genxml/v13_pack.h"
#else
#error "Need to add suffixing macro for this architecture"
#endif

View file

@ -3,7 +3,7 @@
# SPDX-License-Identifier: MIT
pan_packers = []
foreach packer : ['common', 'v4', 'v5', 'v6', 'v7', 'v9', 'v10', 'v12']
foreach packer : ['common', 'v4', 'v5', 'v6', 'v7', 'v9', 'v10', 'v12', 'v13']
pan_packers += custom_target(
packer + '_pack.h',
input : ['gen_pack.py', packer + '.xml'],

File diff suppressed because it is too large Load diff