projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4593e0c
)
llvmpipe: remove unneeded declaration (which caused a warning)
author
Brian Paul
<brianp@vmware.com>
Fri, 16 Apr 2010 19:01:51 +0000
(13:01 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 16 Apr 2010 19:01:51 +0000
(13:01 -0600)
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 e28612de174bd33cb957f83b3a2b2e93160b3a81..eee4f12bc0e6ed4f6242f83e8b2867c6bd92c45d 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_state_fs.c
+++ b/
src/gallium/drivers/llvmpipe/lp_state_fs.c
@@
-780,7
+780,6
@@
generate_fragment(struct llvmpipe_context *lp,
LLVMValueRef index = LLVMConstInt(LLVMInt32Type(), i, 0);
LLVMValueRef out_color[PIPE_MAX_COLOR_BUFS][NUM_CHANNELS];
LLVMValueRef depth_ptr_i;
- int cbuf;
if(i != 0)
lp_build_interp_soa_update(&interp, i);