Re: [Mesa-dev] [PATCH] i965/vec4: fix splitting of interleaved attributes

2017-11-23 Thread Andres Gomez
On Thu, 2017-11-23 at 09:09 +0100, Iago Toral Quiroga wrote: > Whe we split an instruction that reads a uniform value When^ an ^ Acked-by: Andres Gomez > (vstride 0) we need to respect the vstride on the second > half of the instruction (that is, the second half s

Re: [Mesa-dev] [PATCH] i965/vec4: fix splitting of interleaved attributes

2017-11-23 Thread Matt Turner
Reviewed-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH] i965/vec4: fix splitting of interleaved attributes

2017-11-23 Thread Iago Toral Quiroga
Whe we split an instruction that reads a uniform value (vstride 0) we need to respect the vstride on the second half of the instruction (that is, the second half should read the same region as the first). We were doing this already, but we didn't account for stages that have interleaved input attr