Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-29.gitignore ignored new license textJon Leech
2021-06-29Add missing copyright headers.Jon Leech
2019-03-04Add a simple SPIR-V for purposes of smoke testing the C API.Hans-Kristian Arntzen
2018-09-11Add user-specific Visual Studio files to gitignorecrosire
2017-12-05Add some convenience scripts for running tests.Hans-Kristian Arntzen
2017-10-03Add *.bc to .gitignore to ignore Xcode 9 intermediate compiled shader files.Bill Hollings
spirv_msl.hpp use numeric_limits instead of UINT32_MAX.
2016-05-30Add first C++ backend sample.Hans-Kristian Arntzen
2016-05-11Add a CMakeLists.txt file for use by cmake, ctestDavid Neto
This enables out-of-tree builds, and the use of other build tools. This will not overwrite Makefile if you are building in the source tree. To use makefiles generated from CMake, you must build out of the source tree. Usage: If SPIRV-Cross source is in $SPIRV_CROSS_ROOT, then to build with ninja in a different directory: cmake -G Ninja $SPIRV_CROSS_ROOT ninja # Run tests, if enabled ctest Tests will be enabled if you have python3.
2016-04-04Rename project to SPIRV-Cross.Hans-Kristian Arntzen
Rename to coincide with moving the project to KhronosGroup.
2016-03-11Initial commit.Hans-Kristian Arntzen