summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-10-22 11:39:59 -0700
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-10-22 11:50:51 -0700
commit1f7f9bab8139681e1dcbc6c10fb42965059d1395 (patch)
treec42408d331b9569fa2f561b8bc8de12b00169445 /src/gallium/drivers/r300/r300_context.h
parentbf48447cafc8069839ad41c9c11078c794f4b307 (diff)
r300g: Move render functions to r300_render.
Part of the fastpath cleanup.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r--src/gallium/drivers/r300/r300_context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h
index 4e2c0ec34e..30b80fa9db 100644
--- a/src/gallium/drivers/r300/r300_context.h
+++ b/src/gallium/drivers/r300/r300_context.h
@@ -273,6 +273,9 @@ struct r300_context {
/* Vertex buffers for Gallium. */
struct pipe_vertex_buffer vertex_buffers[PIPE_MAX_ATTRIBS];
int vertex_buffer_count;
+ /* Vertex elements for Gallium. */
+ struct pipe_vertex_element vertex_elements[PIPE_MAX_ATTRIBS];
+ int vertex_element_count;
/* Vertex shader. */
struct r300_vertex_shader* vs;
/* Viewport state. */