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
2020-05-19HLSL: Implement image queries for UAV images.Hans-Kristian Arntzen
2020-04-27Implement OpAtomicLoad/OpAtomicStore.Hans-Kristian Arntzen
2020-04-22GLSL: Support f16x2 <-> f32 bitcast.Hans-Kristian Arntzen
2020-04-21Be a bit more careful what nonuniform state is propagated.Hans-Kristian Arntzen
2020-04-21HLSL: Add parens in unpackUint2x32 for clarity.Hans-Kristian Arntzen
2020-04-21HLSL: Only allow 64-bit integers in SM 6.0.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-26Add support for forcefully zero-initialized variables.Hans-Kristian Arntzen
2020-03-19GLSL: Implement GL_EXT_shader_framebuffer_fetch.Hans-Kristian Arntzen
2020-03-19GLSL/HLSL: Fix nonuniform qualifier for SSBO atomics.Hans-Kristian Arntzen
2020-03-19GLSL/HLSL: Implement nonuniform qualifier for image atomics.Hans-Kristian Arntzen
2020-03-05HLSL: Do not emit globallycoherent for SRV ByteAddressBuffer.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-16Deal with illegal names in types as well.Hans-Kristian Arntzen
2020-01-09Merge pull request #1257 from KhronosGroup/fix-1236Hans-Kristian Arntzen
2020-01-09HLSL: Add a resource remapping API similar to MSL.Hans-Kristian Arntzen
2020-01-09HLSL: Deal with casting for WaveActiveMin/Max.Hans-Kristian Arntzen
2020-01-08Run format_all.sh.Hans-Kristian Arntzen
2020-01-08HLSL: Fix bug when reading and writing structs from SSBO.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-11-06HLSL: Report more explicitly which member failed validation.Hans-Kristian Arntzen
2019-11-06HLSL: Report which cbuffer failed validation.Hans-Kristian Arntzen
2019-10-24MSL: Minor cleanups for texture atomic emulation.Hans-Kristian Arntzen
2019-10-14HLSL: Fix unrolled S/G LE/LT/GE/GT opcodes.Hans-Kristian Arntzen
2019-10-14HLSL: Partially implement Unordered compare.Hans-Kristian Arntzen
2019-09-06Refactor into stronger types in public API.Hans-Kristian Arntzen
2019-09-04Deal with complex interlock cases in GLSL.Hans-Kristian Arntzen
2019-09-02Support the SPV_EXT_fragment_shader_interlock extension.Chip Davis
2019-09-02MSL: Add support for sampler Y'CbCr conversion.Chip Davis
2019-08-26Deal correctly with sign on bitfield operations.Hans-Kristian Arntzen
2019-07-24HLSL query lod cleanups.Hans-Kristian Arntzen
2019-07-23Simplify row-major matrix/vector multiplies.Hans-Kristian Arntzen
2019-07-19Start considering how to emit physical type ID.Hans-Kristian Arntzen
2019-07-19MSL: Begin rewrite of buffer packing logic.Hans-Kristian Arntzen
2019-07-17Support the SPV_EXT_demote_to_helper_invocation extension.Chip Davis
2019-07-17Test glsl.std450 more exhaustively.Hans-Kristian Arntzen
2019-07-12Deal correctly with return sign of bitscan operations.Hans-Kristian Arntzen
2019-07-11MSL: Use the select() function for OpSelect.Chip Davis
2019-07-08Propagate NonUniformEXT to dependent expressions.Hans-Kristian Arntzen
2019-07-03Don't use scalar dot().Hans-Kristian Arntzen
2019-07-03MSL/HLSL: Support scalar reflect and refract.Hans-Kristian Arntzen
2019-07-01MSL/HLSL: Support OpOuterProduct.Hans-Kristian Arntzen
2019-06-28Deal with scalar input values for distance/length/normalize.Hans-Kristian Arntzen
2019-06-27HLSL: Does not support case-fallthrough.Hans-Kristian Arntzen
2019-06-19MSL: Support MinLod operand.Hans-Kristian Arntzen