summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-08-22 13:30:26 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-08-22 13:30:26 -0600
commitd45dd5672ae60f1f49648725974693bf4ebf4bf8 (patch)
tree02a22532fb1ae0f17251752dc0743194925537ed /src
parent8a868919b50bdca4dc697d61e220a8fb50764f8e (diff)
added border_color to sampler state
Diffstat (limited to 'src')
-rw-r--r--src/mesa/pipe/p_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/p_state.h b/src/mesa/pipe/p_state.h
index 317e8e5634..d29b85117b 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;
};