summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/ilo/ilo_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_context.h')
-rw-r--r--src/gallium/drivers/ilo/ilo_context.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/gallium/drivers/ilo/ilo_context.h b/src/gallium/drivers/ilo/ilo_context.h
index 07905b70176..52225c8eacc 100644
--- a/src/gallium/drivers/ilo/ilo_context.h
+++ b/src/gallium/drivers/ilo/ilo_context.h
@@ -60,6 +60,8 @@ struct ilo_context {
const struct ilo_ve_state *ve;
struct ilo_ib_state ib;
+ struct ilo_so_state so;
+
struct pipe_blend_state *blend;
struct pipe_rasterizer_state *rasterizer;
struct pipe_depth_stencil_alpha_state *depth_stencil_alpha;
@@ -92,12 +94,6 @@ struct ilo_context {
} constant_buffers[PIPE_SHADER_TYPES];
struct {
- struct pipe_stream_output_target *targets[ILO_MAX_SO_BUFFERS];
- unsigned num_targets;
- unsigned append_bitmask;
- } stream_output_targets;
-
- struct {
struct pipe_surface *surfaces[PIPE_MAX_SHADER_RESOURCES];
unsigned num_surfaces;
} shader_resources;