diff options
author | Corbin Simpson <[email protected]> | 2009-01-14 05:00:22 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-02-01 23:30:23 -0800 |
commit | 21a5a133fff3ab1a068a11a32144dcb63f1d5020 (patch) | |
tree | db49d36d680c799d849f4589d99cac3466b0eaa5 /src/gallium/drivers/r300/r300_context.c | |
parent | bbb1c6f6298fcb1125a8170f22646f326b0ca74c (diff) |
r300: Hook up state functions.
Haha, should not have attempted the scissors.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.c | 2 |
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 b9a9c2e21c2..67cc1e45867 100644 --- a/src/gallium/drivers/r300/r300_context.c +++ b/src/gallium/drivers/r300/r300_context.c @@ -54,5 +54,7 @@ struct pipe_context* r300_create_context(struct pipe_screen* screen, r300_init_surface_functions(r300); + r300_init_state_functions(r300); + return &r300->context; } |