As I pointed out on IRC, it looks like you forgot to send the patch
that modifies _mesa_BeginConditionalRender. (Your tests couldn't have
worked without that... if they did, there's something very wrong with
the tests...)
On Fri, Aug 15, 2014 at 7:59 PM, Tobias Klausmann
wrote:
> This patch serie
This patch series adds support for ARB_conditional_render_inverted to nvc0.
Tobias Klausmann (6):
gallium/st: use condition flag in *render_condition()
gallium/st: Add PIPE_CAP_CONDITIONAL_RENDER_INVERTED
mesa: add ARB_conditional_render_inverted extension bit
nvc0: Handle condition whethe