summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2012-12-08 05:41:03 +0000
committerDave Airlie <[email protected]>2012-12-11 09:37:55 +1000
commit41f4f094c484b3eb040e1a892f0a5c5533ac7321 (patch)
tree0445f184c1188d1b871a15acd53dd8f8879a1edd /src/gallium/auxiliary
parent0151237457f47a43fa64111e462da851c4b8ab4c (diff)
llvmpipe: increase texture target width to reflect increase
Now that we've gone over 7. Reviewed-by: Jose Fonseca <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_sample.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_sample.h b/src/gallium/auxiliary/gallivm/lp_bld_sample.h
index ddd450b7be9..87bf5567e42 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_sample.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_sample.h
@@ -76,7 +76,7 @@ struct lp_sampler_static_state
unsigned swizzle_a:3;
/* pipe_texture's state */
- unsigned target:3; /**< PIPE_TEXTURE_* */
+ unsigned target:4; /**< PIPE_TEXTURE_* */
unsigned pot_width:1; /**< is the width a power of two? */
unsigned pot_height:1;
unsigned pot_depth:1;