projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ad82b8
)
llvmpipe: remove unused member from lp_fragment_shader_variant_key
author
Keith Whitwell
<keithw@vmware.com>
Sun, 22 Aug 2010 11:16:45 +0000
(12:16 +0100)
committer
Keith Whitwell
<keithw@vmware.com>
Sun, 22 Aug 2010 13:49:17 +0000
(14:49 +0100)
src/gallium/drivers/llvmpipe/lp_state_fs.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_state_fs.h
b/src/gallium/drivers/llvmpipe/lp_state_fs.h
index 37900fc54432297487c2848e3d7335c0439263a7..78c5b1aee26912eb60c212b266966894ea417212 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_state_fs.h
+++ b/
src/gallium/drivers/llvmpipe/lp_state_fs.h
@@
-56,10
+56,6
@@
struct lp_fragment_shader_variant_key
unsigned flatshade:1;
unsigned occlusion_count:1;
- struct {
- ubyte colormask;
- } cbuf_blend[PIPE_MAX_COLOR_BUFS];
-
struct lp_sampler_static_state sampler[PIPE_MAX_SAMPLERS];
};