On Sun, Aug 17, 2014 at 7:38 PM, Tobias Klausmann
wrote:
> 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
> - E
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