summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state_setup.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-10-17 19:23:40 -0700
committerKeith Whitwell <keithw@vmware.com>2010-10-17 19:23:40 -0700
commit9da17fed2e7645a401a378ae690eb23513948e18 (patch)
tree6cbb25ee6f0bf5e663851041214c17bd874bf7bc /src/gallium/drivers/llvmpipe/lp_state_setup.h
parent75799b8d02ff3bc6acc5157bf62ee2188e9f3ee3 (diff)
llvmpipe: remove unused arg from jit_setup_tri function
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_state_setup.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_state_setup.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state_setup.h b/src/gallium/drivers/llvmpipe/lp_state_setup.h
index 2b080fbc32..b0c81baa75 100644
--- a/src/gallium/drivers/llvmpipe/lp_state_setup.h
+++ b/src/gallium/drivers/llvmpipe/lp_state_setup.h
@@ -30,8 +30,7 @@ typedef void (*lp_jit_setup_triangle)( const float (*v0)[4],
boolean front_facing,
float (*a0)[4],
float (*dadx)[4],
- float (*dady)[4],
- const struct lp_setup_variant_key *key );
+ float (*dady)[4] );