diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index b210fd70813..785a5906237 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -829,7 +829,7 @@ struct pipe_blit_info unsigned mask; /**< bitmask of PIPE_MASK_R/G/B/A/Z/S */ unsigned filter; /**< PIPE_TEX_FILTER_* */ - + bool sample0_only; bool scissor_enable; struct pipe_scissor_state scissor;