mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
nvc0: add name to magic number
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
parent
7228302009
commit
21a280f87c
1 changed files with 2 additions and 2 deletions
|
|
@ -475,8 +475,8 @@ nvc0_magic_3d_init(struct nouveau_pushbuf *push, uint16_t obj_class)
|
|||
BEGIN_NVC0(push, SUBC_3D(0x1610), 1);
|
||||
PUSH_DATA (push, 0xe);
|
||||
|
||||
BEGIN_NVC0(push, SUBC_3D(0x164c), 1);
|
||||
PUSH_DATA (push, 1 << 12);
|
||||
BEGIN_NVC0(push, NVC0_3D(VERTEX_ID_GEN_MODE), 1);
|
||||
PUSH_DATA (push, NVC0_3D_VERTEX_ID_GEN_MODE_DRAW_ARRAYS_ADD_START);
|
||||
BEGIN_NVC0(push, SUBC_3D(0x030c), 1);
|
||||
PUSH_DATA (push, 0);
|
||||
BEGIN_NVC0(push, SUBC_3D(0x0300), 1);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue