mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 04:00:10 +01:00
nouveau/headers: Handle all 3D classes in vk_push_print
We now handle from BLACKWELL_B down to FERMI_A (FERMI_B is excluded as we are missing the tex header) Signed-off-by: Mary Guillemard <mary@mary.zone> Reviewed-by: Mel Henning <mhenning@darkrefraction.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37475>
This commit is contained in:
parent
4b985017dd
commit
fe44e8a7fa
1 changed files with 4 additions and 0 deletions
|
|
@ -7,11 +7,13 @@ nv_classes = [
|
|||
'cl90b5',
|
||||
'cl90c0',
|
||||
'cl91c0',
|
||||
'cl9297',
|
||||
'cla040',
|
||||
'cla0b5',
|
||||
'cla097',
|
||||
'cla140',
|
||||
'cla1c0',
|
||||
'cla197',
|
||||
'cla297',
|
||||
'clb06f',
|
||||
'clb097',
|
||||
|
|
@ -43,6 +45,7 @@ nv_classes = [
|
|||
'clc7c0',
|
||||
'clc86f',
|
||||
'clc8b5',
|
||||
'clc997',
|
||||
'clc9b0',
|
||||
'clc9b5',
|
||||
'clc9c0',
|
||||
|
|
@ -52,6 +55,7 @@ nv_classes = [
|
|||
'clcd97',
|
||||
'clcdc0',
|
||||
'clcec0',
|
||||
'clce97',
|
||||
]
|
||||
|
||||
hwref_gens = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue