diff options
author | Brian Paul <[email protected]> | 2008-09-17 14:32:33 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-09-17 14:32:33 -0600 |
commit | 1a820f52f6fa125786538c1adf2aa350e66b8c1e (patch) | |
tree | 229a922b489441efe0390b5002fa5979842fb345 /src/mesa/state_tracker/st_context.h | |
parent | e6a120fefea44078b3a8d4292d83671e6c41357f (diff) |
gallium: clean-up/fix msaa override in state tracker
Diffstat (limited to 'src/mesa/state_tracker/st_context.h')
-rw-r--r-- | src/mesa/state_tracker/st_context.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h index 4314d9af5c8..1d1aca3111b 100644 --- a/src/mesa/state_tracker/st_context.h +++ b/src/mesa/state_tracker/st_context.h @@ -181,6 +181,8 @@ struct st_context struct blit_state *blit; struct cso_context *cso_context; + + int force_msaa; }; @@ -238,4 +240,8 @@ st_fb_orientation(const struct gl_framebuffer *fb) } +extern int +st_get_msaa(void); + + #endif |