Re: [Mesa-dev] [PATCH v4 0/6] Implement ARB_conditional_render_inverted

2014-08-18 Thread Ilia Mirkin
Series is Reviewed-by: Ilia Mirkin Might be nice for someone more experienced than myself to also take a look. On Mon, Aug 18, 2014 at 6:06 PM, Tobias Klausmann wrote: > This patch series adds support for ARB_conditional_render_inverted to nvc0, > softpipe and llvmpipe. > > V2: > - Add missin

[Mesa-dev] [PATCH v4 0/6] Implement ARB_conditional_render_inverted

2014-08-18 Thread Tobias Klausmann
This patch series adds support for ARB_conditional_render_inverted to nvc0, softpipe and llvmpipe. V2: - Add missing _mesa_BeginConditionalRender() parts to series - Fix nvc0 blit and inverted rendering - Fix relnotes - Enable for softpipe and llvmpipe - Rebase on top of current HEAD V3: - O