aboutsummaryrefslogtreecommitdiff
path: root/build-android/spirv-tools_revision_android
AgeCommit message (Collapse)Author
2016-04-22toolchain: Bump everything to pull in required SPIR-V tools revisionCody Northrop
Encompasses pull request #261 from Chris. Also gets things building again reflecting upstream changesi, mainly HLSL libs for glslang. Desktop build/test results w/ update_external_sources.sh/bat Windows on Skylake: _run_all_tests.ps1, demos with --validate Ubuntu on Skylake: vk_layer_validation_tests, cube --validate Android build/test results w/ update_external_sources_android.sh/bat: Windows: VkLayerValidationTests pass OSX: VkLayerValidationTests pass Ubuntu: VkLayerValidationTests pass
2016-04-07android: Adding template for gradle wrapper buildguanghuafan