summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_context.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-04-21 16:38:09 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-04-21 16:38:09 +0100
commit69ecc2a577dc45451d56cee3e41cb6e7e542b097 (patch)
treec556e6f2e12f74ccfc199299860c170874bded81 /src/gallium/auxiliary/draw/draw_context.h
parenta918a9c744f656c8bf2e3fd2841732e01a5ccefc (diff)
draw: propogate errors out of aaline 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 68e2efb865..6171c75cb4 100644
--- a/src/gallium/auxiliary/draw/draw_context.h
+++ b/src/gallium/auxiliary/draw/draw_context.h
@@ -73,7 +73,7 @@ void draw_enable_line_stipple(struct draw_context *draw, boolean enable);
void draw_enable_point_sprites(struct draw_context *draw, boolean enable);
-void
+boolean
draw_install_aaline_stage(struct draw_context *draw, struct pipe_context *pipe);
void