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-09-21MSL: Add more keywords to reserved set.fix-2009Hans-Kristian Arntzen
2022-09-21MSL: Report unsupported 64-bit atomics.Hans-Kristian Arntzen
2022-09-21Merge pull request #2024 from KhronosGroup/msl-descriptor-aliasingHans-Kristian Arntzen
2022-09-21MSL: Do not attempt to alias push constants.Hans-Kristian Arntzen
2022-09-20Merge pull request #2023 from KhronosGroup/msl-descriptor-aliasingHans-Kristian Arntzen
2022-09-20MSL: Handle descriptor aliasing of raw buffer descriptors.Hans-Kristian Arntzen
2022-09-19Merge pull request #2021 from siegelaaron94/opengles_texture1d_textureSizeHans-Kristian Arntzen
2022-09-15GLSL: Account for ES sampler1D to sampler2D promotion in textureSize.Aaron Siegel
2022-09-15Merge pull request #2018 from atyuwen/masterHans-Kristian Arntzen
2022-09-15Merge pull request #2019 from billhollings/msl-OpPtrEqual-OpPtrNotEqual-OppPt...Hans-Kristian Arntzen
2022-09-14MSL: Support OpPtrEqual, OpPtrNotEqual, and OpPtrDiff.Bill Hollings
2022-09-13MSL: only fix up gl_FragCoord if really necessary.Yuwen Wu
2022-09-12Merge pull request #2017 from KhronosGroup/roll-depsHans-Kristian Arntzen
2022-09-12Update mesh/task test references.Hans-Kristian Arntzen
2022-09-12Update glslang/spirv-tools.Hans-Kristian Arntzen
2022-09-12Merge pull request #2015 from FrankXie05/vcpkg-instructionsHans-Kristian Arntzen
2022-09-12Merge pull request #2014 from cdavis5e/msl-shader-output-fixupHans-Kristian Arntzen
2022-09-10MSL: Add a mechanism to fix up shader outputs.Chip Davis
2022-09-08Add vcpkg installation instructionsFrankXie
2022-09-05Merge pull request #2012 from KhronosGroup/mesh-shadersHans-Kristian Arntzen
2022-09-05GLSL: Implement task shaders.Hans-Kristian Arntzen
2022-09-05GLSL: Implement GL_EXT_mesh_shader.Hans-Kristian Arntzen
2022-09-05Update glslang reference.Hans-Kristian Arntzen
2022-09-02Update SPIR-V headers.Hans-Kristian Arntzen
2022-09-02Merge pull request #2011 from KhronosGroup/roll-depsHans-Kristian Arntzen
2022-09-02Update dependencies.Hans-Kristian Arntzen
2022-08-24Merge pull request #2005 from atyuwen/masterHans-Kristian Arntzen
2022-08-24GLSL: added an option to disable row-major-load workaround.Yuwen Wu
2022-08-24Skip remapped vars in 'fixup_reserved_names'Yuwen Wu
2022-08-23GLSL: disable row major load around on GLES.Yuwen Wu
2022-08-18Don't rename remapped variables like 'gl_LastFragDepthARM'Yuwen Wu
2022-08-09Merge pull request #1996 from KhronosGroup/fix-1993sdk-1.3.224.1sdk-1.3.224.0sdk-1.3.224Hans-Kristian Arntzen
2022-08-09MSL: Fix various bugs with Ptr/U bitcasts.Hans-Kristian Arntzen
2022-08-09Merge pull request #1995 from KhronosGroup/fix-1992Hans-Kristian Arntzen
2022-08-09Do not optimize OpCompositeInsert for hoisted temporaries.Hans-Kristian Arntzen
2022-08-09Fix minor style nit from review.Hans-Kristian Arntzen
2022-08-09Merge branch 'master' of https://github.com/gpx1000/SPIRV-CrossHans-Kristian Arntzen
2022-08-08Merged in cts-shared-composite-variables (pull request #1)Chip Davis
2022-08-08MSL: Use a wrapper type for matrices in workgroup storage.Chip Davis
2022-08-05MSL: Also replace `bool` with `short` in structures.Chip Davis
2022-07-22Merge pull request #1986 from KhronosGroup/fix-1975Hans-Kristian Arntzen
2022-07-22Handle multiple breaks out of switches.Hans-Kristian Arntzen
2022-07-22Merge pull request #1985 from KhronosGroup/fix-1973Hans-Kristian Arntzen
2022-07-22Merge pull request #1984 from KhronosGroup/fix-1972Hans-Kristian Arntzen
2022-07-22Merge pull request #1982 from RandomShaper/hlsl_subgroup_scanHans-Kristian Arntzen
2022-07-22Handle collapsed loops similar to collapsed selections.Hans-Kristian Arntzen
2022-07-22Avoid detection of false loop variables.Hans-Kristian Arntzen
2022-07-22Merge pull request #1983 from KhronosGroup/fix-1979Hans-Kristian Arntzen
2022-07-22HLSL: Implement GroupOperation(Inclusive/Exclusive)Scan.Pedro J. Estébanez
2022-07-22HLSL: Add option to emit entry point name 1:1 instead of main().Hans-Kristian Arntzen