History log of /external/mesa3d/src/compiler/Makefile.nir.am
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
aca491341b57fac05901943d693e264b589925f5 26-Oct-2016 Erik Faye-Lund <kusmabite@gmail.com> compiler: avoid warning about redefinition of PYTHON_GEN

PYTHON_GEN is defined to the exact same thing in both
Makefile.glsl.am and Makefile.nir.am. This makes automake complain,
so let's lift the definition up to Makefile.am, the same way as
MKDIR_GEN.

Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Tested-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
/external/mesa3d/src/compiler/Makefile.nir.am
7c48622581606e3adb60e836022263b5f917ad7c 16-Sep-2016 Jason Ekstrand <jason.ekstrand@intel.com> nir/spirv: Bring back the spirv2nir helper binary

This was something that I wrote in the early days of the spirv_to_nir code
but deleted once we had a real driver. However, in the absence of a
shader_runner equivalent, it's extremely useful for debugging the
spirv_to_nir code so let's bring it back.

Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
/external/mesa3d/src/compiler/Makefile.nir.am
922b471777c524f497fb8eda97153a898900f223 30-May-2016 Emil Velikov <emil.velikov@collabora.com> nir: add the SConscript.nir to the tarball

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
/external/mesa3d/src/compiler/Makefile.nir.am
32210dea8e474f8e93f5df681fb6a8265a0cda4b 26-May-2016 Jason Ekstrand <jason.ekstrand@intel.com> compiler: Move glsl_to_nir to libglsl.la

Right now libglsl.la depends on libnir.la so putting it in libnir.la
adds a dependency on libglsl.la that goes the wrong direction.

Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
/external/mesa3d/src/compiler/Makefile.nir.am
12f88ba32a14ea79134f4e995a55149f078a2f27 14-Apr-2016 Jason Ekstrand <jason.ekstrand@intel.com> Merge remote-tracking branch 'public/master' into vulkan
8d51500b2dec1dbe54a517e3b1448e96978e2256 05-Apr-2016 Emil Velikov <emil.velikov@collabora.com> compiler: automake: flesh out NIR into separate makefile.

Analogous to previous commit - improved readability at the expense of
an extra file.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
/external/mesa3d/src/compiler/Makefile.nir.am