Re: [Mesa-dev] [PATCH] i965: print error messages if gs fails to compile

2016-07-27 Thread Matt Turner
On Wed, Jul 20, 2016 at 9:50 PM, Kenneth Graunke wrote: > On Thursday, July 21, 2016 2:07:01 PM PDT Timothy Arceri wrote: >> From: Timothy Arceri >> >> We do this for all other stages. >> --- >> src/mesa/drivers/dri/i965/brw_gs.c | 6 ++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/

Re: [Mesa-dev] [PATCH] i965: print error messages if gs fails to compile

2016-07-20 Thread Kenneth Graunke
On Thursday, July 21, 2016 2:07:01 PM PDT Timothy Arceri wrote: > From: Timothy Arceri > > We do this for all other stages. > --- > src/mesa/drivers/dri/i965/brw_gs.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/src/mesa/drivers/dri/i965/brw_gs.c > b/src/mesa/drivers/dri/i965

[Mesa-dev] [PATCH] i965: print error messages if gs fails to compile

2016-07-20 Thread Timothy Arceri
From: Timothy Arceri We do this for all other stages. --- src/mesa/drivers/dri/i965/brw_gs.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/mesa/drivers/dri/i965/brw_gs.c b/src/mesa/drivers/dri/i965/brw_gs.c index d9f18c4..67a2480 100644 --- a/src/mesa/drivers/dri/i965/brw_gs.c +