aboutsummaryrefslogtreecommitdiff
path: root/SPIRV/SpvTools.cpp
AgeCommit message (Expand)Author
2023-01-19Revert "Merge remote-tracking branch 'aosp/upstream-master' into..."ndk-r27-rc1ndk-r26dndk-r26cndk-r26bndk-r26-rc1ndk-r26-beta1ndk-r26ndk-r27-releasendk-r26-releasemaster-ndkJames Farrell
2022-12-09Remove the name of unused formal paramtersDavid Neto
2022-11-28Add EliminateDeadOutputStores to API.Greg Fischer
2022-09-28only use dead input elimination on vertex shadersMalcolm Bechard
2022-03-24Add eliminate-dead-input-components to -OsGreg Fischer
2022-01-26Add Vulkan 1.3 supportGreg Fischer
2021-12-16Add support for spirv1.6Greg Fischer
2021-04-01Fix SPIR-V for HLSL EvaluateAttribute* of interpolants in structsGreg Fischer
2021-01-29Add support for GL_EXT_shared_memory_blockCaio Marcelo de Oliveira Filho
2021-01-28Consider GL_EXT_scalar_block_layout when validating SPIR-VCaio Marcelo de Oliveira Filho
2020-11-02Add new SpirvToolsDisassemble API interface + Improve Doc on existing API int...pheonix
2020-11-02Do not use PropagateLineInfoPass and RedundantLineInfoElimPass (#2440)Jaebaek Seo
2020-10-05Revert "Add new SpirvToolsDisassemble API interface + Improve Doc on existing...John Kessenich
2020-10-05Add new SpirvToolsDisassemble API interface + Improve Doc on existing API int...pheonix
2020-09-27Revert "Add more flexible SpirvToolsDisassemble interface to allow specifying...John Kessenich
2020-09-27Add more flexible SpirvToolsDisassemble interface to allow specifying spv_tar...pheonix
2020-08-04SPV: Use more correct SPV-Tools environment, partially addressing #2290johnkslang
2020-06-18Add -g0 command line argumentShahbaz Youssefi
2020-03-01Copyright update, mostly to trigger bots again.John Kessenich
2020-02-28Fix #1461: set the SPIRV-Tools' optimizer's target environment.John Kessenich
2020-01-15Update to latest SPIRV-Tools, supporting Vulkan 1.2.John Kessenich
2020-01-15SPV/Vulkan: Add support for Vulkan 1.2, which defaults to SPIR-V 1.5.John Kessenich
2019-10-24Update spirv-tools known good.Greg Fischer
2019-06-07Use spvValidatorOptionsSetBeforeHlslLegalization for pre-legalized HLSLJeff Bolz
2019-05-10SPV 1.4: Move to 1.4 validation, removing all 1.4 validation failures.John Kessenich
2019-03-18Avoid running the validator as part of the optimization pass.Panagiotis Christopoulos Charitos
2018-12-16Add passes to legalization to preserve source line info when generated.Greg Fischer
2018-12-10Remove Unix executable permission from text filesRĂ©mi Verschelde
2018-11-26Update known good SPIRV tools and headersAlan Baker
2018-11-08Add DeadBranchElim before MergeReturn in legalization.GregF
2018-10-24Fixup unused parameter warningsDan Sinclair
2018-08-31Update SpvTools.cppDenis Zdorovtsov
2018-08-30SPV: Turn off the default validation done by the SPIRV-Tools optimizer.John Kessenich
2018-08-23SPV: Isolate SPIRV-tools glue to its own file.John Kessenich