From: José Fonseca Date: Mon, 12 Apr 2010 06:02:22 +0000 (+0900) Subject: llvmpipe: pipe_target needs now 3 bits to be represented. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5a549d8b48c068040a47e845e6f7d069ec42bf7d;p=mesa.git llvmpipe: pipe_target needs now 3 bits to be represented. --- 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;