Re: [Intel-gfx] [PATCH 1/2] rendercopy/bdw: Emit 3DSTATE_WM_HZ_OP.

2013-12-10 Thread Xiang, Haihao
On Tue, 2013-12-10 at 09:04 -0800, Kenneth Graunke wrote: > On 12/10/2013 03:40 AM, Damien Lespiau wrote: > > On Mon, Dec 09, 2013 at 11:29:35PM -0800, Kenneth Graunke wrote: > >> We don't want depth/stencil fast clears or HiZ resolves; we want normal > >> drawing. Without this, the pixel pipelin

Re: [Intel-gfx] [PATCH 1/2] rendercopy/bdw: Emit 3DSTATE_WM_HZ_OP.

2013-12-10 Thread Kenneth Graunke
On 12/10/2013 03:40 AM, Damien Lespiau wrote: > On Mon, Dec 09, 2013 at 11:29:35PM -0800, Kenneth Graunke wrote: >> We don't want depth/stencil fast clears or HiZ resolves; we want normal >> drawing. Without this, the pixel pipeline doesn't work. >> >> Signed-off-by: Kenneth Graunke >> Cc: Ben Wi

Re: [Intel-gfx] [PATCH 1/2] rendercopy/bdw: Emit 3DSTATE_WM_HZ_OP.

2013-12-10 Thread Damien Lespiau
On Mon, Dec 09, 2013 at 11:29:35PM -0800, Kenneth Graunke wrote: > We don't want depth/stencil fast clears or HiZ resolves; we want normal > drawing. Without this, the pixel pipeline doesn't work. > > Signed-off-by: Kenneth Graunke > Cc: Ben Widawsky > Cc: Damien Lespiau Both patches reviewed

[Intel-gfx] [PATCH 1/2] rendercopy/bdw: Emit 3DSTATE_WM_HZ_OP.

2013-12-09 Thread Kenneth Graunke
We don't want depth/stencil fast clears or HiZ resolves; we want normal drawing. Without this, the pixel pipeline doesn't work. Signed-off-by: Kenneth Graunke Cc: Ben Widawsky Cc: Damien Lespiau --- lib/gen8_render.h | 2 ++ lib/rendercopy_gen8.c | 10 ++ 2 files changed, 12 inse