projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7951630
)
llvmpipe: Remove unused variable.
author
Vinson Lee
<vlee@vmware.com>
Sun, 25 Apr 2010 20:10:02 +0000
(13:10 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 25 Apr 2010 20:10:02 +0000
(13:10 -0700)
src/gallium/drivers/llvmpipe/lp_state_fs.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_state_fs.c
b/src/gallium/drivers/llvmpipe/lp_state_fs.c
index
3eb25d4
..
9e9d9bc
100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_state_fs.c
+++ b/
src/gallium/drivers/llvmpipe/lp_state_fs.c
@@
-404,7
+404,6
@@
generate_fs(struct llvmpipe_context *lp,
{
const struct tgsi_token *tokens = shader->base.tokens;
LLVMTypeRef vec_type;
- LLVMTypeRef int_vec_type;
LLVMValueRef consts_ptr;
LLVMValueRef outputs[PIPE_MAX_SHADER_OUTPUTS][NUM_CHANNELS];
LLVMValueRef z = interp->pos[2];
@@
-422,7
+421,6
@@
generate_fs(struct llvmpipe_context *lp,
stencil_refs[1] = lp_jit_context_stencil_ref_back_value(builder, context_ptr);
vec_type = lp_build_vec_type(type);
- int_vec_type = lp_build_int_vec_type(type);
consts_ptr = lp_jit_context_constants(builder, context_ptr);