From: Dave Airlie Date: Sat, 8 Dec 2012 05:41:03 +0000 (+0000) Subject: llvmpipe: increase texture target width to reflect increase X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=41f4f094c484b3eb040e1a892f0a5c5533ac7321;p=mesa.git llvmpipe: increase texture target width to reflect increase Now that we've gone over 7. Reviewed-by: Jose Fonseca Signed-off-by: Dave Airlie --- 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;