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>
Wed, 18 Jul 2007 18:17:14 +0000 (20:17 +0200)
commit131a03631208afb1fce90292eb27115511f58257
tree784a3d383170b08e45011a343e3a3ab788643a5b
parent3f318c2eb98cf7216ae7033806fa764ac40192bf
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