summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pipe_aaline.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-04-21 17:17:27 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-04-21 17:17:27 +0100
commit30b4dc29091347252bc61d3be9370db0a45c16c3 (patch)
tree719238bf9a9aacf235feb9c6452cffb3d1a56336 /src/gallium/auxiliary/draw/draw_pipe_aaline.c
parent0d4ece4c5a243dc4b684331bad49f220311e5520 (diff)
draw: more propogation -- pstipple stage.
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pipe_aaline.c')
-rw-r--r--src/gallium/auxiliary/draw/draw_pipe_aaline.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pipe_aaline.c b/src/gallium/auxiliary/draw/draw_pipe_aaline.c
index fbb5b45b40..7e5f8bd281 100644
--- a/src/gallium/auxiliary/draw/draw_pipe_aaline.c
+++ b/src/gallium/auxiliary/draw/draw_pipe_aaline.c
@@ -641,6 +641,7 @@ aaline_first_line(struct draw_stage *stage, struct prim_header *header)
*/
if (!bind_aaline_fragment_shader(aaline)) {
stage->line = draw_pipe_passthrough_line;
+ stage->line(stage, header);
return;
}