Re: [Mesa-dev] [PATCH] r600: don't emit vfetch if tess eval isn't accessing any inputs.

2017-11-14 Thread Gert Wollny
Hi Dave, tested on BARTS: the patch changes TESS_EVAL to end with a proper EOP in  trivial-tess-gs_no-gs-inputs (it doesn't fix the piglit though). However, it introduces a regression in vs-tcs-tes-tessinner-tessouter-inputs-quads    vs-tes-tessinner-tessouter-inputs-quads because in th

[Mesa-dev] [PATCH] r600: don't emit vfetch if tess eval isn't accessing any inputs.

2017-11-14 Thread Dave Airlie
From: Dave Airlie This should avoid emitting anything in the shader if we aren't accessing any inputs. Signed-off-by: Dave Airlie --- src/gallium/drivers/r600/r600_shader.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gallium/drivers/r600/r600_shader.c b/src/galli