From: Brian Date: Wed, 22 Aug 2007 19:30:26 +0000 (-0600) Subject: added border_color to sampler state X-Git-Tag: 062012170305~17580^2~390^2~4212 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d45dd5672ae60f1f49648725974693bf4ebf4bf8;p=profile%2Fivi%2Fmesa.git added border_color to sampler state --- diff --git a/src/mesa/pipe/p_state.h b/src/mesa/pipe/p_state.h index 317e8e5..d29b851 100644 --- a/src/mesa/pipe/p_state.h +++ b/src/mesa/pipe/p_state.h @@ -222,8 +222,8 @@ struct pipe_sampler_state #if 0 /* need these? */ int BaseLevel; /**< min mipmap level, OpenGL 1.2 */ int MaxLevel; /**< max mipmap level, OpenGL 1.2 */ - float border_color[4]; #endif + float border_color[4]; float max_anisotropy; };