Re: [Mesa-dev] [PATCH] intel/blorp/hiz: Emit CC viewport

2018-04-10 Thread Pohjolainen, Topi
On Tue, Apr 10, 2018 at 11:32:19AM -0700, Nanley Chery wrote: > On Tue, Apr 03, 2018 at 09:07:52PM +0300, Pohjolainen, Topi wrote: > > On Tue, Apr 03, 2018 at 09:04:48PM +0300, Pohjolainen, Topi wrote: > > > On Tue, Apr 03, 2018 at 07:40:34PM +0300, Topi Pohjolainen wrote: > > > > Otherwise

Re: [Mesa-dev] [PATCH] intel/blorp/hiz: Emit CC viewport

2018-04-10 Thread Nanley Chery
On Tue, Apr 03, 2018 at 09:07:52PM +0300, Pohjolainen, Topi wrote: > On Tue, Apr 03, 2018 at 09:04:48PM +0300, Pohjolainen, Topi wrote: > > On Tue, Apr 03, 2018 at 07:40:34PM +0300, Topi Pohjolainen wrote: > > > Otherwise simulator for ICL complains that: > > > > > > B-spec CC_ViewPort Minimum

Re: [Mesa-dev] [PATCH] intel/blorp/hiz: Emit CC viewport

2018-04-03 Thread Pohjolainen, Topi
On Tue, Apr 03, 2018 at 09:04:48PM +0300, Pohjolainen, Topi wrote: > On Tue, Apr 03, 2018 at 07:40:34PM +0300, Topi Pohjolainen wrote: > > Otherwise simulator for ICL complains that: > > > > B-spec CC_ViewPort Minimum Depth cannot be greater than Maximum Depth > > And it looks that there is real

Re: [Mesa-dev] [PATCH] intel/blorp/hiz: Emit CC viewport

2018-04-03 Thread Pohjolainen, Topi
On Tue, Apr 03, 2018 at 07:40:34PM +0300, Topi Pohjolainen wrote: > Otherwise simulator for ICL complains that: > > B-spec CC_ViewPort Minimum Depth cannot be greater than Maximum Depth And it looks that there is real reason why even HIZ ops should specify it. In Bspec: GT - 3D - vol2a.11 3D

[Mesa-dev] [PATCH] intel/blorp/hiz: Emit CC viewport

2018-04-03 Thread Topi Pohjolainen
Otherwise simulator for ICL complains that: B-spec CC_ViewPort Minimum Depth cannot be greater than Maximum Depth CC: Jason Ekstrand CC: Kenneth Graunke Signed-off-by: Topi Pohjolainen ---