Re: [Mesa-dev] [PATCH] llvmpipe: Implement stencil export

2015-06-04 Thread Roland Scheidegger
Am 04.06.2015 um 13:37 schrieb Emil Velikov: > Hi Roland, > > On 3 June 2015 at 00:35, wrote: >> From: Roland Scheidegger >> >> Pretty trivial, fixes the issue that we're expected to be able to blit >> stencil surfaces (as the blit just relies on util blitter code which needs >> stencil export

Re: [Mesa-dev] [PATCH] llvmpipe: Implement stencil export

2015-06-04 Thread Emil Velikov
Hi Roland, On 3 June 2015 at 00:35, wrote: > From: Roland Scheidegger > > Pretty trivial, fixes the issue that we're expected to be able to blit > stencil surfaces (as the blit just relies on util blitter code which needs > stencil export to do it). > 2 piglits skip->pass, 11 fail->pass > > v2:

Re: [Mesa-dev] [PATCH] llvmpipe: Implement stencil export

2015-06-03 Thread Jose Fonseca
Looks perfect. Thanks! Jose On 03/06/15 00:35, srol...@vmware.com wrote: From: Roland Scheidegger Pretty trivial, fixes the issue that we're expected to be able to blit stencil surfaces (as the blit just relies on util blitter code which needs stencil export to do it). 2 piglits skip->pass, 1

[Mesa-dev] [PATCH] llvmpipe: Implement stencil export

2015-06-02 Thread sroland
From: Roland Scheidegger Pretty trivial, fixes the issue that we're expected to be able to blit stencil surfaces (as the blit just relies on util blitter code which needs stencil export to do it). 2 piglits skip->pass, 11 fail->pass v2: prettify, keep different stencil ref value handling out of

Re: [Mesa-dev] [PATCH] llvmpipe: Implement stencil export

2015-06-02 Thread Dave Airlie
On 3 June 2015 at 05:52, wrote: > From: Roland Scheidegger Looks good to me, Reviewed-by: Dave Airlie > > Pretty trivial, fixes the issue that we're expected to be able to blit > stencil surfaces (as the blit just relies on util blitter code which needs > stencil export to do it). > 2 piglits

[Mesa-dev] [PATCH] llvmpipe: Implement stencil export

2015-06-02 Thread sroland
From: Roland Scheidegger Pretty trivial, fixes the issue that we're expected to be able to blit stencil surfaces (as the blit just relies on util blitter code which needs stencil export to do it). 2 piglits skip->pass, 11 fail->pass --- src/gallium/drivers/llvmpipe/lp_bld_depth.c | 15 ++