Re: [Mesa-dev] [PATCH 8/8] v3d: Enable the new NIR bitfield operation lowering paths.

2018-05-31 Thread Ian Romanick
On 05/08/2018 01:13 PM, Eric Anholt wrote: > These toegether get the GLSL 3.00 unpack functions and MESA_shader_integer together GLSL ES 3.00? > operations working. > --- > src/broadcom/compiler/nir_to_vir.c | 21 +++-- > 1 file changed, 19 insertions(+), 2 delet

[Mesa-dev] [PATCH 8/8] v3d: Enable the new NIR bitfield operation lowering paths.

2018-05-08 Thread Eric Anholt
These toegether get the GLSL 3.00 unpack functions and MESA_shader_integer operations working. --- src/broadcom/compiler/nir_to_vir.c | 21 +++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/src/broadcom/compiler/nir_to_vir.c b/src/broadcom/compiler/nir_to_vir.c