projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a86891
)
added border_color to sampler state
author
Brian
<brian.paul@tungstengraphics.com>
Wed, 22 Aug 2007 19:30:26 +0000
(13:30 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Wed, 22 Aug 2007 19:30:26 +0000
(13:30 -0600)
src/mesa/pipe/p_state.h
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/p_state.h
b/src/mesa/pipe/p_state.h
index 317e8e5634e20f67196a4f26e6658461ad8217a1..d29b85117bce6f63db9ff64eed07a91c59c2478d 100644
(file)
--- 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;
};