mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-19 23:20:31 +01:00
nouveau/parser: Dump SET_STREAM_OUT_CONTROL_* properly
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24998>
This commit is contained in:
parent
c2c010055a
commit
62ac73d5e3
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ METHOD_ARRAY_SIZES = {
|
|||
'SET_PIPELINE_*' : 6,
|
||||
'SET_SCISSOR_*' : 16,
|
||||
'SET_STREAM_OUT_BUFFER_*' : 4,
|
||||
'SET_STREAM_OUT_CONTROL_*' : 4,
|
||||
'SET_VIEWPORT_*' : 16,
|
||||
'SET_VERTEX_ATTRIBUTE_*' : 16,
|
||||
'SET_VERTEX_STREAM_*' : 16,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue