Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-18Migrate all Kokoro build scripts over to use the docker VM image (#4114)Ben Clayton
* Work around GCC-9 warning treated as error ``` ../source/opt/instruction.h:101:23: error: '*((void*)& operand +32)' may be used uninitialized in this function [-Werror=maybe-uninitialized] 101 | uint64_t result = uint64_t(words[0]); ``` * Migrate all Kokoro build scripts over to use the docker VM image Required updating the NDK SDK and build scripts, as well as the check_copyright for handling 2021.
2017-10-21Added dummy android test applicationAndrey Tuganov
The application is needed to test Android.mk build.
2017-10-12Add Android.mk to SPIRV-ToolsAndrey Tuganov
Android.mk was migrated from shaderc/third_party. android_test is a stub, only builds spirv-tools libs.h to test build.