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-11-05Switch SPIRV-Tools to use spirv.hpp11 internally (#4981)alan-baker
2022-10-27Revert "test" (#4974)Nathan Gauër
2022-10-26testNathan Gauër
2022-09-02Support building on OpenBSD (#4912)Brad Smith
2022-09-02build: cmake: Add support for GNU/Hurd (#4895)Samuel Thibault
2022-01-11Disable a codepage warning on non-English OS (#4668)Minmin Gong
2021-10-29Make cxx exceptions controllable (#4591)timlyeee
2021-09-03Adjust build for fuzzer targets to support OSS-Fuzz (#4498)Alastair Donaldson
2021-08-30Only add `-DSPIRV_CHECK_CONTEXT` for Debug builds (#4496)Lei Zhang
2021-08-05Add CMake rules for libFuzzer targets (#4445)Alastair Donaldson
2021-07-16CMake: add ENABLE_RTTI option (#4382)Chia-I Wu
2021-06-29Enabled tvOS platform (#4329)Assiduous
2020-10-29CMake: Add SPIRV_TOOLS_BUILD_STATIC flag (#3910)Ben Clayton
2020-09-09Improve spirv-fuzz CMake code (#3781)Paul Thomson
2020-05-19allow cross compiling for Windows Store, UWP, etc. (#3330)Vladimir Davidovich
2020-04-09Fix pch macro to ignore clang-cl (#3283)Malacath-92
2020-02-20Fix static libraries linking order (#3189)Danilo Spinella
2019-11-27build: cmake: Add support for Fuchsia. (#3062)David Turner
2019-11-22Respect CMAKE_INSTALL_LIBDIR in installed CMake files (#3054)Matt Turner
2019-11-19Convert stderr and stdout in status to strings on assignment (#3049)Ryan Harrison
2019-11-01Add iOS as a supported platform (#3001)Steven Perron
2019-10-17Improved CMake install step. (#2963)Aaron Barany
2019-10-09CMake: Add support for building with emscripten (#2948)Corentin Wallez
2019-08-07Add -fextra-semi to Clang builds (#2787)Ryan Harrison
2019-05-24Remove MarkV and Stats code. (#2576)dan sinclair
2019-04-12SPIRV-Tools requires python3 (#2510)David Neto
2019-04-11Add -fsantize to link flags. (#2506)Steven Perron
2019-03-06Fix python scripts to work with python3 (#2426)Steven Perron
2019-02-22Non memory object as parameters. (#2415)Steven Perron
2018-11-23Add cmake option to turn off SPIRV_TIMER_ENABLED (#2103)Baldur Karlsson
2018-11-08Add base and core bindless validation instrumentation classes (#2014)greg-lunarg
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-10-19Increase the template nesting depth for clang. (#1995)Steven Perron
2018-10-04Make EFFCEE required (#1943)Steven Perron
2018-09-27Set the C++ version to C++11 (#1933)alan-baker
2018-08-17Add testing framework for tools.Diego Novillo
2018-08-07When clang is used as a MSVC frontend (clang-cl.exe) it does not behave exact...shartte
2018-08-03Cleanup includes. (#1795)dan sinclair
2018-08-03Fixup Wno-self-assign warning (#1796)dan sinclair
2018-07-19Don't check exports on DarwinDavid Neto
2018-07-11Move validation files to val/ directory (#1692)dan sinclair
2018-07-04Let symbol export tests respect SPIRV_SKIP_TESTSLei Zhang
2018-06-28check_symbol_exports on Python3, MacGreg Roth
2018-06-21Setup gclient and presubmit file.dan sinclair
2018-03-21Add --time-report to spirv-optJaebaek Seo
2018-02-15Invoke cmake via CMAKE_COMMAND variableDavid Neto
2018-02-09Do not hardcode libdir and includedir in pkg config filesJózef Kucia
2018-02-07Build SPIRV-Tools as shared libraryJózef Kucia
2018-01-12Adding ostream operators for IR structuresAlan Baker