summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/p_state.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-06-21 20:08:10 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-06-21 20:08:10 -0600
commit493ed9fc11a2bf272a2c1e9e5a072e4f02b46554 (patch)
treeb43acdceb59b9764b3e0f5995b538af987e67ec9 /src/mesa/pipe/p_state.h
parentecfa794037e8be351ecfec0229d1e3b1677ae369 (diff)
alpha test and misc changes
Diffstat (limited to 'src/mesa/pipe/p_state.h')
-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 b60e266806..8e68fac1bd 100644
--- a/src/mesa/pipe/p_state.h
+++ b/src/mesa/pipe/p_state.h
@@ -108,7 +108,7 @@ struct pipe_depth_state
};
struct pipe_alpha_test_state {
- GLuint enable:1;
+ GLuint enabled:1;
GLuint func:3; /**< PIPE_FUNC_x */
GLfloat ref; /**< reference value */
};