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
2021-06-29Finish adding SPDX tags and setup a reuse checked in Github Actions CIJon Leech
2021-06-28HLSL: Rewrite how block IO is emitted.Hans-Kristian Arntzen
2021-06-28Handle SPIR-V 1.4 selection constructs.Hans-Kristian Arntzen
2021-01-14meta: Update copyright headers to 2021.Hans-Kristian Arntzen
2021-01-04Handle output IO block initializers more robustly.Hans-Kristian Arntzen
2020-12-01Add MIT dual license for the SPIRV-Cross API.Hans-Kristian Arntzen
2020-11-03HLSL: Add option to flatten matrix vertex input semantics.Hans-Kristian Arntzen
2020-07-27Adding BuiltInSampleMask in HLSLTomek Ponitka
2020-07-01Run format_all.sh.Hans-Kristian Arntzen
2020-06-08Merge pull request #1385 from KhronosGroup/fix-1237Hans-Kristian Arntzen
2020-06-04GLSL: Implement sparse feedback.Hans-Kristian Arntzen
2020-06-04HLSL: Add native support for 16-bit types.Hans-Kristian Arntzen
2020-05-28Prefer set/binding APIBryan Bernhart
2020-05-27HLSL: Add option to treat certain SSBO bindings as UAV, even with readonly.Bryan Bernhart
2020-05-19HLSL: Implement image queries for UAV images.Hans-Kristian Arntzen
2020-04-22GLSL: Support f16x2 <-> f32 bitcast.Hans-Kristian Arntzen
2020-04-21GLSL/HLSL: Support packUint2x32 and unpackUint2x32Asuka
2020-04-03HLSL: Add support for treating NonWritable UAV texture as SRV instead.Hans-Kristian Arntzen
2020-03-04HLSL: Add option to always treat SSBO as UAV, even with readonly.Hans-Kristian Arntzen
2020-02-08HLSL: Declare undef variables as static.Hans-Kristian Arntzen
2020-01-16Update license headers to 2020.2020-01-16Hans-Kristian Arntzen
2020-01-09HLSL: Add a resource remapping API similar to MSL.Hans-Kristian Arntzen
2020-01-08Run format_all.sh.Hans-Kristian Arntzen
2020-01-08HLSL: Implement stores for complex composites in ByteAddressBuffers.Hans-Kristian Arntzen
2020-01-08HLSL: Support loading complex composites from ByteAddressBuffer.Hans-Kristian Arntzen
2019-11-11HLSL: Add support to remove register() bindings.Hans-Kristian Arntzen
2019-09-06Refactor into stronger types in public API.Hans-Kristian Arntzen
2019-09-02MSL: Add support for sampler Y'CbCr conversion.Chip Davis
2019-07-17Test glsl.std450 more exhaustively.Hans-Kristian Arntzen
2019-07-03MSL/HLSL: Support scalar reflect and refract.Hans-Kristian Arntzen
2019-05-13HLSL/MSL: Deal correctly with nonuniformEXT qualifier.Hans-Kristian Arntzen
2019-04-12Merge pull request #945 from ashleyharris-maptek-com-au/fixHlslAttributeLeakHans-Kristian Arntzen
2019-04-12Don't apply vertex attribute remapping other non-vertex or non-input interfac...Ashley Harris
2019-04-09Do not use SmallVector as input type in public interfaces.Hans-Kristian Arntzen
2019-04-09Reduce pressure on global allocation.Hans-Kristian Arntzen
2019-03-29Add an option to override the namespace used for spirv_cross.Hans-Kristian Arntzen
2019-03-01Add a stable C API for SPIRV-Cross.Hans-Kristian Arntzen
2019-01-28HLSL/MSL: Fix texture projection with Dref.Hans-Kristian Arntzen
2019-01-11Merge pull request #816 from KhronosGroup/fix-794Hans-Kristian Arntzen
2019-01-11HLSL: Support BaseVertex/BaseInstance offsets.Hans-Kristian Arntzen
2019-01-10Rewrite how IDs are iterated over.Hans-Kristian Arntzen
2019-01-04Nonfunctional: Update copyright headers for 2019.Hans-Kristian Arntzen
2018-10-19Hoist out parsing module from spirv_cross::Compiler.Hans-Kristian Arntzen
2018-07-04Support OpTypeImage with depth == 2 (unknown) properly.Hans-Kristian Arntzen
2018-06-25Support branch/loop hints in HLSL.Hans-Kristian Arntzen
2018-05-07Don't limit GLSL identifiers with HLSL keywords.Pascal Muetschard
2018-04-11Partially implement subgroup ops for HLSL SM 6.0.Hans-Kristian Arntzen
2018-04-04Run format_all.sh.Hans-Kristian Arntzen
2018-03-12Rewrite everything to use Bitset rather than uint64_t.Hans-Kristian Arntzen
2018-03-09Deprecate set_options()/get_options() interface, replace it.Hans-Kristian Arntzen