diff --git a/src/gallium/auxiliary/gallivm/lp_bld_sample.h b/src/gallium/auxiliary/gallivm/lp_bld_sample.h index 2028e468b26..c608e42c13e 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_sample.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_sample.h @@ -169,7 +169,7 @@ struct lp_static_texture_state unsigned swizzle_a:3; /* pipe_texture's state */ - enum pipe_texture_target target:4; /**< PIPE_TEXTURE_* */ + enum pipe_texture_target target:5; /**< PIPE_TEXTURE_* */ unsigned pot_width:1; /**< is the width a power of two? */ unsigned pot_height:1; unsigned pot_depth:1;