diff options
author | Keith Whitwell <[email protected]> | 2008-04-21 16:45:41 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-04-21 16:45:41 +0100 |
commit | 0cd90a917d289363a3edb5cfa40c391eb07aa97c (patch) | |
tree | 0f12c1ba059aae6ba50961adaf9324bc6e234e27 /src/gallium/auxiliary/draw/draw_context.h | |
parent | 69ecc2a577dc45451d56cee3e41cb6e7e542b097 (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.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 6171c75cb47..197235b2d85 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 |