gallium: added width, height to pipe_framebuffer_state
authorBrian <brian.paul@tungstengraphics.com>
Thu, 20 Mar 2008 21:01:44 +0000 (15:01 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Thu, 20 Mar 2008 21:04:08 +0000 (15:04 -0600)
src/gallium/include/pipe/p_state.h

index 5791a10119c800d4eadb23dc4c24f24341cc9d32..3e531c4da4884643a85127ad002908d797dfc9b4 100644 (file)
@@ -220,6 +220,8 @@ struct pipe_blend_color
 
 struct pipe_framebuffer_state
 {
+   unsigned width, height;
+
    /** multiple colorbuffers for multiple render targets */
    unsigned num_cbufs;
    struct pipe_surface *cbufs[PIPE_MAX_COLOR_BUFS];