diff options
author | Brian <[email protected]> | 2007-06-15 09:51:53 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-06-15 09:51:53 -0600 |
commit | 8f6b6eed35832733674372dea7bd5ce69a965c4e (patch) | |
tree | a84f76001c2706ec56f05017bc56c404ae62b2ae /src/mesa/state_tracker/st_context.h | |
parent | fe1f94f26c5cb43934513a38f60bf00aa542e64c (diff) |
initial framebuffer state
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 6d9460e2f08..b43fc0925b4 100644 --- a/src/mesa/state_tracker/st_context.h +++ b/src/mesa/state_tracker/st_context.h @@ -65,6 +65,7 @@ struct st_context * though, we just shove random objects across the interface. */ struct { + struct pipe_framebuffer_state framebuffer; struct pipe_viewport viewport; struct pipe_setup_state setup; struct pipe_fs_state fs; |