summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/nine/device9.h
diff options
context:
space:
mode:
authorAxel Davy <[email protected]>2016-10-28 19:03:59 +0200
committerAxel Davy <[email protected]>2016-12-20 23:44:22 +0100
commitb95205b1f28ba23d88bc24bbb663b1e4938bbb48 (patch)
tree674411e9919c102d24737110f30cacf9d0273f89 /src/gallium/state_trackers/nine/device9.h
parent66ad5b1592bb050269216bc64aa7916056cca466 (diff)
st/nine: Move pipe and cso to nine_context
Part of the refactor to move all gallium calls to nine_state.c, and have all internal states required for those calls in nine_context. Signed-off-by: Axel Davy <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers/nine/device9.h')
-rw-r--r--src/gallium/state_trackers/nine/device9.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/state_trackers/nine/device9.h b/src/gallium/state_trackers/nine/device9.h
index a1f3e45838d..21e045c69dc 100644
--- a/src/gallium/state_trackers/nine/device9.h
+++ b/src/gallium/state_trackers/nine/device9.h
@@ -53,9 +53,7 @@ struct NineDevice9
/* G3D context */
struct pipe_screen *screen;
struct pipe_screen *screen_sw;
- struct pipe_context *pipe;
struct pipe_context *pipe_sw;
- struct cso_context *cso;
struct cso_context *cso_sw;
/* creation parameters */