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
path: root/utils
AgeCommit message (Expand)Author
2019-10-29utils/vscode: Change assembly file ext to .spvasm (#2995)Ben Clayton
2019-10-28utils: Add a vscode extension for SPIR-V disassembly files (#2987)Ben Clayton
2019-10-19Ensure timestamp does not vary with timezone. (#2982)Chris Lamb
2019-09-17Adding valilidation checks for OpEntryPoint duplicate names and execution mod...Raun Krisch
2019-09-13SPIRV-Tools support for SPIR-V 1.5 (#2865)alan-baker
2019-07-24Remove unneeded future imports (#2739)Ryan Harrison
2019-06-20Add infrastructure for maintaining and using DEPS (#2684)Ryan Harrison
2019-05-27Add library for spirv-fuzz (#2618)Alastair Donaldson
2019-05-24Enable the base branch to be overridden in the code format check script (#2607)Kévin Petit
2019-05-10Use last version (#2578)alan-baker
2019-05-07Fix use of 'is' operator for comparison (#2547)Raul Tambre
2019-05-07Support SPIR-V 1.4 (#2550)David Neto
2018-12-29Update copyright checker for 2019 (#2256)David Neto
2018-08-03Script to fixup fuzzer results (#1792)dan sinclair
2018-07-07Change libspirv to spvtools namespace (#1678)dan sinclair
2018-06-28check_symbol_exports on Python3, MacGreg Roth
2018-04-06More automatic extension supportDavid Neto
2018-04-03Add SPV_NV_shader_subgroup_partitioned to EXTENSIONS_FROM_SPIRV_REGISTRYJeff Bolz
2018-03-29Use standard SPIR-V version scheme for version requirementLei Zhang
2018-03-17Migrate to use unified grammar tablesLei Zhang
2018-03-08Add missing SPV extension stringsRex Xu
2018-03-05Support SPV_GOOGLE_decorate_string and SPV_GOOGLE_hlsl_functionality1David Neto
2018-02-15Avoid using static unordered_map (#1304)Lei Zhang
2018-02-10Fix generation of Vim syntax fileDavid Neto
2018-01-25Initial implementation of if conversionAlan Baker
2018-01-12Adding ostream operators for IR structuresAlan Baker
2018-01-05Ignore clang-format-diff.py from copyrights checkPierre Moreau
2017-12-29utils/generate_grammar_tables.py: use spaces for indentationLeo Izen
2017-12-22Add asm, dis support for DebugInfo extended instruction setDavid Neto
2017-12-05Travis CI: add clang-format checkLei Zhang
2017-11-24Test for pollution of the global namespaceDavid Neto
2017-10-31Fix copyright check when the build directory is in the source directory.Steven Perron
2017-10-29Use std::lower_bound for opcode lookupJesus Carabano
2017-10-25Turn all function static non-POD variables into global POD variablesLei Zhang
2017-10-07Implement Linker (module combiner)Pierre Moreau
2017-09-26Avoid using global static variablesLei Zhang
2017-09-14Recognize SPV_AMD_shader_fragment_maskDavid Neto
2017-09-02Make enums for all currently published extensionsDavid Neto
2017-06-21Add support for SPV AMD extensionsRex Xu
2017-05-25Added extension SPV_VALIDATOR_ignore_type_decl_uniqueAndrey Tuganov
2017-04-07Support SPV_KHR_storage_buffer_storage_classDavid Neto
2017-03-23Support SPV_AMD_gcn_shaderDavid Neto
2017-03-20Do nothing if trying to make the current dirDavid Neto
2017-03-16Autogenererating enum-string mappings from grammarAndrey Tuganov
2017-03-09Fix extension grammar parsingAndrey Tuganov
2017-01-17Say why we allow override of build timestampDavid Neto
2017-01-17make build reproducibleBernhard M. Wiedemann
2017-01-17Adding decoration class and tests.Ehsan Nasiri
2017-01-06Allow trailing whitespace on version lines in CHANGESDavid Neto
2016-12-21Support building under CYGWINDavid Neto