added border_color to sampler state
authorBrian <brian.paul@tungstengraphics.com>
Wed, 22 Aug 2007 19:30:26 +0000 (13:30 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 22 Aug 2007 19:30:26 +0000 (13:30 -0600)
src/mesa/pipe/p_state.h

index 317e8e5..d29b851 100644 (file)
@@ -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;
 };