Re: [Mesa-dev] [PATCH] i965: Only apply CS stall workaround pre-SKL

2015-12-17 Thread Kenneth Graunke
On Thursday, December 17, 2015 01:21:26 PM Ben Widawsky wrote: > As per the docs. > > Cc: Kenneth Graunke > Signed-off-by: Ben Widawsky > --- > src/mesa/drivers/dri/i965/brw_pipe_control.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/src/mesa/drivers/dri/i965/

[Mesa-dev] [PATCH] i965: Only apply CS stall workaround pre-SKL

2015-12-17 Thread Ben Widawsky
As per the docs. Cc: Kenneth Graunke Signed-off-by: Ben Widawsky --- src/mesa/drivers/dri/i965/brw_pipe_control.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_pipe_control.c b/src/mesa/drivers/dri/i965/brw_pipe_control.c index ae3d818.