Updates to intelWindowMoved():
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 16 Oct 2006 21:39:34 +0000 (21:39 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 16 Oct 2006 21:39:34 +0000 (21:39 +0000)
commit16345022de1f443c7746f9f735bb495415e7a5ff
treea832796f61cdadda5244c2b6ad446f786966ae19
parent7b1ff326071658d5bd6e7feb2ad78d0e0209211d
Updates to intelWindowMoved():
Only need to call _mesa_resize_framebuffer() when we've detected a window
size change.
Set the drawFb->Initalized flag to GL_TRUE to avoid obsolete
Driver.GetBufferSize/ResizeBuffer calls in the Mesa code.
src/mesa/drivers/dri/i915/intel_context.c