summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_context.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-04-21 16:45:41 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-04-21 16:45:41 +0100
commit0cd90a917d289363a3edb5cfa40c391eb07aa97c (patch)
tree0f12c1ba059aae6ba50961adaf9324bc6e234e27 /src/gallium/auxiliary/draw/draw_context.h
parent69ecc2a577dc45451d56cee3e41cb6e7e542b097 (diff)
draw: propogate errors out of aapoint stage
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_context.h')
-rw-r--r--src/gallium/auxiliary/draw/draw_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_context.h b/src/gallium/auxiliary/draw/draw_context.h
index 6171c75cb4..197235b2d8 100644
--- a/src/gallium/auxiliary/draw/draw_context.h
+++ b/src/gallium/auxiliary/draw/draw_context.h
@@ -76,7 +76,7 @@ void draw_enable_point_sprites(struct draw_context *draw, boolean enable);
boolean
draw_install_aaline_stage(struct draw_context *draw, struct pipe_context *pipe);
-void
+boolean
draw_install_aapoint_stage(struct draw_context *draw, struct pipe_context *pipe);
void