On 29/01/15 01:08, Eric Anholt wrote: > v2: Rebase on the nir_opcodes.h python code generation support. > v3: Use SSA values, and set an appropriate writemask on dot products. > --- > src/glsl/Makefile.am | 5 ++ > src/glsl/nir/.gitignore | 1 + > src/glsl/nir/nir_builder.h | 95 > +++++++++++++++++++++++++++++++++++ > src/glsl/nir/nir_builder_opcodes_h.py | 38 ++++++++++++++ > 4 files changed, 139 insertions(+) > create mode 100644 src/glsl/nir/nir_builder.h > create mode 100644 src/glsl/nir/nir_builder_opcodes_h.py > Hi Eric,
Please add nir/nir_builder_opcodes.h to the NIR_FILES list. Otherwise the dependency tracking will not be established. Thanks Emil _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
