st/nine: Change the way nine_shader gets the pipe
authorAxel Davy <axel.davy@ens.fr>
Tue, 1 Nov 2016 17:23:05 +0000 (18:23 +0100)
committerAxel Davy <axel.davy@ens.fr>
Tue, 20 Dec 2016 22:44:22 +0000 (23:44 +0100)
commitf5f881fd3eac79fc2dad865bc1387bfcee40e352
tree3f400ac98eee09363fb4307cb70ff6416f228c4e
parent97e4b65e7f7b675ca0d25b6dfe8cf299af2b7a3f
st/nine: Change the way nine_shader gets the pipe

The change is required with csmt, where depending on the thread
you don't access the pipe the same way.

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