gallium: assign framebuffer width, height

This commit is contained in:
Brian 2008-03-20 15:02:32 -06:00
parent f3d23aa787
commit 3a4ece89a7

View file

@ -52,6 +52,9 @@ update_framebuffer_state( struct st_context *st )
memset(framebuffer, 0, sizeof(*framebuffer));
framebuffer->width = fb->Width;
framebuffer->height = fb->Height;
/* Examine Mesa's ctx->DrawBuffer->_ColorDrawBuffers state
* to determine which surfaces to draw to
*/