Re: [Mesa-dev] FBO read / draw completeness.

2011-04-22 Thread Henri Verbeet
On 22 April 2011 20:08, Eric Anholt wrote: > ARB_ES2_compatibility is already landed, so the point should be moot > now, right? > I don't have it on r600g yet at least, but maybe it's easy to enable. It would indeed make the issue mostly moot, though if the spec is broken it would still be nice to

Re: [Mesa-dev] FBO read / draw completeness.

2011-04-22 Thread Eric Anholt
On Fri, 22 Apr 2011 14:19:04 +0200, Henri Verbeet wrote: > Hi, > > A while ago we talked on IRC about the FBO completeness rules for read > / draw FBOs. > > The specific bug that triggered that was that Mesa only applies > ReadBuffer() calls to the read FBO and DrawBuffers() to the draw FBO. > T

[Mesa-dev] FBO read / draw completeness.

2011-04-22 Thread Henri Verbeet
Hi, A while ago we talked on IRC about the FBO completeness rules for read / draw FBOs. The specific bug that triggered that was that Mesa only applies ReadBuffer() calls to the read FBO and DrawBuffers() to the draw FBO. This means that if you're trying to do a depth blit using BlitFramebuffer()