summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_context.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2011-11-20 03:43:11 +0100
committerMarek Olšák <[email protected]>2011-11-20 16:24:12 +0100
commita18dad8055b452595a1ddece7da912ab67a850af (patch)
tree9b5a2792bde53e40026aafe68d5334500443c1aa /src/gallium/drivers/r300/r300_context.h
parent4cfc8c775c751dd2b2b43f3ca58ae9798a84c0f1 (diff)
r300g: use u_vbuf_mgr to set/get the index buffer
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r--src/gallium/drivers/r300/r300_context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h
index 08353567f44..4909b7e7540 100644
--- a/src/gallium/drivers/r300/r300_context.h
+++ b/src/gallium/drivers/r300/r300_context.h
@@ -546,8 +546,6 @@ struct r300_context {
/* Vertex elements for Gallium. */
struct r300_vertex_element_state *velems;
- struct pipe_index_buffer index_buffer;
-
/* Vertex info for Draw. */
struct vertex_info vertex_info;