summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_context.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-03-31 06:01:39 +0200
committerMarek Olšák <[email protected]>2012-04-24 01:39:21 +0200
commit889238c8b1e6b8ac5eed30ec3122be94216ca7cf (patch)
treecde26618b482d116590a316f4c11a2c099296f87 /src/gallium/drivers/r300/r300_context.h
parent2d03d4f4a365d7af5f4dac20700009152eba1682 (diff)
u_vbuf: override create/bind/destroy_vertex_elements_state
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 086799dbadd..9367fc05ca2 100644
--- a/src/gallium/drivers/r300/r300_context.h
+++ b/src/gallium/drivers/r300/r300_context.h
@@ -406,8 +406,6 @@ struct r300_vertex_element_state {
struct pipe_vertex_element velem[PIPE_MAX_ATTRIBS];
unsigned format_size[PIPE_MAX_ATTRIBS];
- struct u_vbuf_elements *vmgr_elements;
-
/* The size of the vertex, in dwords. */
unsigned vertex_size_dwords;