llvmpipe: pipe_target needs now 3 bits to be represented.
authorJosé Fonseca <jfonseca@vmware.com>
Mon, 12 Apr 2010 06:02:22 +0000 (15:02 +0900)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 12 Apr 2010 06:32:21 +0000 (15:32 +0900)
src/gallium/auxiliary/gallivm/lp_bld_sample.h

index fcbf084baf38e69e3c1e74ed081b3f2789abd8ce..94ebe0818aef37dc578d91e4310af39733237283 100644 (file)
@@ -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;