most of the patches can be reviewed independently, this are just some
smaller patches I think we can upstream already.

Karol Herbst (4):
  compiler: add missing entries to gl_system_value_name
  nir: move lowering of SYSTEM_VALUE_LOCAL_GROUP_SIZE into a function
  nir/vtn: implement BuiltInGlobalSize
  vtn: handle OpConstantComposites with OpUndef members

Rob Clark (2):
  nir/vtn: Use imov where we might have 8 bit types
  nir/vtn: print extension name in fail msg

 src/compiler/nir/nir_lower_system_values.c | 36 +++++++++++++---------
 src/compiler/shader_enums.c                |  6 +++-
 src/compiler/shader_enums.h                |  1 +
 src/compiler/spirv/spirv_to_nir.c          | 28 ++++++++++++-----
 src/compiler/spirv/vtn_variables.c         |  4 +++
 5 files changed, 51 insertions(+), 24 deletions(-)

-- 
2.17.1

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to