Mesa (master): llvmpipe: pipe_target needs now 3 bits to be represented.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Mon Apr 12 06:32:48 UTC 2010


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

Author: José Fonseca <jfonseca at vmware.com>
Date:   Mon Apr 12 15:02:22 2010 +0900

llvmpipe: pipe_target needs now 3 bits to be represented.

---

 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 fcbf084..94ebe08 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_sample.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_sample.h
@@ -55,7 +55,7 @@ struct lp_sampler_static_state
 {
    /* pipe_texture's state */
    enum pipe_format format;
-   unsigned target:2;
+   unsigned target:3;
    unsigned pot_width:1;
    unsigned pot_height:1;
    unsigned pot_depth:1;




More information about the mesa-commit mailing list