Re: [Mesa-dev] [PATCH] radv: fix stencil regression since new addrlib import

2017-04-13 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Thu, Apr 13, 2017 at 6:37 AM, Dave Airlie wrote: > From: Dave Airlie > > The addrlib import meant we'd return after we attempted > to setup the no stencil bits for an S8_UINT, now we break > and use the stencil level info when creating stencil DB > info. > > Si

[Mesa-dev] [PATCH] radv: fix stencil regression since new addrlib import

2017-04-12 Thread Dave Airlie
From: Dave Airlie The addrlib import meant we'd return after we attempted to setup the no stencil bits for an S8_UINT, now we break and use the stencil level info when creating stencil DB info. Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_device.c | 8 src/