summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-04-04 02:05:45 -0700
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-04-04 02:12:30 -0700
commit5c50218d009a4c8276aa561bd1483742cf6aa20e (patch)
tree42903954506843110d9c6c0fc7b7c3a4e8aa6605 /src/gallium/drivers/r300/r300_context.h
parentb7ffe1e8763efdf042e2d5eb33ce4f3d5d365121 (diff)
r300-gallium: Move swtcl_emit to render to reflect its true purpose.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r--src/gallium/drivers/r300/r300_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h
index 0ca445c091..9d2a07a7d9 100644
--- a/src/gallium/drivers/r300/r300_context.h
+++ b/src/gallium/drivers/r300/r300_context.h
@@ -306,7 +306,7 @@ static struct r300_context* r300_context(struct pipe_context* context) {
}
/* Context initialization. */
-struct draw_stage* r300_draw_swtcl_stage(struct r300_context* r300);
+struct draw_stage* r300_draw_stage(struct r300_context* r300);
void r300_init_state_functions(struct r300_context* r300);
void r300_init_surface_functions(struct r300_context* r300);