Re: [Mesa-dev] i965/gen4: Depth buffer setup cleanup

2017-05-22 Thread Pohjolainen, Topi
On Sun, May 21, 2017 at 06:15:46PM +0300, Pohjolainen, Topi wrote: > On Sat, May 20, 2017 at 10:29:51PM +0300, Topi Pohjolainen wrote: > > First this series removes logic considering separate stencil > > gen < 6 only code paths (where we always use combined > > depth-stencil). > > > > Then patch

Re: [Mesa-dev] i965/gen4: Depth buffer setup cleanup

2017-05-21 Thread Pohjolainen, Topi
On Sat, May 20, 2017 at 10:29:51PM +0300, Topi Pohjolainen wrote: > First this series removes logic considering separate stencil > gen < 6 only code paths (where we always use combined > depth-stencil). > > Then patch 5 simplifies the workaround we need for aligning > depth buffer. On gen < 6 the

[Mesa-dev] i965/gen4: Depth buffer setup cleanup

2017-05-20 Thread Topi Pohjolainen
First this series removes logic considering separate stencil gen < 6 only code paths (where we always use combined depth-stencil). Then patch 5 simplifies the workaround we need for aligning depth buffer. On gen < 6 there is no support for telling which mip-level to draw and hence the driver need