diff options
author | Roland Scheidegger <[email protected]> | 2010-03-01 18:47:54 +0100 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2010-03-01 18:47:54 +0100 |
commit | 2918edb46acf58b467e4351d627912f4c8cdb32c (patch) | |
tree | 8177bd9c1a823d0c919971349e0bd91ba365de14 /src/gallium/drivers/failover/fo_context.h | |
parent | 470dbb84b8e892bf6d5a9136b40dd68f5b146a05 (diff) |
failover: adapt to new vertex element cso
Diffstat (limited to 'src/gallium/drivers/failover/fo_context.h')
-rw-r--r-- | src/gallium/drivers/failover/fo_context.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/failover/fo_context.h b/src/gallium/drivers/failover/fo_context.h index bb1a168ea7a..4a754465bbe 100644 --- a/src/gallium/drivers/failover/fo_context.h +++ b/src/gallium/drivers/failover/fo_context.h @@ -78,6 +78,7 @@ struct failover_context { const struct fo_state *rasterizer; const struct fo_state *fragment_shader; const struct fo_state *vertex_shader; + const struct fo_state *vertex_elements; struct pipe_blend_color blend_color; struct pipe_stencil_ref stencil_ref; @@ -89,10 +90,8 @@ struct failover_context { struct pipe_texture *vertex_textures[PIPE_MAX_VERTEX_SAMPLERS]; struct pipe_viewport_state viewport; struct pipe_vertex_buffer vertex_buffers[PIPE_MAX_ATTRIBS]; - struct pipe_vertex_element vertex_elements[PIPE_MAX_ATTRIBS]; uint num_vertex_buffers; - uint num_vertex_elements; void *sw_sampler_state[PIPE_MAX_SAMPLERS]; void *hw_sampler_state[PIPE_MAX_SAMPLERS]; |