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 (Expand)Author
2019-06-24MSL: Support custom bindings for argument buffer itself.Hans-Kristian Arntzen
2019-06-21MSL: Add C API for querying automatic resource bindings.Hans-Kristian Arntzen
2019-06-10MSL: Support remapping constexpr samplers by set/binding.Hans-Kristian Arntzen
2019-05-28Support emitting OpLine directive.Hans-Kristian Arntzen
2019-05-27MSL: Implement OpArrayLength.Hans-Kristian Arntzen
2019-05-24Add Git/timestamp --revision support.Hans-Kristian Arntzen
2019-05-18Fix formatting, update C ABI version.2019-05-20Hans-Kristian Arntzen
2019-05-18MSL: Support argument buffers and image swizzling.Hans-Kristian Arntzen
2019-05-14Validate that C ABI in CMakeLists.txt matches code.Hans-Kristian Arntzen
2019-05-13GLSL: Add option to disable buffer blocks regardless of versionLaszlo Agocs
2019-04-23Add texture_buffer_native option to C API.Hans-Kristian Arntzen
2019-04-09Refactor out error handling and containers to new headers.Hans-Kristian Arntzen
2019-04-09Implement edge cases in insert/end and add a simple test case.Hans-Kristian Arntzen
2019-03-29Add an option to override the namespace used for spirv_cross.Hans-Kristian Arntzen
2019-03-27Make build system more modular.Hans-Kristian Arntzen
2019-03-27Add ray-tracing reflection to main.cpp and C API.Hans-Kristian Arntzen
2019-03-19GLSL: Support emitting push constant block as a plain UBO.Hans-Kristian Arntzen
2019-03-15MSL: Implement Metal 2.0 indirect argument buffers.Hans-Kristian Arntzen
2019-03-07Explicitly pass down paths to glslang/spirv-tools.Hans-Kristian Arntzen
2019-03-07Gracefully fall back in test suite if we haven't built deps.Hans-Kristian Arntzen
2019-03-05Add ubsan and msan.Hans-Kristian Arntzen
2019-03-05Add support for sanitizing address and threads.Hans-Kristian Arntzen
2019-03-04Add a simple SPIR-V for purposes of smoke testing the C API.Hans-Kristian Arntzen
2019-03-04Add C sample code to the README.Hans-Kristian Arntzen
2019-03-04Add a C API smoke test.Hans-Kristian Arntzen
2019-03-04Review fixups.Hans-Kristian Arntzen
2019-03-01Add a stable C API for SPIRV-Cross.Hans-Kristian Arntzen
2018-10-27Add Windows support in Travis CI.Hans-Kristian Arntzen
2018-10-19Hoist out parsing module from spirv_cross::Compiler.Hans-Kristian Arntzen
2018-08-04fix typo in CMakeLists.txtJian Yang
2018-06-20Working on reflection outputBrad Davis
2018-04-18Add no-opt to CTest, make test_shaders.py faster when FXC is missing.Hans-Kristian Arntzen
2018-03-02Move `rename_interface_variable` to utilgrovesNL
2017-11-23Hook up --opt tests in Travis.Hans-Kristian Arntzen
2017-09-28Add compile options and compile defines to spirv-cross target.Geoffroy Aubey
2017-05-31Add missing parenthesis from the merge.Joao Paulo Magalhaes
2017-05-31fix core library nameJoao Paulo Magalhaes
2017-05-31Added install targets to cmake. The following tree is produced:Joao Paulo Magalhaes
2017-01-28Add HLSL testing to ctest.Hans-Kristian Arntzen
2017-01-25Add HLSL to cmake fileRobert Konrad
2017-01-24Add basic setup for regression testing Metal output.Hans-Kristian Arntzen
2017-01-12MSVC maintenance.Hans-Kristian Arntzen
2016-12-15Rework after reviewPanagiotis Christopoulos Charitos
2016-12-15Add an option to disable exceptionsPanagiotis Christopoulos Charitos
2016-11-26Use -D__STDC_LIMIT_MACROS.Hans-Kristian Arntzen
2016-11-21Merge pull request #71 from KhronosGroup/cfg-analysisHans-Kristian Arntzen
2016-11-19Fixed python3 detection for spirv-cross-test.Cort
2016-11-17Start adding CFG analysis.Hans-Kristian Arntzen
2016-10-05Split CMake build into separate static libs.Hans-Kristian Arntzen
2016-05-11Drop --vulkan flag to test_shaders.pyHans-Kristian Arntzen