summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_context.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-06-18 17:54:38 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-06-18 17:54:38 -0600
commit493f7b5f3ae2eb64eaa65e24e79a7a071c359b81 (patch)
treec38bbfa9ec2071b94eae5523bb433aae9c9b14ed /src/mesa/state_tracker/st_context.h
parentefe6c50089e945902917c8091c92ce3a6155caac (diff)
Added alpha test state.
Diffstat (limited to 'src/mesa/state_tracker/st_context.h')
-rw-r--r--src/mesa/state_tracker/st_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h
index b43fc0925b..d98dd3aada 100644
--- a/src/mesa/state_tracker/st_context.h
+++ b/src/mesa/state_tracker/st_context.h
@@ -69,6 +69,7 @@ struct st_context
struct pipe_viewport viewport;
struct pipe_setup_state setup;
struct pipe_fs_state fs;
+ struct pipe_alpha_test_state alpha_test;
struct pipe_blend_state blend;
struct pipe_surface cbuf;
struct pipe_clip_state clip;