Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spirv: autotools: add vtn_gather_types_c.py in distribution tarball | Juan A. Suarez Romero | 2018-04-10 | 1 | -1/+2 |
| | | | | | | | Fixes: 042ee4bea26 "(spirv: Move SPIR-V building to Makefile.spirv.am and spirv/meson.build") Reviewed-by: Emil Velikov <[email protected]> | ||||
* | spirv: Move SPIR-V building to Makefile.spirv.am and spirv/meson.build | Ian Romanick | 2018-03-29 | 1 | -0/+58 |
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) |