diff options
author | Keith Whitwell <[email protected]> | 2009-11-04 23:09:23 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-11-04 23:09:23 +0000 |
commit | cc8105d7402511c7d0ea8a07faaa8d149d9249f2 (patch) | |
tree | 45ad497d5447b530309dc649819c19d08fada57b /src/gallium/drivers/i965/brw_context.h | |
parent | 18efe9a6878e52c53161c7a169863c4a7c5778fd (diff) |
i965g: hook up some vertex state funcs
Diffstat (limited to 'src/gallium/drivers/i965/brw_context.h')
-rw-r--r-- | src/gallium/drivers/i965/brw_context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/i965/brw_context.h b/src/gallium/drivers/i965/brw_context.h index e32452f49a1..d033cb0f910 100644 --- a/src/gallium/drivers/i965/brw_context.h +++ b/src/gallium/drivers/i965/brw_context.h @@ -501,12 +501,12 @@ struct brw_context const struct brw_depth_stencil_state *zstencil; const struct brw_sampler *sampler[PIPE_MAX_SAMPLERS]; - const struct pipe_vertex_element vertex_element[PIPE_MAX_ATTRIBS]; - unsigned num_vertex_elements; unsigned num_samplers; struct pipe_texture *texture[PIPE_MAX_SAMPLERS]; struct pipe_vertex_buffer vertex_buffer[PIPE_MAX_ATTRIBS]; + struct pipe_vertex_element vertex_element[PIPE_MAX_ATTRIBS]; + unsigned num_vertex_elements; unsigned num_textures; unsigned num_vertex_buffers; |