From 41f4f094c484b3eb040e1a892f0a5c5533ac7321 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Sat, 8 Dec 2012 05:41:03 +0000 Subject: [PATCH] llvmpipe: increase texture target width to reflect increase Now that we've gone over 7. Reviewed-by: Jose Fonseca Signed-off-by: Dave Airlie --- src/gallium/auxiliary/gallivm/lp_bld_sample.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2