Re: [Mesa-dev] [PATCH] i965/skl: Fix GS thread count location

2014-12-04 Thread Kristian Høgsberg
On Wed, Dec 3, 2014 at 3:53 PM, Ben Widawsky wrote: > SKL moves the GS threadcount to dw8 from dw7, and no longer does the divide > by 2 > thing. > > Only compile test. > > Cc: Kristian Høgsberg > Signed-off-by: Ben Widawsky > --- > src/mesa/drivers/dri/i965/gen8_gs_state.c | 29 ++

Re: [Mesa-dev] [PATCH] i965/skl: Fix GS thread count location

2014-12-03 Thread Kenneth Graunke
On Wednesday, December 03, 2014 03:53:29 PM Ben Widawsky wrote: > SKL moves the GS threadcount to dw8 from dw7, and no longer does the divide > by 2 > thing. > > Only compile test. > > Cc: Kristian Høgsberg > Signed-off-by: Ben Widawsky Reviewed-by: Kenneth Graunke signature.asc Description

[Mesa-dev] [PATCH] i965/skl: Fix GS thread count location

2014-12-03 Thread Ben Widawsky
SKL moves the GS threadcount to dw8 from dw7, and no longer does the divide by 2 thing. Only compile test. Cc: Kristian Høgsberg Signed-off-by: Ben Widawsky --- src/mesa/drivers/dri/i965/gen8_gs_state.c | 29 ++--- 1 file changed, 18 insertions(+), 11 deletions(-) diff