summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-04-12 15:02:22 +0900
committerJosé Fonseca <jfonseca@vmware.com>2010-04-12 15:32:21 +0900
commit5a549d8b48c068040a47e845e6f7d069ec42bf7d (patch)
tree05d0e9827cc3069658ab9b37a696428465f9674b
parent0bddb58d2f8dc07500d0b063608d995628dbe363 (diff)
llvmpipe: pipe_target needs now 3 bits to be represented.
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_sample.h2
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 fcbf084baf3..94ebe0818ae 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;