st/nine: Introduce nine_context
authorAxel Davy <axel.davy@ens.fr>
Sat, 15 Oct 2016 11:17:52 +0000 (13:17 +0200)
committerAxel Davy <axel.davy@ens.fr>
Tue, 20 Dec 2016 22:44:21 +0000 (23:44 +0100)
commit1b24d5e1f5450e51d79c22679fed5d4b9731004c
tree4b2accfb27790d504a955909de780a4d47e1971c
parente3c59fbd25dbad82f26bbaa260435c1557fa926d
st/nine: Introduce nine_context

nine_context is a new structure which goal will be
to contain all internal states. It will be the states
of the second thread in the to-be-introduced CSMT mode.

This patch moves several internal states to nine_context,
while the next patches add the other fields.

Signed-off-by: Axel Davy <axel.davy@ens.fr>
src/gallium/state_trackers/nine/device9.c
src/gallium/state_trackers/nine/device9.h
src/gallium/state_trackers/nine/nine_ff.c
src/gallium/state_trackers/nine/nine_state.c
src/gallium/state_trackers/nine/nine_state.h
src/gallium/state_trackers/nine/pixelshader9.c
src/gallium/state_trackers/nine/vertexshader9.c