Re: [Mesa-dev] [PATCH] intel: compiler: vec4: add missing default 0 lod

2017-10-03 Thread Matt Turner
On Tue, Oct 3, 2017 at 8:05 AM, Lionel Landwerlin wrote: > We handle similar default valid for LOD in the fs backend for TXS/TXL. > Without this we end up generating invalid MOV with a null src. > > Signed-off-by: Lionel Landwerlin > Cc: "17.2 17.1" > --- > src/intel/compiler/brw_vec4_nir.cpp |

[Mesa-dev] [PATCH] intel: compiler: vec4: add missing default 0 lod

2017-10-03 Thread Lionel Landwerlin
We handle similar default valid for LOD in the fs backend for TXS/TXL. Without this we end up generating invalid MOV with a null src. Signed-off-by: Lionel Landwerlin Cc: "17.2 17.1" --- src/intel/compiler/brw_vec4_nir.cpp | 9 + 1 file changed, 9 insertions(+) diff --git a/src/intel/c