From: Brian Date: Thu, 20 Mar 2008 21:01:44 +0000 (-0600) Subject: gallium: added width, height to pipe_framebuffer_state X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=80567f9c9f84d9df1cdb2d91a3c0814888cc5d08;p=mesa.git gallium: added width, height to pipe_framebuffer_state --- diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index 5791a10119c..3e531c4da48 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -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];