fix mesa's handling of fbo's / window fb (again)
authorRoland Scheidegger <sroland@tungstengraphics.com>
Wed, 18 Jul 2007 18:17:14 +0000 (20:17 +0200)
committerRoland Scheidegger <sroland@tungstengraphics.com>
Thu, 19 Jul 2007 15:59:59 +0000 (17:59 +0200)
commita1bc0d0f51c2aa248a349283c3b86ae2c72af4aa
tree302c0269c002d49ce1e1d31e9e562308d1a2bfa9
parent6075df53b5435ddada989d776d989132def363a6
fix mesa's handling of fbo's / window fb (again)

Make sure the relevant fields in window fbs get updated at appropriate time
(those are NOT the same as fbos!!!), and fix up related code accordingly.
This is a bit ugly, but there's a reason the issues section in EXT_fbo is
a couple hundred pages long...
Hopefully correct now.
src/mesa/main/attrib.c
src/mesa/main/buffers.c
src/mesa/main/buffers.h
src/mesa/main/context.c
src/mesa/main/fbobject.c
src/mesa/main/framebuffer.c