diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-06-15 09:51:53 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-06-15 09:51:53 -0600 |
commit | 8f6b6eed35832733674372dea7bd5ce69a965c4e (patch) | |
tree | a84f76001c2706ec56f05017bc56c404ae62b2ae /src/mesa/pipe/p_context.h | |
parent | fe1f94f26c5cb43934513a38f60bf00aa542e64c (diff) |
initial framebuffer state
Diffstat (limited to 'src/mesa/pipe/p_context.h')
-rw-r--r-- | src/mesa/pipe/p_context.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/pipe/p_context.h b/src/mesa/pipe/p_context.h index dc7a80744a..5c9b9b14fe 100644 --- a/src/mesa/pipe/p_context.h +++ b/src/mesa/pipe/p_context.h @@ -59,6 +59,9 @@ struct pipe_context { void (*set_blend_state)( struct pipe_context *, const struct pipe_blend_state * ); + void (*set_framebuffer_state)( struct pipe_context *, + const struct pipe_framebuffer_state * ); + void (*set_cbuf_state)( struct pipe_context *, const struct pipe_surface * ); |