Re: [Mesa-dev] [PATCH] i965: don't copy VS attribute work arounds for HSW+

2016-07-05 Thread Kenneth Graunke
On Wednesday, July 6, 2016 12:41:02 PM PDT Timothy Arceri wrote: > These workarounds are not required for HSW and above so stop > copying them at VS key generation which is called at draw time. > --- > src/mesa/drivers/dri/i965/brw_vs.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-)

[Mesa-dev] [PATCH] i965: don't copy VS attribute work arounds for HSW+

2016-07-05 Thread Timothy Arceri
These workarounds are not required for HSW and above so stop copying them at VS key generation which is called at draw time. --- src/mesa/drivers/dri/i965/brw_vs.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_vs.c b/src/mesa/drivers/dri/i