Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | android: fix libmesa_nir build | Tapani Pälli | 2017-07-21 | 1 | -0/+1 |
| | | | | | | | current build did not find required include 'spirv_info.h' Signed-off-by: Tapani Pälli <[email protected]> Reviewed-by: Emil Velikov <[email protected]> | ||||
* | Android: clean-up trailing '\' in make variables | Rob Herring | 2017-03-22 | 1 | -1/+1 |
| | | | | | | | | | Fixed with the following command: perl -pe 'BEGIN{undef $/;} s/ \\\n\n/\n\n/smg' $(find . -name 'Android.*') Signed-off-by: Rob Herring <[email protected]> Reviewed-by: Emil Velikov <[email protected]> | ||||
* | android: add SPIRV_FILES to libmesa_nir | Tapani Pälli | 2016-11-11 | 1 | -1/+2 |
| | | | | | | Signed-off-by: Tapani Pälli <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> | ||||
* | compiler: android: flesh out nir into separate makefile | Emil Velikov | 2016-04-11 | 1 | -0/+49 |
Signed-off-by: Emil Velikov <[email protected]> Acked-by: Jason Ekstrand <[email protected]> |