Re: [Mesa-dev] [PATCH] i965: Mark SNB GT1 as a GT1.

2014-04-05 Thread Kenneth Graunke
On 04/04/2014 12:17 PM, Matt Turner wrote: > brw->gt only seems to be used on gen >= 7, so this shouldn't have any > effect. Yeah...IIRC, the only reason I really started caring about GT was for Haswell GT3, which needs different URB programming. Paul later added some IVB:GT2 workarounds. But th

Re: [Mesa-dev] [PATCH] i965: Mark SNB GT1 as a GT1.

2014-04-04 Thread Ian Romanick
On 04/04/2014 12:17 PM, Matt Turner wrote: > brw->gt only seems to be used on gen >= 7, so this shouldn't have any > effect. Based on a cursory skim of the code (with the aid of 'grep -r [^n]gt[^t] src/mesa/drivers/dri/i965/'), that appears to be true. Reviewed-by: Ian Romanick > --- > src/mes

[Mesa-dev] [PATCH] i965: Mark SNB GT1 as a GT1.

2014-04-04 Thread Matt Turner
brw->gt only seems to be used on gen >= 7, so this shouldn't have any effect. --- src/mesa/drivers/dri/i965/brw_device_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_device_info.c b/src/mesa/drivers/dri/i965/brw_device_info.c index e4c110d