summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_context.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2011-09-25 19:16:21 +0200
committerMarek Olšák <[email protected]>2011-09-26 15:25:04 +0200
commit28fb79891101c23c75982726c81112caa96f9275 (patch)
tree72731f3efc9ca7becccf033ae1e74c09a78b8a5d /src/gallium/drivers/r300/r300_context.h
parentf214e1c99970b7c254b7cbb8bdf3643b7514ee09 (diff)
u_vbuf_mgr: s/u_vbuf_mgr_/u_vbuf_
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r--src/gallium/drivers/r300/r300_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h
index d71db0001a9..60cbe1a40f5 100644
--- a/src/gallium/drivers/r300/r300_context.h
+++ b/src/gallium/drivers/r300/r300_context.h
@@ -425,7 +425,7 @@ struct r300_vertex_element_state {
struct pipe_vertex_element velem[PIPE_MAX_ATTRIBS];
unsigned format_size[PIPE_MAX_ATTRIBS];
- struct u_vbuf_mgr_elements *vmgr_elements;
+ struct u_vbuf_elements *vmgr_elements;
/* The size of the vertex, in dwords. */
unsigned vertex_size_dwords;