summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_llvm.c
diff options
context:
space:
mode:
authorJosé Fonseca <[email protected]>2013-04-18 09:55:35 +0100
committerJosé Fonseca <[email protected]>2013-04-18 14:18:13 +0100
commit6e833d4d093038ccd0a44f0d7baa33ea37320abe (patch)
tree5224859cdfd8543a63ca2f23a9342fbb210666dc /src/gallium/auxiliary/draw/draw_llvm.c
parent34bec4a25165bf5d3f957e26eda7624d325b161c (diff)
gallivm: Drop pos arg from lp_build_tgsi_soa.
Never used. Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_llvm.c')
-rw-r--r--src/gallium/auxiliary/draw/draw_llvm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/draw/draw_llvm.c b/src/gallium/auxiliary/draw/draw_llvm.c
index 8e3ea8897d0..e0c07057441 100644
--- a/src/gallium/auxiliary/draw/draw_llvm.c
+++ b/src/gallium/auxiliary/draw/draw_llvm.c
@@ -593,7 +593,6 @@ generate_vs(struct draw_llvm_variant *variant,
NULL /*struct lp_build_mask_context *mask*/,
consts_ptr,
system_values,
- NULL /*pos*/,
inputs,
outputs,
sampler,
@@ -2023,7 +2022,6 @@ draw_gs_llvm_generate(struct draw_llvm *llvm,
&mask,
consts_ptr,
&system_values,
- NULL /*pos*/,
NULL,
outputs,
sampler,