aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_context.h
diff options
context:
space:
mode:
authorKeith Whitwell <[email protected]>2010-11-19 16:17:36 +0000
committerKeith Whitwell <[email protected]>2010-11-19 16:17:36 +0000
commit546c5ffa11d70631348e5776df7a4168f07600f6 (patch)
treeadb04885ca5b35e4a33b951d6eb7e16bd4188f19 /src/gallium/drivers/llvmpipe/lp_context.h
parent081ce2680eb94f4f322faa26800a3906db6e2571 (diff)
llvmpipe: twoside for specular color also
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_context.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_context.h b/src/gallium/drivers/llvmpipe/lp_context.h
index 4515dbb0af1..a35e09e8b47 100644
--- a/src/gallium/drivers/llvmpipe/lp_context.h
+++ b/src/gallium/drivers/llvmpipe/lp_context.h
@@ -105,10 +105,10 @@ struct llvmpipe_context {
struct vertex_info vertex_info;
/** Which vertex shader output slot contains color */
- int color_slot;
+ int color_slot[2];
/** Which vertex shader output slot contains bcolor */
- int bcolor_slot;
+ int bcolor_slot[2];
/** Which vertex shader output slot contains point size */
int psize_slot;