summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_state.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-06-15 10:54:08 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-06-15 10:54:08 -0600
commit1119852d0272c5ae43b09024b61f6e53c356ee65 (patch)
tree9a49c2a6acde60993ee560837890d86a822f81eb /src/mesa/pipe/softpipe/sp_state.h
parentfde755aefb3559731a734110c7172badee9f14f9 (diff)
framebuffer state
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_state.h')
-rw-r--r--src/mesa/pipe/softpipe/sp_state.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/pipe/softpipe/sp_state.h b/src/mesa/pipe/softpipe/sp_state.h
index 2abefc6037..14afce157e 100644
--- a/src/mesa/pipe/softpipe/sp_state.h
+++ b/src/mesa/pipe/softpipe/sp_state.h
@@ -35,6 +35,9 @@
#include "pipe/p_state.h"
+void softpipe_set_framebuffer_state( struct pipe_context *,
+ const struct pipe_framebuffer_state * );
+
void softpipe_set_clip_state( struct pipe_context *,
const struct pipe_clip_state * );