pan/genxml: Add v12 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-02-26 14:58:57 +01:00
parent 079426dd62
commit b6d5e01120
3 changed files with 2190 additions and 1 deletions

View file

@ -73,6 +73,9 @@
#elif (PAN_ARCH == 10)
#define GENX(X) X##_v10
#include "genxml/v10_pack.h"
#elif (PAN_ARCH == 12)
#define GENX(X) X##_v12
#include "genxml/v12_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']
foreach packer : ['common', 'v4', 'v5', 'v6', 'v7', 'v9', 'v10', 'v12']
pan_packers += custom_target(
packer + '_pack.h',
input : ['gen_pack.py', packer + '.xml'],

File diff suppressed because it is too large Load diff