Re: [Mesa-dev] [PATCH] i965: remove dead code path in brw_tcs_precompile()

2016-11-19 Thread Timothy Arceri
On Sun, 2016-11-20 at 09:40 +1100, Timothy Arceri wrote: > The glsl linker will have already failed if we tried linking a tcs > without a tes. Actually this used by SSO. Please ignore. > --- >  src/mesa/drivers/dri/i965/brw_tcs.c | 13 + >  1 file changed, 5 insertions(+), 8 deletions(

[Mesa-dev] [PATCH] i965: remove dead code path in brw_tcs_precompile()

2016-11-19 Thread Timothy Arceri
The glsl linker will have already failed if we tried linking a tcs without a tes. --- src/mesa/drivers/dri/i965/brw_tcs.c | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_tcs.c b/src/mesa/drivers/dri/i965/brw_tcs.c index ec3f3cb..7e1a