Re: [Mesa-dev] [PATCH 2/3] st/glsl_to_nir: fix driver location for packed doubles

2018-03-21 Thread Timothy Arceri
The subject line should have read: "st/glsl_to_nir: fix driver location for dual-slot packed doubles" This should also partially fix packed arrays although more is needed to make sure those work since an array can be packed across multiple other arrays so we need to make sure everything is

[Mesa-dev] [PATCH 2/3] st/glsl_to_nir: fix driver location for packed doubles

2018-03-20 Thread Timothy Arceri
--- src/mesa/state_tracker/st_glsl_to_nir.cpp | 22 -- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/src/mesa/state_tracker/st_glsl_to_nir.cpp b/src/mesa/state_tracker/st_glsl_to_nir.cpp index afb6120d9d..b01be622f7 100644 ---