summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.c
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-02 20:33:57 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-02 20:33:57 -0800
commite5018a5675603ec26e833bc0808e4150a6bba16a (patch)
tree28dd9f1b21d88659d699afcf4faaec058ff920f3 /src/gallium/drivers/r300/r300_context.c
parente1b04da9b35aad1f474f7396f206a7c124c6859b (diff)
r300: Add stubs for swtcl immediate emit.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.c')
-rw-r--r--src/gallium/drivers/r300/r300_context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_context.c b/src/gallium/drivers/r300/r300_context.c
index e63e1278bf..7b605ae87a 100644
--- a/src/gallium/drivers/r300/r300_context.c
+++ b/src/gallium/drivers/r300/r300_context.c
@@ -50,6 +50,7 @@ struct pipe_context* r300_create_context(struct pipe_screen* screen,
r300->context.clear = r300_clear;
r300->draw = draw_create();
+ /*XXX draw_set_rasterize_stage(r300->draw, r300_draw_swtcl_stage(r300));*/
r300->blend_color_state = CALLOC_STRUCT(r300_blend_color_state);
r300->scissor_state = CALLOC_STRUCT(r300_scissor_state);