diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-07-03 17:19:30 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-07-03 17:19:30 -0600 |
commit | 284efcfc27aaeb447e0898ae3342e9fee20c584a (patch) | |
tree | 1609853cf29787ed45d129b17e2549a2e3501d93 /src/mesa/state_tracker/st_context.h | |
parent | d378a2c0b87dfc0bee0e8310312fec566148cb63 (diff) |
hook in state tracking for blend color
Diffstat (limited to 'src/mesa/state_tracker/st_context.h')
-rw-r--r-- | src/mesa/state_tracker/st_context.h | 1 |
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 3b47785a9a..c1d868604c 100644 --- a/src/mesa/state_tracker/st_context.h +++ b/src/mesa/state_tracker/st_context.h @@ -67,6 +67,7 @@ struct st_context struct { struct pipe_alpha_test_state alpha_test; struct pipe_blend_state blend; + struct pipe_blend_color blend_color; struct pipe_clear_color_state clear_color; struct pipe_clip_state clip; struct pipe_depth_state depth; |