diff options
author | Keith Whitwell <[email protected]> | 2008-04-21 16:38:09 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-04-21 16:38:09 +0100 |
commit | 69ecc2a577dc45451d56cee3e41cb6e7e542b097 (patch) | |
tree | c556e6f2e12f74ccfc199299860c170874bded81 /src/gallium/auxiliary/draw/draw_context.h | |
parent | a918a9c744f656c8bf2e3fd2841732e01a5ccefc (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.h | 2 |
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 68e2efb8655..6171c75cb47 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 |