v3d: Move depth offset packet setup to CSO creation time.
authorEric Anholt <eric@anholt.net>
Mon, 30 Jul 2018 20:44:40 +0000 (13:44 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 30 Jul 2018 21:29:01 +0000 (14:29 -0700)
commite146e3a795ecd070679b8dfd1ad7f370e9ec5665
treedb232dd04f29139c301fc6d2bd4804d4ce970266
parent9039cf70fa0b785f390c649486e12d6c10e9142b
v3d: Move depth offset packet setup to CSO creation time.

This should be some simpler memcpying at draw time, and makes the next
change easier.
src/gallium/drivers/v3d/v3d_cl.h
src/gallium/drivers/v3d/v3d_context.h
src/gallium/drivers/v3d/v3dx_emit.c
src/gallium/drivers/v3d/v3dx_state.c