Re: [Intel-gfx] [igt PATCH] gen9: fix gem_render_copy 3d state setup

2015-01-30 Thread Daniel Vetter
On Thu, Jan 29, 2015 at 04:15:55PM +0200, Mika Kuoppala wrote: > Damien Lespiau writes: > > > On Thu, Jan 29, 2015 at 11:32:46AM +, Chris Wilson wrote: > >> On Thu, Jan 29, 2015 at 11:17:04AM +, Damien Lespiau wrote: > >> > On Thu, Jan 29, 2015 at 11:12:46AM +, Chris Wilson wrote: > >

Re: [Intel-gfx] [igt PATCH] gen9: fix gem_render_copy 3d state setup

2015-01-29 Thread Mika Kuoppala
Damien Lespiau writes: > On Thu, Jan 29, 2015 at 11:32:46AM +, Chris Wilson wrote: >> On Thu, Jan 29, 2015 at 11:17:04AM +, Damien Lespiau wrote: >> > On Thu, Jan 29, 2015 at 11:12:46AM +, Chris Wilson wrote: >> > > On Thu, Jan 29, 2015 at 03:01:50AM -0800, Imre Deak wrote: >> > > > O

Re: [Intel-gfx] [igt PATCH] gen9: fix gem_render_copy 3d state setup

2015-01-29 Thread Damien Lespiau
On Thu, Jan 29, 2015 at 11:32:46AM +, Chris Wilson wrote: > On Thu, Jan 29, 2015 at 11:17:04AM +, Damien Lespiau wrote: > > On Thu, Jan 29, 2015 at 11:12:46AM +, Chris Wilson wrote: > > > On Thu, Jan 29, 2015 at 03:01:50AM -0800, Imre Deak wrote: > > > > On Thu, 2015-01-29 at 10:51 +000

Re: [Intel-gfx] [igt PATCH] gen9: fix gem_render_copy 3d state setup

2015-01-29 Thread Chris Wilson
On Thu, Jan 29, 2015 at 11:17:04AM +, Damien Lespiau wrote: > On Thu, Jan 29, 2015 at 11:12:46AM +, Chris Wilson wrote: > > On Thu, Jan 29, 2015 at 03:01:50AM -0800, Imre Deak wrote: > > > On Thu, 2015-01-29 at 10:51 +, Damien Lespiau wrote: > > > > On Thu, Jan 29, 2015 at 12:03:19AM -0

Re: [Intel-gfx] [igt PATCH] gen9: fix gem_render_copy 3d state setup

2015-01-29 Thread Damien Lespiau
On Thu, Jan 29, 2015 at 11:12:46AM +, Chris Wilson wrote: > On Thu, Jan 29, 2015 at 03:01:50AM -0800, Imre Deak wrote: > > On Thu, 2015-01-29 at 10:51 +, Damien Lespiau wrote: > > > On Thu, Jan 29, 2015 at 12:03:19AM -0800, Imre Deak wrote: > > > > Without emitting the default 3DSTATE_WM_DE

Re: [Intel-gfx] [igt PATCH] gen9: fix gem_render_copy 3d state setup

2015-01-29 Thread Chris Wilson
On Thu, Jan 29, 2015 at 03:01:50AM -0800, Imre Deak wrote: > On Thu, 2015-01-29 at 10:51 +, Damien Lespiau wrote: > > On Thu, Jan 29, 2015 at 12:03:19AM -0800, Imre Deak wrote: > > > Without emitting the default 3DSTATE_WM_DEPTH_STENCIL state the test > > > will fail. > > > > > > Signed-off-by

Re: [Intel-gfx] [igt PATCH] gen9: fix gem_render_copy 3d state setup

2015-01-29 Thread Imre Deak
On Thu, 2015-01-29 at 10:51 +, Damien Lespiau wrote: > On Thu, Jan 29, 2015 at 12:03:19AM -0800, Imre Deak wrote: > > Without emitting the default 3DSTATE_WM_DEPTH_STENCIL state the test > > will fail. > > > > Signed-off-by: Imre Deak > > Question: Wasn't the golden context supposed to paper

Re: [Intel-gfx] [igt PATCH] gen9: fix gem_render_copy 3d state setup

2015-01-29 Thread Damien Lespiau
On Thu, Jan 29, 2015 at 12:03:19AM -0800, Imre Deak wrote: > Without emitting the default 3DSTATE_WM_DEPTH_STENCIL state the test > will fail. > > Signed-off-by: Imre Deak Question: Wasn't the golden context supposed to paper over those? -- Damien > --- > lib/rendercopy_gen9.c | 10 -

[Intel-gfx] [igt PATCH] gen9: fix gem_render_copy 3d state setup

2015-01-29 Thread Imre Deak
Without emitting the default 3DSTATE_WM_DEPTH_STENCIL state the test will fail. Signed-off-by: Imre Deak --- lib/rendercopy_gen9.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lib/rendercopy_gen9.c b/lib/rendercopy_gen9.c index e20a84f..b7b133c 100644 --- a/lib/