mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
pan/genxml: Add base v15 definition
This is currently just a copy of v14 except for "arch" being changed to "15".
This commit is contained in:
parent
1f12828011
commit
b2671ddcee
3 changed files with 2757 additions and 1 deletions
|
|
@ -64,6 +64,9 @@
|
|||
#elif (PAN_ARCH == 14)
|
||||
#define GENX(X) X##_v14
|
||||
#include "genxml/v14_pack.h"
|
||||
#elif (PAN_ARCH == 15)
|
||||
#define GENX(X) X##_v15
|
||||
#include "genxml/v15_pack.h"
|
||||
#else
|
||||
#error "Need to add suffixing macro for this architecture"
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
|
||||
pan_packers = []
|
||||
foreach packer : ['common', 'v4', 'v5', 'v6', 'v7', 'v9', 'v10', 'v12', 'v13', 'v14']
|
||||
foreach packer : ['common', 'v4', 'v5', 'v6', 'v7', 'v9', 'v10', 'v12', 'v13', 'v14', 'v15']
|
||||
pan_packers += custom_target(
|
||||
packer + '_pack.h',
|
||||
input : ['gen_pack.py', packer + '.xml'],
|
||||
|
|
|
|||
2753
src/panfrost/genxml/v15.xml
Normal file
2753
src/panfrost/genxml/v15.xml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue