summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_context.h')
-rw-r--r--src/gallium/auxiliary/draw/draw_context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_context.h b/src/gallium/auxiliary/draw/draw_context.h
index 82035aa8ad..43b58bc056 100644
--- a/src/gallium/auxiliary/draw/draw_context.h
+++ b/src/gallium/auxiliary/draw/draw_context.h
@@ -99,6 +99,9 @@ boolean draw_use_sse(struct draw_context *draw);
void
draw_install_aaline_stage(struct draw_context *draw, struct pipe_context *pipe);
+void
+draw_install_aapoint_stage(struct draw_context *draw, struct pipe_context *pipe);
+
int
draw_find_vs_output(struct draw_context *draw,