Shouldn't

_mesa_add_renderbuffer(&stfb->Base, BUFFER_FRONT_LEFT, rb);

be

_mesa_add_renderbuffer(&stfb->Base, surfIndex, rb);

instead, since you seem to make the on-demand creation mechanism
generic and no longer limited to the front buffer?

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to