Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spirv: Move SPIR-V building to Makefile.spirv.am and spirv/meson.build | Ian Romanick | 2018-03-29 | 1 | -0/+33 |
Future changes will add generated files used only from src/compiler/glsl. These can't be built from Makefile.nir.am, and we can't move all the rules from Makefile.nir.am to Makefile.spirv.am (and it would be silly anyway). v2: Do it for meson too. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> (the meson bits) Reviewed-by: Alejandro PiƱeiro <[email protected]> (the automake bits) |