summaryrefslogtreecommitdiff
path: root/include/spirv-tools
AgeCommit message (Expand)AuthorFilesLines
2016-09-21Add more Assemble(), Disassemble() and Validate() overloads.Lei Zhang1-0/+10
2016-09-21Publish the C++ interface.Lei Zhang3-0/+279
2016-09-19Update validate interface to accept binary pointersUmar Arshad1-0/+6
2016-09-15Add a callback mechanism for communicating messages to callers.Lei Zhang1-11/+13
2016-09-14Clarify: Ok to pass null diagnostic to spvBinaryParseDavid Neto1-4/+4
2016-09-02Relicense SPIRV-Tools under Apache 2.0David Neto1-21/+9
2016-08-05Add target envs for OpenCL, OpenGLDavid Neto1-0/+8
2016-07-19Disassembling: map IDs to friendly names.David Neto1-0/+4
2016-06-27Add an option to spvBinaryToText() to ignore header output.Lei Zhang1-0/+2
2016-04-22Add CHANGES file with high level software historyDavid Neto1-0/+10
2016-04-19First tests for SPIR-V v1.1.Dejan Mircevski1-2/+3
2016-04-18Add SPIR-V 1.1 grammar.Dejan Mircevski1-0/+1
2016-04-11Remove revision from SPV_ENV_*.Dejan Mircevski1-4/+2
2016-04-04Fix validation of array length.Dejan Mircevski1-2/+3
2016-04-04Remove dependency on SPIR-V headers in libspirv.h.Lei Zhang1-15/+4
2016-03-31Add a target environment to spvContextCreate().Dejan Mircevski1-2/+12
2016-03-29OpExecutionMode only takes a single ExecutionModeDavid Neto1-5/+1
2016-03-01Make libspirv.h more C friendly.Dejan Mircevski1-1/+3
2016-02-23Remove spv_validate_options_t and change tests accrodingly.Lei Zhang1-19/+5
2016-02-17SPIR-V Tools fully supports SPIR-V 1.0 Rev3David Neto1-3/+3
2016-02-17Rearrange headersDavid Neto1-0/+451