Re: [Mesa-dev] [PATCH] glsl: re-enable varying packing in GL4.4+

2016-05-25 Thread Iago Toral
On Thu, 2016-05-26 at 14:50 +1000, Timothy Arceri wrote: > The i965 backend currently expects doubles to be packed. This patch is: Reviewed-by: Iago Toral Quiroga With that said, I think these two patches from Samuel might have fixed i965 to handle unpacked doubles, or at least, some cases of th

[Mesa-dev] [PATCH] glsl: re-enable varying packing in GL4.4+

2016-05-25 Thread Timothy Arceri
The i965 backend currently expects doubles to be packed. --- src/compiler/glsl/link_varyings.cpp | 54 + 1 file changed, 24 insertions(+), 30 deletions(-) diff --git a/src/compiler/glsl/link_varyings.cpp b/src/compiler/glsl/link_varyings.cpp index dd5c9cc..a7c