Mesa (master): llvmpipe: increase texture target width to reflect increase

Dave Airlie airlied at kemper.freedesktop.org
Mon Dec 10 23:44:25 UTC 2012


Module: Mesa
Branch: master
Commit: 41f4f094c484b3eb040e1a892f0a5c5533ac7321
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=41f4f094c484b3eb040e1a892f0a5c5533ac7321

Author: Dave Airlie <airlied at redhat.com>
Date:   Sat Dec  8 05:41:03 2012 +0000

llvmpipe: increase texture target width to reflect increase

Now that we've gone over 7.

Reviewed-by: Jose Fonseca <jfonseca at vmware.com>
Signed-off-by: Dave Airlie <airlied at redhat.com>

---

 src/gallium/auxiliary/gallivm/lp_bld_sample.h |    2 +-
 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 ddd450b..87bf556 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;




More information about the mesa-commit mailing list