1. 28184c1 Merge pull request #2580 from akb825/main by Hans-Kristian Arntzen · 6 days ago main
  2. 1b8dcd4 Merge pull request #2579 from xen2/hlsl_user_semantic by Hans-Kristian Arntzen · 6 days ago
  3. ca9f24c Style nit by Hans-Kristian Arntzen · 6 days ago
  4. 7b667ba Nit fixes from review. by Hans-Kristian Arntzen · 6 days ago
  5. fa4bbd2 Use promoted UserSemantic decoration instead of legacy vendor one. by Hans-Kristian Arntzen · 6 days ago
  6. 5b9f104 c: Bump API version. by Hans-Kristian Arntzen · 6 days ago
  7. 30d8670 Avoid compiler warning when -Wconvert enabled by Aaron Barany · 10 days ago
  8. 326185b HLSL: Uses UserSemantic decoration to generate vertex input and output semantics. by Virgile Bello · 11 days ago
  9. b8bd9d5 Merge pull request #2578 from lance5/main by Hans-Kristian Arntzen · 3 weeks ago
  10. 8ecffc1 [fix] MSL: Additional MSL specific keywords(`signed`). by lance5 · 3 weeks ago
  11. e524910 Merge pull request #2577 from lance5/main by Hans-Kristian Arntzen · 3 weeks ago
  12. 1f5b7c2 [fix] HLSL: Additional HLSL specific keywords(`signed`). by lance5 · 3 weeks ago
  13. 4f77a07 HLSL: Actually check external linkage properly when eliminating. by Hans-Kristian Arntzen · 4 weeks ago
  14. d2d34d5 Merge pull request #2576 from KhronosGroup/pr-2575 by Hans-Kristian Arntzen · 4 weeks ago
  15. ca58194 HLSL: Limit IO variable elimination to external linkage. by Hans-Kristian Arntzen · 4 weeks ago
  16. ff90709 HLSL: Fix shader input variable for --remove-unused-variables by lance5 · 4 weeks ago
  17. fb0c1a3 Merge pull request #2573 from KhronosGroup/fix-2566 by Hans-Kristian Arntzen · 4 weeks ago vulkan-sdk-1.4.335 vulkan-sdk-1.4.335.0
  18. dfa50cd MSL: Fix handling of forced temporary row-major matrices. by Hans-Kristian Arntzen · 4 weeks ago
  19. 8d838b4 Merge pull request #2572 from KhronosGroup/fix-2564 by Hans-Kristian Arntzen · 4 weeks ago
  20. 99f1450 MSL: Handle variable pointer argument to SSBO array. by Hans-Kristian Arntzen · 4 weeks ago
  21. 055fdb8 MSL: Fix variable pointer buffer arguments. by Hans-Kristian Arntzen · 4 weeks ago
  22. 40df537 Merge pull request #2570 from KhronosGroup/pr-2568 by Hans-Kristian Arntzen · 4 weeks ago
  23. 081f9b1 Merge pull request #2571 from SjMxr233/main by Hans-Kristian Arntzen · 4 weeks ago
  24. 413d885 HLSL: Update type names for 64-bit integers by Mxr · 4 weeks ago
  25. dffbd53 MSL: Add msl3.0 variant for subgroup builtin. by Hans-Kristian Arntzen · 4 weeks ago
  26. 3d54928 Merge pull request #2568 from vinsentli/threads_per_simdgroup by Hans-Kristian Arntzen · 4 weeks ago
  27. b9a6751 Merge pull request #2567 from vinsentli/subgroupBallotExclusiveBitCount by Hans-Kristian Arntzen · 4 weeks ago
  28. 65037fc MSL: thread_execution_width is deprecated as of Metal 3.0 , use threads_per_simdgroup. by vinsentli · 5 weeks ago
  29. ab5d22e MSL:Fix subgroupBallotExclusiveBitCount() is not available for task shader and mesh shader. by vinsentli · 5 weeks ago
  30. adec7ac Merge pull request #2565 from ChristianF-ARM/GL_EXT_ray_tracing_position_fetch by Hans-Kristian Arntzen · 6 weeks ago
  31. 20adbc6 Add support for GL_EXT_ray_tracing_position_fetch by Christian Forfang · 6 weeks ago
  32. 542db37 Merge pull request #2563 from n-dub/main by Hans-Kristian Arntzen · 7 weeks ago
  33. fbf8b29 Merge pull request #2561 from KhronosGroup/fix-2560 by Hans-Kristian Arntzen · 7 weeks ago
  34. eae74bb test: Drop the weird Z:/ hacks for metal compiler on wine. by Hans-Kristian Arntzen · 7 weeks ago
  35. 438517b test: Ignore metal 4.0 shaders in CI for now. by Hans-Kristian Arntzen · 7 weeks ago
  36. 9ba5776 HLSL: Fix preserving of globallycoherent structured buffers. by Nikita Dubovikov · 7 weeks ago
  37. 0212c1b MSL: Support image cube atomics on MSL 4.0+. by Hans-Kristian Arntzen · 9 weeks ago
  38. 9770957 Merge pull request #2559 from squidbus/fma by Hans-Kristian Arntzen · 9 weeks ago
  39. 186a5f5 MSL: Support OpFmaKHR by squidbus · 9 weeks ago
  40. 5e665b1 Roll dependencies by squidbus · 9 weeks ago
  41. 5b82b65 Merge pull request #2555 from KhronosGroup/fix-2552 by Hans-Kristian Arntzen · 2 months ago
  42. 3322fa7 MSL: Narrow down which analysis passes need deep ID mapping. by Hans-Kristian Arntzen · 2 months ago
  43. 86b783a MSL: Rethink "const device" handling. by Hans-Kristian Arntzen · 2 months ago
  44. 21b3650 HLSL: Fix broken coordinates for CalculateLOD. (#2554) by Hans-Kristian Arntzen · 2 months ago
  45. a0444bf Remove `[[maybe_unused]]` (requires C++17) (#2549) by Sergey Kosarevsky · 2 months ago
  46. 5b86abb Merge pull request #2551 from squidbus/mesh-per-vert by Hans-Kristian Arntzen · 2 months ago
  47. ad9b4ad Merge pull request #2550 from squidbus/fix-pointsizedefault-tess by Hans-Kristian Arntzen · 2 months ago
  48. 992f2f1 HLSL: Fix broken coordinates for CalculateLOD. by Hans-Kristian Arntzen · 2 months ago
  49. 63c879e MSL: Fix writing default gl_PointSize in tessellation shaders. by squidbus · 2 months ago
  50. 8c52fea MSL: Fix mesh shader with no vertex outputs. by squidbus · 3 months ago
  51. 7affe74 MSL: Throw on attempting to alias unrolled discrete descriptors. by Hans-Kristian Arntzen · 3 months ago vulkan-sdk-1.4.328 vulkan-sdk-1.4.328.0 vulkan-sdk-1.4.328.1
  52. 29f9df5 Merge pull request #2548 from KhronosGroup/fix-2542 by Hans-Kristian Arntzen · 3 months ago
  53. 896fc88 MSL: Rethink how discrete variable count descriptor arrays are emitted. by Hans-Kristian Arntzen · 3 months ago
  54. b0fe8e8 Merge pull request #2546 from KhronosGroup/fix-2539 by Hans-Kristian Arntzen · 3 months ago
  55. d245df3 MSL: Ensure dynamic buffer offsets get a unique name. by Hans-Kristian Arntzen · 3 months ago
  56. acf8c8f MSL: Get rid of obsolete buffer_aliases_argument vector. by Hans-Kristian Arntzen · 3 months ago
  57. 9868edc Merge pull request #2547 from KhronosGroup/fix-2523 by Hans-Kristian Arntzen · 3 months ago
  58. 085818f Add ability to override namespace of included spir-v header. by Hans-Kristian Arntzen · 3 months ago
  59. 4331fac Merge pull request #2545 from KhronosGroup/fix-2538 by Hans-Kristian Arntzen · 3 months ago
  60. 599d35f MSL: Deal with 64-bit subgroup shuffles. by Hans-Kristian Arntzen · 3 months ago
  61. ac61f0a MSL: Add some extra reserved function names. by Hans-Kristian Arntzen · 3 months ago
  62. 615699c GLSL: Implement extended subgroup types. by Hans-Kristian Arntzen · 3 months ago
  63. b26ac3f Merge pull request #2543 from krovee/main by Hans-Kristian Arntzen · 4 months ago
  64. 60c4ec0 Apply suggestions from code review by Hans-Kristian Arntzen · 4 months ago
  65. cad2fca Merge pull request #1 from krovee/fix/configurable-ns-spirv_hlsl-cpp by krovee · 4 months ago
  66. 93f4a53 Fix use of default spirv_cross to SPIRV_CROSS_NAMESPACE in spirv_hlsl.cpp by krovee · 4 months ago
  67. 0724442 Merge pull request #2541 from KhronosGroup/fix-2537 by Hans-Kristian Arntzen · 4 months ago
  68. c12d336 MSL: Don't emit const device for readonly SSBO. by Hans-Kristian Arntzen · 4 months ago
  69. 23474eb Merge pull request #2540 from KhronosGroup/fix-2527 by Hans-Kristian Arntzen · 4 months ago
  70. a2e24af MSL: Fix array copy to array inside stage IO Blocks. by Hans-Kristian Arntzen · 4 months ago
  71. 6585e11 MSL: Add missing reference output for pr 2536. by Hans-Kristian Arntzen · 4 months ago
  72. 9ef5f50 Merge pull request #2536 from strandborg/metal-bool-spec-constants by Hans-Kristian Arntzen · 4 months ago
  73. 7a261b4 Fix validity of new test shader. by Hans-Kristian Arntzen · 4 months ago
  74. a127a0f MSL: Fix boolean spec const as_type<> invalid output by Mikko Strandborg · 4 months ago
  75. 0a88b2d Merge pull request #2535 from KhronosGroup/fix-2525 by Hans-Kristian Arntzen · 4 months ago
  76. 1c7a558 Merge pull request #2533 from DiligentGraphics/diligent-sdk-1.4.321 by Hans-Kristian Arntzen · 4 months ago
  77. abee6bf MSL: Attempt to deal with float controls and trancendentals. by Hans-Kristian Arntzen · 4 months ago
  78. 4eb2bb3 Reroute any NoContraction queries through float controls. by Hans-Kristian Arntzen · 4 months ago
  79. ec60694 Expand type_is_floating_point to new coopmat types. by Hans-Kristian Arntzen · 4 months ago
  80. f2a2b1b Add helper to query effective float_controls2 per-op. by Hans-Kristian Arntzen · 4 months ago
  81. c5f8ea1 Add source language to parsed IR source data by assiduous · 4 months ago
  82. 2ea5d37 Merge pull request #2532 from KhronosGroup/fix-2530 by Hans-Kristian Arntzen · 4 months ago
  83. 28c68ff MSL: Fix crash when using force-native-arrays in some cases. by Hans-Kristian Arntzen · 4 months ago
  84. 7789fe4 Merge pull request #2528 from theHamsta/coopvec-accesschains by Hans-Kristian Arntzen · 4 months ago
  85. 4b7bcb7 Merge pull request #2531 from KhronosGroup/cfg-traversal-stack-flatten by Hans-Kristian Arntzen · 4 months ago
  86. bbc8868 Rewrite CFG traversal algorithm to not be recursive. by Hans-Kristian Arntzen · 4 months ago
  87. 6458ad0 Deal with pathological recursion scenarios. by Hans-Kristian Arntzen · 4 months ago
  88. 7ff43ba Be more memory efficient when moving expression invalidations around. by Hans-Kristian Arntzen · 4 months ago
  89. 2afea95 glsl: support OpAccessChain on OpTypeCooperativeVectorNV by Stephan Seitz · 4 months ago
  90. 7fde353 Merge pull request #2526 from KhronosGroup/fix-2525 by Hans-Kristian Arntzen · 5 months ago
  91. 6ad3ece MSL: Don't use fast::normalize for half at all. by Hans-Kristian Arntzen · 5 months ago
  92. c996540 Merge pull request #2522 from KhronosGroup/fix-2516 by Hans-Kristian Arntzen · 5 months ago
  93. df3b1cb Merge pull request #2521 from KhronosGroup/fix-2515 by Hans-Kristian Arntzen · 5 months ago
  94. 0238ebf Merge pull request #2520 from KhronosGroup/fix-2513 by Hans-Kristian Arntzen · 5 months ago
  95. 6034fa7 README: Add a note clarifying which kinds of GLSL can be cross compiled. by Hans-Kristian Arntzen · 5 months ago
  96. 6d5e12d MSL: Fix edge case where a reference is taken of packed vector element. by Hans-Kristian Arntzen · 5 months ago
  97. 533bb76 MSL: Always emit gl_Layer for multiview. by Hans-Kristian Arntzen · 5 months ago
  98. 073a60d Merge pull request #2519 from KhronosGroup/fix-2511 by Hans-Kristian Arntzen · 5 months ago
  99. 5e2a851 MSL: Deal with spec constant arrays which depend on composite extract. by Hans-Kristian Arntzen · 5 months ago
  100. f02c55d Propagate spec constant use through composites. by Hans-Kristian Arntzen · 5 months ago