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 (Expand)Author
2022-02-02Introduce spirv-diff (#4611)Shahbaz Youssefi
2021-08-06Add new target for spirv-lint (#4446)dong-ja
2021-08-05Add CMake rules for libFuzzer targets (#4445)Alastair Donaldson
2020-10-29CMake: Add SPIRV_TOOLS_BUILD_STATIC flag (#3910)Ben Clayton
2020-07-27CMake: Enable building with BUILD_SHARED_LIBS=1 (#3490)Ben Clayton
2019-12-20Support OpenCL.DebugInfo.100 extended instruction set (#3080)David Neto
2019-12-19Add support for SPV_KHR_non_semantic_info (#3110)David Neto
2019-05-29Add "split block" transformation. (#2633)Alastair Donaldson
2019-05-24Remove MarkV and Stats code. (#2576)dan sinclair
2019-05-07Support SPIR-V 1.4 (#2550)David Neto
2018-11-21Initial commit for spirv-reduce. (#2056)Alastair Donaldson
2018-11-07Rename PCH macro to spvtools_pch to avoid conflicts with other projects. Also...Jeff Bolz
2018-11-06Enable precompiled headers for spirv-tools(-shared) and some unit tests (#2026)Jeff Bolz
2018-11-01Reduce number of test targets (#2024)dan sinclair
2018-08-17Add testing framework for tools.Diego Novillo
2018-08-14Move bit_stream, move_to_front and huffman_codec. (#1833)dan sinclair
2018-08-07Simplify MoveToFront (#1806)dan sinclair
2018-03-21Add --time-report to spirv-optJaebaek Seo
2018-03-17Migrate to use unified grammar tablesLei Zhang
2018-02-07Build SPIRV-Tools as shared libraryJózef Kucia
2017-12-22Add asm, dis support for DebugInfo extended instruction setDavid Neto
2017-12-12Force gtest to expose ::testing::CombineDavid Neto
2017-12-05CMake: allow both SPIRV-Headers and spirv-headersLei Zhang
2017-11-13Tests: Add optional dependency on Effcee stateful matcherDavid Neto
2017-10-12Generic intrusive linked list class.Steven Perron
2017-10-07Implement Linker (module combiner)Pierre Moreau
2017-06-30Added compression tool tools/spirv-markv. Work in progress.Andrey Tuganov
2017-06-29Added log(n) move-to-front implementationAndrey Tuganov
2017-06-29Added Huffman codec to utilsAndrey Tuganov
2017-05-13Added bit stream utilsAndrey Tuganov
2017-04-13Added option --preserve-numeric-ids to tools/spirv-asAndrey Tuganov
2017-04-11Added statistical analysis tool (tool/stats)Andrey Tuganov
2017-04-06Group targets into foldersLei Zhang
2017-03-16Autogenererating enum-string mappings from grammarAndrey Tuganov
2017-03-14Validator checks if operands require extensionAndrey Tuganov
2017-03-10Refactored enum_setAndrey Tuganov
2016-12-21Support building under CYGWINDavid Neto
2016-11-07Renaming test files to comply with Google style guide.Lei Zhang
2016-09-16Add utility macros for logging messages.Lei Zhang
2016-09-15Add a callback mechanism for communicating messages to callers.Lei Zhang
2016-09-09Pull out the number parsing logicqining
2016-09-09Merge diagnostic tests and single them out in a separate binary.Lei Zhang
2016-09-08Create separate binaries for validation tests.Lei Zhang
2016-09-08Prefix test binaries with `test_`, rename UnitSPIRV, update README.Lei Zhang
2016-09-02Relicense SPIRV-Tools under Apache 2.0David Neto
2016-08-30Add libspirv::CapabilitySetDavid Neto
2016-08-25Add Instruction cbegin and cend to access operandsDavid Neto
2016-08-09Use NEW behavior for policy CMP0054.Lei Zhang
2016-08-06Add target envs for OpenCL, OpenGLDavid Neto
2016-08-05Check configuration and gmock existence when adding unit tests.Lei Zhang