aboutsummaryrefslogtreecommitdiff
path: root/build-android/spirv-tools_revision_android
AgeCommit message (Collapse)Author
2017-05-30external: Update external revisionsJeremy Hayes
Change-Id: Ie168ac55cc12d317a2c189dbaee735718b295c04
2017-05-23external: update external revisionsJeremy Hayes
Update external revisions for glslang, spirv-tools, spirv-headers, and shaderc. Change-Id: Ie1f4afe2d36a6d8e3d1e166c23372f8f6523cf59
2017-05-15external: Update refs for glslang and spirv-toolsMike Weiblen
Change-Id: Iaf28f3b22c53d8272984e7369fb5afb606908bdd
2017-04-29external_revisions: bump spirv-toolsChris Forbes
CV needs the new bitpattern interface for specialization. V2: also bump for android V3: also bump headers V4: also bump shaderc for android build
2017-03-28android: Update toolchain revisions and locationsCody Northrop
Start pulling from github again for more recent bits. This includes changes to easily allow changing the repo url.
2016-11-29toolchain: Switch back to tracked revisions on AndroidCody Northrop
This allows us to recreate the entire LVL package from any point in history. We continue to pull known good revisions from AOSP.
2016-11-14android: Pull known good toolchain versionsCody Northrop
This includes pulling libSPIRV-Tools-opt into the build to satisfy new shaderc revision.
2016-08-02toolchain: Update revisions for AndroidCody Northrop
Also add spirv-headers, a new dependency for shaderc.
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