1. 542db37 Merge pull request #2563 from n-dub/main by Hans-Kristian Arntzen · 2 days ago main
  2. fbf8b29 Merge pull request #2561 from KhronosGroup/fix-2560 by Hans-Kristian Arntzen · 2 days ago
  3. eae74bb test: Drop the weird Z:/ hacks for metal compiler on wine. by Hans-Kristian Arntzen · 2 days ago
  4. 438517b test: Ignore metal 4.0 shaders in CI for now. by Hans-Kristian Arntzen · 2 days ago
  5. 9ba5776 HLSL: Fix preserving of globallycoherent structured buffers. by Nikita Dubovikov · 5 days ago
  6. 0212c1b MSL: Support image cube atomics on MSL 4.0+. by Hans-Kristian Arntzen · 3 weeks ago
  7. 9770957 Merge pull request #2559 from squidbus/fma by Hans-Kristian Arntzen · 3 weeks ago
  8. 186a5f5 MSL: Support OpFmaKHR by squidbus · 3 weeks ago
  9. 5e665b1 Roll dependencies by squidbus · 3 weeks ago
  10. 5b82b65 Merge pull request #2555 from KhronosGroup/fix-2552 by Hans-Kristian Arntzen · 4 weeks ago
  11. 3322fa7 MSL: Narrow down which analysis passes need deep ID mapping. by Hans-Kristian Arntzen · 4 weeks ago
  12. 86b783a MSL: Rethink "const device" handling. by Hans-Kristian Arntzen · 4 weeks ago
  13. 21b3650 HLSL: Fix broken coordinates for CalculateLOD. (#2554) by Hans-Kristian Arntzen · 4 weeks ago
  14. a0444bf Remove `[[maybe_unused]]` (requires C++17) (#2549) by Sergey Kosarevsky · 4 weeks ago
  15. 5b86abb Merge pull request #2551 from squidbus/mesh-per-vert by Hans-Kristian Arntzen · 4 weeks ago
  16. ad9b4ad Merge pull request #2550 from squidbus/fix-pointsizedefault-tess by Hans-Kristian Arntzen · 4 weeks ago
  17. 992f2f1 HLSL: Fix broken coordinates for CalculateLOD. by Hans-Kristian Arntzen · 4 weeks ago
  18. 63c879e MSL: Fix writing default gl_PointSize in tessellation shaders. by squidbus · 4 weeks ago
  19. 8c52fea MSL: Fix mesh shader with no vertex outputs. by squidbus · 4 weeks ago
  20. 7affe74 MSL: Throw on attempting to alias unrolled discrete descriptors. by Hans-Kristian Arntzen · 7 weeks ago vulkan-sdk-1.4.328 vulkan-sdk-1.4.328.0 vulkan-sdk-1.4.328.1
  21. 29f9df5 Merge pull request #2548 from KhronosGroup/fix-2542 by Hans-Kristian Arntzen · 7 weeks ago
  22. 896fc88 MSL: Rethink how discrete variable count descriptor arrays are emitted. by Hans-Kristian Arntzen · 7 weeks ago
  23. b0fe8e8 Merge pull request #2546 from KhronosGroup/fix-2539 by Hans-Kristian Arntzen · 7 weeks ago
  24. d245df3 MSL: Ensure dynamic buffer offsets get a unique name. by Hans-Kristian Arntzen · 7 weeks ago
  25. acf8c8f MSL: Get rid of obsolete buffer_aliases_argument vector. by Hans-Kristian Arntzen · 7 weeks ago
  26. 9868edc Merge pull request #2547 from KhronosGroup/fix-2523 by Hans-Kristian Arntzen · 7 weeks ago
  27. 085818f Add ability to override namespace of included spir-v header. by Hans-Kristian Arntzen · 7 weeks ago
  28. 4331fac Merge pull request #2545 from KhronosGroup/fix-2538 by Hans-Kristian Arntzen · 7 weeks ago
  29. 599d35f MSL: Deal with 64-bit subgroup shuffles. by Hans-Kristian Arntzen · 7 weeks ago
  30. ac61f0a MSL: Add some extra reserved function names. by Hans-Kristian Arntzen · 7 weeks ago
  31. 615699c GLSL: Implement extended subgroup types. by Hans-Kristian Arntzen · 7 weeks ago
  32. b26ac3f Merge pull request #2543 from krovee/main by Hans-Kristian Arntzen · 9 weeks ago
  33. 60c4ec0 Apply suggestions from code review by Hans-Kristian Arntzen · 9 weeks ago
  34. cad2fca Merge pull request #1 from krovee/fix/configurable-ns-spirv_hlsl-cpp by krovee · 9 weeks ago
  35. 93f4a53 Fix use of default spirv_cross to SPIRV_CROSS_NAMESPACE in spirv_hlsl.cpp by krovee · 9 weeks ago
  36. 0724442 Merge pull request #2541 from KhronosGroup/fix-2537 by Hans-Kristian Arntzen · 2 months ago
  37. c12d336 MSL: Don't emit const device for readonly SSBO. by Hans-Kristian Arntzen · 2 months ago
  38. 23474eb Merge pull request #2540 from KhronosGroup/fix-2527 by Hans-Kristian Arntzen · 2 months ago
  39. a2e24af MSL: Fix array copy to array inside stage IO Blocks. by Hans-Kristian Arntzen · 2 months ago
  40. 6585e11 MSL: Add missing reference output for pr 2536. by Hans-Kristian Arntzen · 2 months ago
  41. 9ef5f50 Merge pull request #2536 from strandborg/metal-bool-spec-constants by Hans-Kristian Arntzen · 2 months ago
  42. 7a261b4 Fix validity of new test shader. by Hans-Kristian Arntzen · 2 months ago
  43. a127a0f MSL: Fix boolean spec const as_type<> invalid output by Mikko Strandborg · 3 months ago
  44. 0a88b2d Merge pull request #2535 from KhronosGroup/fix-2525 by Hans-Kristian Arntzen · 3 months ago
  45. 1c7a558 Merge pull request #2533 from DiligentGraphics/diligent-sdk-1.4.321 by Hans-Kristian Arntzen · 3 months ago
  46. abee6bf MSL: Attempt to deal with float controls and trancendentals. by Hans-Kristian Arntzen · 3 months ago
  47. 4eb2bb3 Reroute any NoContraction queries through float controls. by Hans-Kristian Arntzen · 3 months ago
  48. ec60694 Expand type_is_floating_point to new coopmat types. by Hans-Kristian Arntzen · 3 months ago
  49. f2a2b1b Add helper to query effective float_controls2 per-op. by Hans-Kristian Arntzen · 3 months ago
  50. c5f8ea1 Add source language to parsed IR source data by assiduous · 3 months ago
  51. 2ea5d37 Merge pull request #2532 from KhronosGroup/fix-2530 by Hans-Kristian Arntzen · 3 months ago
  52. 28c68ff MSL: Fix crash when using force-native-arrays in some cases. by Hans-Kristian Arntzen · 3 months ago
  53. 7789fe4 Merge pull request #2528 from theHamsta/coopvec-accesschains by Hans-Kristian Arntzen · 3 months ago
  54. 4b7bcb7 Merge pull request #2531 from KhronosGroup/cfg-traversal-stack-flatten by Hans-Kristian Arntzen · 3 months ago
  55. bbc8868 Rewrite CFG traversal algorithm to not be recursive. by Hans-Kristian Arntzen · 3 months ago
  56. 6458ad0 Deal with pathological recursion scenarios. by Hans-Kristian Arntzen · 3 months ago
  57. 7ff43ba Be more memory efficient when moving expression invalidations around. by Hans-Kristian Arntzen · 3 months ago
  58. 2afea95 glsl: support OpAccessChain on OpTypeCooperativeVectorNV by Stephan Seitz · 3 months ago
  59. 7fde353 Merge pull request #2526 from KhronosGroup/fix-2525 by Hans-Kristian Arntzen · 3 months ago
  60. 6ad3ece MSL: Don't use fast::normalize for half at all. by Hans-Kristian Arntzen · 3 months ago
  61. c996540 Merge pull request #2522 from KhronosGroup/fix-2516 by Hans-Kristian Arntzen · 3 months ago
  62. df3b1cb Merge pull request #2521 from KhronosGroup/fix-2515 by Hans-Kristian Arntzen · 3 months ago
  63. 0238ebf Merge pull request #2520 from KhronosGroup/fix-2513 by Hans-Kristian Arntzen · 3 months ago
  64. 6034fa7 README: Add a note clarifying which kinds of GLSL can be cross compiled. by Hans-Kristian Arntzen · 3 months ago
  65. 6d5e12d MSL: Fix edge case where a reference is taken of packed vector element. by Hans-Kristian Arntzen · 3 months ago
  66. 533bb76 MSL: Always emit gl_Layer for multiview. by Hans-Kristian Arntzen · 3 months ago
  67. 073a60d Merge pull request #2519 from KhronosGroup/fix-2511 by Hans-Kristian Arntzen · 3 months ago
  68. 5e2a851 MSL: Deal with spec constant arrays which depend on composite extract. by Hans-Kristian Arntzen · 3 months ago
  69. f02c55d Propagate spec constant use through composites. by Hans-Kristian Arntzen · 3 months ago
  70. c678f94 Merge pull request #2518 from KhronosGroup/fix-2507 by Hans-Kristian Arntzen · 3 months ago
  71. a92254a Merge pull request #2517 from KhronosGroup/fix-2506 by Hans-Kristian Arntzen · 3 months ago
  72. b9c63db MSL: Fix issues with fp16 trancendentals. by Hans-Kristian Arntzen · 3 months ago
  73. 8c018ed Implement line directive from ShaderDebugInfo.100. by Hans-Kristian Arntzen · 3 months ago
  74. 256192e Merge pull request #2499 from Saancreed/glsl-nv-cluster-acceleration-structure by Hans-Kristian Arntzen · 3 months ago
  75. 8245791 Merge pull request #2512 from KhronosGroup/pr-2489 by Hans-Kristian Arntzen · 3 months ago
  76. c7e6a01 GLSL: Use the matrix layout names for coopvec. by Hans-Kristian Arntzen · 3 months ago
  77. 1c86e5e Set parent type for coopvec. by Hans-Kristian Arntzen · 3 months ago
  78. 421220a Refactor all extended type info into union. by Hans-Kristian Arntzen · 3 months ago
  79. b7f4539 Cleanups for review. by Hans-Kristian Arntzen · 3 months ago
  80. 11584d5 glsl: implement `SPV_NV_cooperative_vector` by Stephan Seitz · 3 months ago
  81. 5b46644 Merge pull request #2505 from mxpv/reflect by Hans-Kristian Arntzen · 4 months ago
  82. 7fbfe4f Reflect workgroup_size for mesh/task shaders by Maksym Pavlenko · 4 months ago
  83. 9301aaa Add mesh shading execution models to reflection by Maksym Pavlenko · 4 months ago
  84. efee021 GLSL: Add partial support for NV_cluster_acceleration_structure. by Krzysztof Bogacki · 4 months ago
  85. d8e3e2b Merge pull request #2497 from hybelius/GL_ARM_tensors by Hans-Kristian Arntzen · 4 months ago vulkan-sdk-1.4.321 vulkan-sdk-1.4.321.0
  86. 470abe4 Add support for GL_ARM_tensors by Patrik Wallin Hybelius · 4 months ago
  87. 48357fc Fix test failing due to updated glslang by Patrik Wallin Hybelius · 4 months ago
  88. b1d2c76 Roll deps. by Patrik Wallin Hybelius · 4 months ago
  89. d7440cb Merge pull request #2503 from KhronosGroup/fix-2502 by Hans-Kristian Arntzen · 5 months ago
  90. 6e3a91b MSL: Always emit access qualifier when emitting coherency. by Hans-Kristian Arntzen · 5 months ago
  91. 2345c78 Merge pull request #2500 from KhronosGroup/pr-2495 by Hans-Kristian Arntzen · 5 months ago
  92. 6d66232 MSL: Rethink add_pragma_line and add_typedef_line. by Hans-Kristian Arntzen · 5 months ago
  93. 94cc87b Merge branch 'expose-FPFastMathDefault' of https://github.com/billhollings/SPIRV-Cross into pr-2495 by Hans-Kristian Arntzen · 5 months ago
  94. e17b189 Nit by Hans-Kristian Arntzen · 5 months ago
  95. beb9792 MSL: Support SPIR-V Fast Math execution modes and decorations. by Bill Hollings · 5 months ago
  96. bc491f6 Merge pull request #2498 from KhronosGroup/glsl-float8 by Hans-Kristian Arntzen · 5 months ago
  97. 04cd304 GLSL: Implement the conversion part of NV_coopmat2. by Hans-Kristian Arntzen · 5 months ago
  98. 071cefb GLSL: Implement GL_EXT_float8. by Hans-Kristian Arntzen · 5 months ago
  99. b5cd558 Add packed base size for bfloat16. by Hans-Kristian Arntzen · 5 months ago
  100. edc29b7 Update SPIR-V headers. by Hans-Kristian Arntzen · 5 months ago