[Mesa-dev] [PATCH 3/3] nir: Add an ALU op builder kind of like ir_builder.h

Emil Velikov emil.l.velikov at gmail.com
Wed Jan 28 18:16:53 PST 2015


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



More information about the mesa-dev mailing list