Re: [Mesa-dev] [PATCH] intel/blorp: Define the clear value bounds for HiZ clears

2018-10-29 Thread Juan A. Suarez Romero
On Mon, 2018-10-29 at 11:20 -0700, Nanley Chery wrote: > On Mon, Oct 29, 2018 at 08:37:13AM -0500, Jason Ekstrand wrote: > > That's likely because Nanley forgot to CC this one too stable: > > > > https://cgit.freedesktop.org/mesa/mesa/commit/?id=5bcf479524b96554cab7d2429dacf650b4054638 > > > >

Re: [Mesa-dev] [PATCH] intel/blorp: Define the clear value bounds for HiZ clears

2018-10-29 Thread Nanley Chery
On Mon, Oct 29, 2018 at 12:48:50PM +0100, Juan A. Suarez Romero wrote: > On Thu, 2018-10-25 at 16:25 -0700, nanleych...@gmail.com wrote: > > From: Nanley Chery > > > > Follow the restriction of making sure the clear value is between the min > > and max values defined in CC_VIEWPORT. Avoids a

Re: [Mesa-dev] [PATCH] intel/blorp: Define the clear value bounds for HiZ clears

2018-10-29 Thread Nanley Chery
On Mon, Oct 29, 2018 at 08:37:13AM -0500, Jason Ekstrand wrote: > That's likely because Nanley forgot to CC this one too stable: > > https://cgit.freedesktop.org/mesa/mesa/commit/?id=5bcf479524b96554cab7d2429dacf650b4054638 > Our submittingpatches.html doc says that using the Fixes tag should

Re: [Mesa-dev] [PATCH] intel/blorp: Define the clear value bounds for HiZ clears

2018-10-29 Thread Jason Ekstrand
That's likely because Nanley forgot to CC this one too stable: https://cgit.freedesktop.org/mesa/mesa/commit/?id=5bcf479524b96554cab7d2429dacf650b4054638 On October 29, 2018 06:49:47 "Juan A. Suarez Romero" wrote: On Thu, 2018-10-25 at 16:25 -0700, nanleych...@gmail.com wrote: From:

Re: [Mesa-dev] [PATCH] intel/blorp: Define the clear value bounds for HiZ clears

2018-10-29 Thread Juan A. Suarez Romero
On Thu, 2018-10-25 at 16:25 -0700, nanleych...@gmail.com wrote: > From: Nanley Chery > > Follow the restriction of making sure the clear value is between the min > and max values defined in CC_VIEWPORT. Avoids a simulator warning for > some piglit tests, one of them being: > >

Re: [Mesa-dev] [PATCH] intel/blorp: Define the clear value bounds for HiZ clears

2018-10-26 Thread Nanley Chery
On Fri, Oct 26, 2018 at 12:02:58PM -0500, Jason Ekstrand wrote: > On Thu, Oct 25, 2018 at 6:25 PM wrote: > > > From: Nanley Chery > > > > Follow the restriction of making sure the clear value is between the min > > and max values defined in CC_VIEWPORT. Avoids a simulator warning for > > some

Re: [Mesa-dev] [PATCH] intel/blorp: Define the clear value bounds for HiZ clears

2018-10-26 Thread Jason Ekstrand
On Thu, Oct 25, 2018 at 6:25 PM wrote: > From: Nanley Chery > > Follow the restriction of making sure the clear value is between the min > and max values defined in CC_VIEWPORT. Avoids a simulator warning for > some piglit tests, one of them being: > > ./bin/depthstencil-render-miplevels 146

[Mesa-dev] [PATCH] intel/blorp: Define the clear value bounds for HiZ clears

2018-10-25 Thread nanleychery
From: Nanley Chery Follow the restriction of making sure the clear value is between the min and max values defined in CC_VIEWPORT. Avoids a simulator warning for some piglit tests, one of them being: ./bin/depthstencil-render-miplevels 146 d=z32f_s8 Jason found this to make a GPU hang go away