summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.c
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2010-12-03 00:54:05 +0100
committerMarek Olšák <maraeo@gmail.com>2010-12-03 00:54:41 +0100
commit0c9a63db095b32fdec8a8ff5f141b3418fbb9cce (patch)
tree1360be837ebb1859746655e860d84f498cb7e64a /src/gallium/drivers/r300/r300_context.c
parent39c436a1a25b1863f682214ae5d80e58a2014072 (diff)
r300g: fix build
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.c')
-rw-r--r--src/gallium/drivers/r300/r300_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_context.c b/src/gallium/drivers/r300/r300_context.c
index 3b46f9934f..fd3f21d2a6 100644
--- a/src/gallium/drivers/r300/r300_context.c
+++ b/src/gallium/drivers/r300/r300_context.c
@@ -284,7 +284,7 @@ static boolean r300_setup_atoms(struct r300_context* r300)
R300_ALLOC_ATOM(fs_constants, r300_constant_buffer);
R300_ALLOC_ATOM(vs_constants, r300_constant_buffer);
if (!r300->screen->caps.has_tcl) {
- R300_ALLOC_ATOM(r300->vertex_stream_state, r300_vertex_stream_state);
+ R300_ALLOC_ATOM(vertex_stream_state, r300_vertex_stream_state);
}
/* Some non-CSO atoms don't use the state pointer. */