Anuj Phogat <anuj.pho...@gmail.com> writes: > + /* Page 679 of OpenGL 4.4 spec says: > + * "Added BlitFramebuffer to commands affected by conditional > rendering in > + * section 10.10 (Bug 9562)." > + */ > + if (!_mesa_check_conditional_render(ctx)) > + return; /* Do not blit */ > + > if (!_mesa_clip_blit(ctx, &srcX0, &srcY0, &srcX1, &srcY1, > &dstX0, &dstY0, &dstX1, &dstY1)) { > return;
After I picked this to the 10.1 branch and tested I found the following piglit regression: $ ~/src/piglit/bin/nv_conditional_render-blitframebuffer -auto Probe color at (0,16) Expected: 0.000000 1.000000 0.000000 0.000000 Observed: 1.000000 0.000000 0.000000 0.000000 PIGLIT: {'result': 'fail' } So I'm moving this patch off of the "applied" queue and onto a new "rejected" queue as can be seen here: http://cworth.org/~cworth/mesa-stable-queue/ Feel free to follow up with any additional information that would be useful, (such as an updated patch or a change to the relevant piglit test). -Carl -- carl.d.wo...@intel.com
pgpns8sazsbCO.pgp
Description: PGP signature
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev