summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-06-07 13:27:53 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-06-07 13:28:22 +0100
commita47c222803483c208f720e3fb5015050d4d0eaf4 (patch)
tree40fc5e91252ed72a5224022250139d9c6d47c248 /src
parent3c207936bea0f160549ff8ba76ef0bbcb7e0ed81 (diff)
draw: fix temp vs output buffer typo in vsvg_run_elts
Diffstat (limited to 'src')
-rw-r--r--src/gallium/auxiliary/draw/draw_vs_varient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_vs_varient.c b/src/gallium/auxiliary/draw/draw_vs_varient.c
index d8317d3bbe..abe8c5ec2d 100644
--- a/src/gallium/auxiliary/draw/draw_vs_varient.c
+++ b/src/gallium/auxiliary/draw/draw_vs_varient.c
@@ -137,7 +137,7 @@ static void PIPE_CDECL vsvg_run_elts( struct draw_vs_varient *varient,
vsvg->fetch->run_elts( vsvg->fetch,
elts,
count,
- output_buffer );
+ temp_buffer );
vsvg->base.vs->run_linear( vsvg->base.vs,
temp_buffer,