summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.c
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-01-23 17:01:04 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-01 23:30:27 -0800
commit1a5eea0c1e9ce6162ed6b07c337bffe62cb3c221 (patch)
treef9d7fbc6d6c092f76985d83f9eb28968ae0781b8 /src/gallium/drivers/r300/r300_context.c
parent02c6e523305de017b49d6851034fcea6c568e94c (diff)
r300: Finish basic state setup.
I have successfully fooled glxinfo into believing that I am a competent writer of code. Next step is to trick trivial/clear.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.c')
-rw-r--r--src/gallium/drivers/r300/r300_context.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_context.c b/src/gallium/drivers/r300/r300_context.c
index f254b2f2a3..314b2f0a11 100644
--- a/src/gallium/drivers/r300/r300_context.c
+++ b/src/gallium/drivers/r300/r300_context.c
@@ -52,6 +52,8 @@ struct pipe_context* r300_create_context(struct pipe_screen* screen,
r300->blend_color_state = CALLOC_STRUCT(r300_blend_color_state);
r300->scissor_state = CALLOC_STRUCT(r300_scissor_state);
+ r300_init_flush_functions(r300);
+
r300_init_surface_functions(r300);
r300_init_state_functions(r300);