summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-06-15 09:51:53 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-06-15 09:51:53 -0600
commit8f6b6eed35832733674372dea7bd5ce69a965c4e (patch)
treea84f76001c2706ec56f05017bc56c404ae62b2ae /src/mesa/pipe/softpipe
parentfe1f94f26c5cb43934513a38f60bf00aa542e64c (diff)
initial framebuffer state
Diffstat (limited to 'src/mesa/pipe/softpipe')
-rw-r--r--src/mesa/pipe/softpipe/sp_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/softpipe/sp_context.h b/src/mesa/pipe/softpipe/sp_context.h
index da6c17aaf6..9050b59f77 100644
--- a/src/mesa/pipe/softpipe/sp_context.h
+++ b/src/mesa/pipe/softpipe/sp_context.h
@@ -67,6 +67,7 @@ struct softpipe_context {
/* The most recent drawing state as set by the driver:
*/
+ struct pipe_framebuffer_state framebuffer;
struct pipe_viewport viewport;
struct pipe_setup_state setup;
struct pipe_fs_state fs;