projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c88f3e0
)
llvmpipe: Remove unused variables.
author
José Fonseca
<jfonseca@vmware.com>
Wed, 9 Nov 2011 19:40:09 +0000
(19:40 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Mon, 14 Nov 2011 10:06:01 +0000
(10:06 +0000)
Reviewed-by: Brian Paul <brianp@vmware.com>
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 646c38d2aee0f09519126f4b937735b0a98a4e3d..90f9271223c7f52892ba720f4cd73ca9f52d578e 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_state_fs.c
+++ b/
src/gallium/drivers/llvmpipe/lp_state_fs.c
@@
-516,7
+516,6
@@
generate_fragment(struct llvmpipe_context *lp,
struct lp_type fs_type;
struct lp_type blend_type;
LLVMTypeRef fs_elem_type;
- LLVMTypeRef fs_int_vec_type;
LLVMTypeRef blend_vec_type;
LLVMTypeRef arg_types[11];
LLVMTypeRef func_type;
@@
-594,7
+593,6
@@
generate_fragment(struct llvmpipe_context *lp,
*/
fs_elem_type = lp_build_elem_type(gallivm, fs_type);
- fs_int_vec_type = lp_build_int_vec_type(gallivm, fs_type);
blend_vec_type = lp_build_vec_type(gallivm, blend_type);