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
2022-01-18Handle aliased names in spec constants.Hans-Kristian Arntzen
2022-01-17MSL: Handle constant construct of block-like array types.Hans-Kristian Arntzen
2022-01-17MSL: Handle signed atomic min/max.Hans-Kristian Arntzen
2022-01-17Rework how loop iteration counts are validated.Hans-Kristian Arntzen
2022-01-05Merge pull request #1834 from chirsz-ever/chirsz/fix-msl-copy-arrayHans-Kristian Arntzen
2022-01-05MSL: Move float2->3 TessCoord fixup to a better location.Hans-Kristian Arntzen
2022-01-05MSL: Allow copy array from UniformConstant storagechirsz-ever
2021-12-20Fix gl_TessCoord arguments presence. Update reference shaders.Nikita Fediuchin
2021-12-17Fix incorrect MSL gl_TessCoord variable typeNikita Fediuchin
2021-11-26MSL: Add 64 bit switch supportSebastián Aedo
2021-11-12MSL: Don't output depth and stencil values with explicit early fragment tests.Bill Hollings
2021-11-08Separate (partially) the tracking of depth images from depth compare ops.Bill Hollings
2021-11-07Merge pull request #1804 from KhronosGroup/fix-1759Hans-Kristian Arntzen
2021-11-07MSL: Handle non-thread storage class in Modf/Frexp pointer versions.Hans-Kristian Arntzen
2021-11-07Merge pull request #1805 from KhronosGroup/fix-1776Hans-Kristian Arntzen
2021-11-07Handle Modf/Frexp in more cases.Hans-Kristian Arntzen
2021-11-03MSL: Correctly emit user(clip/cullN) for clip/cull builtins in tess output st...Bill Hollings
2021-10-29MSL: Remove over-zealous check for struct packing compatibility.Bill Hollings
2021-10-28MSL: Fix type redirection when struct members are reordered to align with off...Bill Hollings
2021-10-25MSL: Workaround compiler crashes when using threadgroup bool.Hans-Kristian Arntzen
2021-10-22Merge pull request #1783 from billhollings/more-unpacked-vectorsHans-Kristian Arntzen
2021-10-21MSL: Support more usecases for unpacked vectors.Bill Hollings
2021-10-21MSL: Never used templated array for RayQuery objects.Hans-Kristian Arntzen
2021-10-21MSL: Remove some redundant breaks.Hans-Kristian Arntzen
2021-10-21MSL: Fix some trivial bugs not caught by CI when adding ray query.Hans-Kristian Arntzen
2021-10-21Fix unsupported exceptions for ConvertUToAccelerationStructure & BindingTable...丛越
2021-10-21Fix all requested changes, test_shaders.py supports compiling MSL 2.4 shaders...丛越
2021-10-19Support Metal 2.4 Intersection Query, Implement GL_EXT_ray_query.丛越
2021-09-30Merge pull request #1752 from billhollings/function-constants-opquantizeHans-Kristian Arntzen
2021-09-30Merge pull request #1745 from billhollings/location-component-vecsizeHans-Kristian Arntzen
2021-09-29MSL: Support synthetic functions in function constants.Bill Hollings
2021-09-25MSL: Use vec<T, n> in template SpvHalfTypeSelector for function spvQuantizeTo...Bill Hollings
2021-09-24MSL: Consolidate spvQuantizeToF16() functions into a single template function.Bill Hollings
2021-09-24MSL: Honor infinities in OpQuantizeToF16 when compiling using fast-math.Bill Hollings
2021-09-23MSL: Honor DecorationNoContraction when compiling using fast-math.Bill Hollings
2021-09-23MSL: Track location component to match vecsize between shader stages.Bill Hollings
2021-09-23Merge pull request #1744 from billhollings/location-attribute-fixHans-Kristian Arntzen
2021-09-23MSL: Selectively enable fast-math in MSL code to match Vulkan CTS results.Bill Hollings
2021-09-19MSL: Fix location and component variable matching between shader stages.Bill Hollings
2021-09-14MSL: Add explanatory comment requested in PR review.Bill Hollings
2021-09-12MSL: Return fragment function value even when last SPIR-V Op is discard (OpKi...Bill Hollings
2021-09-04Add support for additional ops in OpSpecConstantOp.Bill Hollings
2021-08-23MSL: Consider that function/private variables can be block-like.Hans-Kristian Arntzen
2021-08-23Merge pull request #1725 from billhollings/fix-duplicate-glpositionHans-Kristian Arntzen
2021-08-23Merge pull request #1722 from billhollings/row-maj-mtx-store-from-constHans-Kristian Arntzen
2021-08-16MSL: Fix duplicate gl_Position outputs when gl_Position defined but unused.Bill Hollings
2021-08-12MSL: Fix casting in constant expressions with different sizes.Bill Hollings
2021-08-12MSL: Support row-major transpose when storing matrix from constant RHS matrix.Bill Hollings
2021-07-21MSL: Simplify spvSubgroupBallot().Chip Davis
2021-07-15MSL: Remove redundant path for SampleMask.Hans-Kristian Arntzen