summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state_setup.h
diff options
context:
space:
mode:
authorHui Qi Tay <tayhuiqithq@gmail.com>2010-10-29 00:47:13 +0100
committerKeith Whitwell <keithw@vmware.com>2010-11-01 14:14:55 +0000
commit7f0dc5ea1bb330c6589125baf4017c51a14dce8e (patch)
treef6aea8a179a9182a826dc780eefbed7e9df38f9c /src/gallium/drivers/llvmpipe/lp_state_setup.h
parenta1ca5ac7c27c8bc3e294b50ab9ad340095f3030d (diff)
llvmpipe: Moved draw pipeline twoside function to llvm setup code
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, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state_setup.h b/src/gallium/drivers/llvmpipe/lp_state_setup.h
index b0c81baa75..4079fb71f6 100644
--- a/src/gallium/drivers/llvmpipe/lp_state_setup.h
+++ b/src/gallium/drivers/llvmpipe/lp_state_setup.h
@@ -18,7 +18,8 @@ struct lp_setup_variant_key {
unsigned num_inputs:8;
unsigned flatshade_first:1;
unsigned pixel_center_half:1;
- unsigned pad:7;
+ unsigned twoside:1;
+ unsigned pad:6;
unsigned size:16;
struct lp_shader_input inputs[PIPE_MAX_SHADER_INPUTS];
};