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-05-18Attempt more optimal codegen for OpCompositeInsert.Hans-Kristian Arntzen
2022-05-13Merge pull request #1941 from KhronosGroup/fix-1934Hans-Kristian Arntzen
2022-05-13MSL: Potentially cast loaded Input variables.Hans-Kristian Arntzen
2022-05-13GLSL: Do not analyze precision for Undef variables.Hans-Kristian Arntzen
2022-05-02GLSL: Handle more proper semantics for RelaxedPrecision.Hans-Kristian Arntzen
2022-04-28Handle early reads from loop variables with initializers.Hans-Kristian Arntzen
2022-04-27Merge pull request #1924 from stefalie/masterHans-Kristian Arntzen
2022-04-27MSL: Emit interface block members of array length 1 as arrays instead of scal...Bill Hollings
2022-04-26remove newline at eofStefan Lienhard
2022-04-26add qualifiers to reference reflect json outputStefan Lienhard
2022-04-19Merge pull request #1917 from KhronosGroup/fix-1906Hans-Kristian Arntzen
2022-04-19GLSL: Support GL_EXT_debug_printf.Hans-Kristian Arntzen
2022-04-19MSL: Pass down global RayQuery object to leaf functions.Hans-Kristian Arntzen
2022-03-24MSL: Fix goofy bugs in ray query.Hans-Kristian Arntzen
2022-03-22Merge pull request #1898 from KhronosGroup/pr-1859Hans-Kristian Arntzen
2022-03-22HLSL: Disable FXC testing for rayquery shaders.Hans-Kristian Arntzen
2022-03-22HLSL: Update test from review.Hans-Kristian Arntzen
2022-03-22Merge branch 'ray_query' of https://github.com/k-payl/SPIRV-Cross into pr-1859Hans-Kristian Arntzen
2022-03-22MSL: Handle awkward mix and match of Offset / ArrayStride in constants.Hans-Kristian Arntzen
2022-03-15VK_KHR_ray_query implementationKonstantin Pail
2022-03-10Fixup names of anonymous inner structs.Hans-Kristian Arntzen
2022-03-07MSL: Handle aliased variable names for resources placed in IB struct.Hans-Kristian Arntzen
2022-03-04MSL: Use var name instead of var-type name for flattened interface members.Bill Hollings
2022-03-04MSL: Consider that gl_IsHelperInvocation can be Volatile.Hans-Kristian Arntzen
2022-03-04Add test for SPIR-V 1.6 Volatile HelperInvocation.Hans-Kristian Arntzen
2022-03-04HLSL: Add test for HelperInvocation.Hans-Kristian Arntzen
2022-03-03Add relax_nan_checks options.Hans-Kristian Arntzen
2022-03-03Handle OpTerminateInvocation.Hans-Kristian Arntzen
2022-03-03MSL: Fix var names in test shaders to avoid reserved identifiers.Bill Hollings
2022-03-03MSL: Support input/output blocks containing nested struct arraysBill Hollings
2022-02-28Merge pull request #1873 from KhronosGroup/fix-1861Hans-Kristian Arntzen
2022-02-28HLSL: Do not emit VPOS fixup unless position is active.Hans-Kristian Arntzen
2022-02-28MSL: Refactor and fix use of quadgroup vs simdgroup.Hans-Kristian Arntzen
2022-02-16Merge pull request #1862 from flokart-world/feature/flatten-ubo-for-hlslHans-Kristian Arntzen
2022-02-16HLSL: Make --flatten-ubo work correctlyShintaro Sakahara
2022-02-16GLSL: Ensure correct signed integer type for more texture functions.Hans-Kristian Arntzen
2022-01-18Merge pull request #1852 from KhronosGroup/fix-1850sdk-1.3.204.1sdk-1.3.204.0sdk-1.3.204Hans-Kristian Arntzen
2022-01-18MSL: Rethink how opaque descriptors are passed to leaf functions.Hans-Kristian Arntzen
2022-01-18Test aliased names in declared LUTs.Hans-Kristian Arntzen
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-17Merge pull request #1847 from KhronosGroup/fix-1775Hans-Kristian Arntzen
2022-01-17Rework how loop iteration counts are validated.Hans-Kristian Arntzen
2022-01-17Do not forward expressions which carry a huge amount of dependencies.Hans-Kristian Arntzen
2022-01-14Update references for GL_EXT_texture_buffer.Hans-Kristian Arntzen
2022-01-06Merge pull request #1839 from KhronosGroup/spv1.6Hans-Kristian Arntzen
2022-01-06Add sanity test for SPIR-V 1.6 modules.Hans-Kristian Arntzen
2022-01-06Add support for LocalSizeId.Hans-Kristian Arntzen
2022-01-05Roll dependencies.Hans-Kristian Arntzen