Re: [Mesa-dev] [PATCH 06/53] r600: move selecting shaders into earlier code.

2015-11-30 Thread Oded Gabbay
On Mon, Nov 30, 2015 at 8:20 AM, Dave Airlie wrote: > From: Dave Airlie > > select the ps/gs/vs in that order then process the results. Is there a chance the statements executed inside the "if (rctx->gs_shader) {" may affect the result of r600_shader_select (and hence SELECT_SHADER_OR_FAIL) ? If

[Mesa-dev] [PATCH 06/53] r600: move selecting shaders into earlier code.

2015-11-29 Thread Dave Airlie
From: Dave Airlie select the ps/gs/vs in that order then process the results. Signed-off-by: Dave Airlie --- src/gallium/drivers/r600/r600_state_common.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/gallium/drivers/r600/r600_state_common.c b/src/gallium/dri