summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_render.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-11-08 14:51:52 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-11-08 14:53:29 -0800
commitc9167d868cfb2ba821f01e0217e3880c5df4c97b (patch)
tree0671742a3b5439d92ccf71115ce26075fd70d7d9 /src/gallium/drivers/r300/r300_render.h
parentfe898638086370ed86a9ce76b21fa8ebb88c4b08 (diff)
r300g: Fix up SW TCL rendering functions.
They don't work, but at least they're clean now.
Diffstat (limited to 'src/gallium/drivers/r300/r300_render.h')
-rw-r--r--src/gallium/drivers/r300/r300_render.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_render.h b/src/gallium/drivers/r300/r300_render.h
index 3f8ac1fb7a..da83069083 100644
--- a/src/gallium/drivers/r300/r300_render.h
+++ b/src/gallium/drivers/r300/r300_render.h
@@ -42,6 +42,11 @@ boolean r300_draw_elements(struct pipe_context* pipe,
boolean r300_draw_arrays(struct pipe_context* pipe, unsigned mode,
unsigned start, unsigned count);
+boolean r300_swtcl_draw_arrays(struct pipe_context* pipe,
+ unsigned mode,
+ unsigned start,
+ unsigned count);
+
boolean r300_swtcl_draw_range_elements(struct pipe_context* pipe,
struct pipe_buffer* indexBuffer,
unsigned indexSize,