v3d: Put default vertex attribute values into the state uploader as well.
authorEric Anholt <eric@anholt.net>
Fri, 7 Dec 2018 20:36:55 +0000 (12:36 -0800)
committerEric Anholt <eric@anholt.net>
Sat, 8 Dec 2018 00:48:23 +0000 (16:48 -0800)
commite94d034a38b9993d0ea898dec550cf52541da8f1
tree6293930a0d85b832fd97fced2fe7974c27ee0806
parentb38e4d313fc27a225a36c42f84b2bee9933e62e6
v3d: Put default vertex attribute values into the state uploader as well.

The default attributes are long-lived (the state struct is cached), and
only 256 bytes each.
src/gallium/drivers/v3d/v3d_context.h
src/gallium/drivers/v3d/v3dx_draw.c
src/gallium/drivers/v3d/v3dx_state.c