Set _NEW_BUFFERS in _mesa_resize_framebuffer(). This makes sure the swrast
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 16 Oct 2006 17:26:30 +0000 (17:26 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 16 Oct 2006 17:26:30 +0000 (17:26 +0000)
commit041d64812e4fa7a0444aa35c59d14ce85240b5de
tree0f41666a86385b403f59b20b5075663654d79f59
parentdc8a0d19368a235ebd0fe86ce7b7142dfa911dff
Set _NEW_BUFFERS in _mesa_resize_framebuffer().  This makes sure the swrast
module updates its state (CLIP_BIT) upon resizes.  The driver could do this
instead, but doing it here is safer.
src/mesa/main/framebuffer.c