aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2018-11-22Remove clang-format-diff before running copyright check (#91)dan sinclair
This CL removes the clang-format-diff script from the bots after running the check in order to allow the copyright check to pass correctly.
2018-11-22Add copyright check (#88)dan sinclair
Add copyright check This CL imports the copyright check from shaderc and adds it to the check-format kokoro bot. Added .mm
2018-11-22More AmberScript docs (#84)dan sinclair
More AmberScript docs Add BUFFER with a FORMAT. Shuffle some text around.
2018-11-15Missing kokoro scripts (#56)dan sinclair
These got missed when adding the original scripts. FIxup various build issues.
2018-11-14Add kokoro build files. (#45)dan sinclair
This CL adds the build files for Linux {gcc|clang} and Mac clang builds in both Debug and Release mode. Issue #3
2018-11-13Add syntax files for AmberDan Sinclair
2018-11-09Initial commit of Amber for open sourcedan sinclair
Amber is a multi-API shader test framework. Amber lets you capture and communicate shader bugs with the fluidity and ease of a scripting flow: * No graphics API programming is required. * WIP: Supports Vulkan and [Dawn][Dawn] graphics APIs. * A single text string (or file) maps to a single graphics API pipeline test case. The text includes: * Input data, including buffers and images. * Shaders. * Expectations for the result of running the pipeline. * Shaders can be expressed in binary form (as hex), in SPIR-V assembly, or in a higher level shader language. * After executing the pipeline, result buffers and images can be saved to output files. This is not an officially supported Google product.