[Mesa-dev] [PATCH 0/7] nir: few small patches that I've been collecting..
Rob Clark
robdclark at gmail.com
Fri Nov 6 08:35:18 PST 2015
From: Rob Clark <robclark at freedesktop.org>
>From my ongoing clone + gallium glsl_to_nir branch.. figured I should
tidy them up and send to list.
Rob Clark (7):
nir: add nir_var_all enum
nir: remove nir_variable::max_ifc_array_access
nir: add array length field
nir/print: show shader name/label if set
nir/print: show # of uniforms/inputs/outputs
nir: fix missing increments of num_inputs/num_outputs
nir: add nir_ssa_for_alu_src()
src/glsl/nir/glsl_to_nir.cpp | 14 +++++---------
src/glsl/nir/nir.c | 4 ++++
src/glsl/nir/nir.h | 19 ++++++-------------
src/glsl/nir/nir_builder.h | 25 +++++++++++++++++++++++++
src/glsl/nir/nir_lower_clip.c | 2 ++
src/glsl/nir/nir_lower_idiv.c | 6 ++----
src/glsl/nir/nir_lower_io.c | 2 +-
src/glsl/nir/nir_lower_two_sided_color.c | 2 ++
src/glsl/nir/nir_print.c | 10 ++++++++++
src/mesa/drivers/dri/i965/brw_nir.c | 3 ++-
10 files changed, 59 insertions(+), 28 deletions(-)
--
2.5.0
More information about the mesa-dev
mailing list