1. b9ded92 Merge pull request #2612 from alelenv/fix/texture-shadow-lod by Hans-Kristian Arntzen · 29 hours ago main
  2. 4918c3b Merge pull request #2605 from Genesis-Embodied-AI/hp/volatile-load-no-forward by Hans-Kristian Arntzen · 29 hours ago
  3. e2d9978 Add support for GL_EXT_texture_shadow_lod. by Ashwin Lele · 13 days ago
  4. 6933ffc Update spirv_glsl.cpp by Hugh Perkins · 4 weeks ago
  5. 4d4b79b Merge pull request #2609 from KhronosGroup/fix-2607 by Hans-Kristian Arntzen · 6 weeks ago
  6. f46fff3 MSL: Fix silly typo with subgroup barrier scope. by Hans-Kristian Arntzen · 6 weeks ago
  7. e52532a Merge pull request #2596 from kabu1204/msl-coop-mat by Hans-Kristian Arntzen · 6 weeks ago
  8. ffb16a2 Merge pull request #2608 from xen2/hlsl_minor_fixes by Hans-Kristian Arntzen · 6 weeks ago
  9. 7594d2b Revert questionable change to bitcast. by Hans-Kristian Arntzen · 6 weeks ago
  10. 8f37924 Simplify unsupported coopmat check. by Hans-Kristian Arntzen · 6 weeks ago
  11. 7c69662 Indentation fixes. by Hans-Kristian Arntzen · 6 weeks ago
  12. 0e67b32 Update some stray references. by Hans-Kristian Arntzen · 6 weeks ago
  13. 3cac8a2 HLSL: Allow Gather on integer textures in SM < 6.7 by Virgile Bello · 6 weeks ago
  14. a2e10fc Fix assert on recompilation by clearing rearm_dominated_variables in reset() by Virgile Bello · 6 weeks ago
  15. 2dcbe8d Add regression tests for volatile PhysicalStorageBuffer load by Hugh Perkins · 7 weeks ago
  16. 846c058 Respect MemoryAccessVolatileMask on OpLoad to prevent forwarding by Hugh Perkins · 7 weeks ago
  17. cda74fe MSL: Fix ptr-cast prepass and coopmat typed load/store by Chengye YU · 7 weeks ago
  18. 188e392 Workaround some MSVC shenanigans by Hans-Kristian Arntzen · 8 weeks ago
  19. 7bfcf72 Merge pull request #2603 from xen2/hlsl_geo_shader by Hans-Kristian Arntzen · 8 weeks ago
  20. 1a53b18 Merge pull request #2602 from Devesh99/feature/chunked-help by Hans-Kristian Arntzen · 8 weeks ago
  21. bcbd851 Apply suggestions from code review by Hans-Kristian Arntzen · 8 weeks ago
  22. 5002ae2 Merge pull request #2599 from rdb/glsl-use-entry-point-name by Hans-Kristian Arntzen · 8 weeks ago
  23. 707bc66 HLSL: Fix array copying for input/output by Virgile Bello · 8 weeks ago
  24. 71b12e7 cli: Refactor help output into categories by Devesh99 · 8 weeks ago
  25. 3b374ae HLSL: Fix SV_PrimitiveID in geometry shader by Virgile Bello · 9 weeks ago
  26. 1ca6a7a HLSL: Added support for SV_Position in geometry shader by Virgile Bello · 9 weeks ago
  27. a40ccc1 GLSL: Add option to emit custom entry point name by rdb · 9 weeks ago
  28. bf6bb5c Merge pull request #2598 from KhronosGroup/fix-2595 by Hans-Kristian Arntzen · 10 weeks ago
  29. 46c9d93 test: Fix shader_model_hlsl. by Hans-Kristian Arntzen · 10 weeks ago
  30. 5ea5096 MSL: Rewrite std140 struct padding. by Hans-Kristian Arntzen · 10 weeks ago
  31. f6e58e0 Merge pull request #2597 from KhronosGroup/fix-2593 by Hans-Kristian Arntzen · 10 weeks ago
  32. 0d9e13c Create implied branches from selection headers to merge as well. by Hans-Kristian Arntzen · 10 weeks ago
  33. 6fc910e MSL: reject cooperative matrix muladd operand flags by Chengye YU · 10 weeks ago
  34. 2047b7b MSL: add initial cooperative matrix support by Chengye YU · 2 months ago
  35. a0fba56 Merge pull request #2591 from KhronosGroup/fix-2588 by Hans-Kristian Arntzen · 3 months ago vulkan-sdk-1.4.341 vulkan-sdk-1.4.341.0
  36. a3e6261 MSL: BlockIO in vertex is captured as thread storage. by Hans-Kristian Arntzen · 3 months ago
  37. 2841179 Merge pull request #2589 from nyorain/debug-source-continued by Hans-Kristian Arntzen · 3 months ago
  38. 0bfb535 Add support for SourceContinued instructions by nyorain · 3 months ago
  39. 998146d Merge pull request #2583 from nyorain/debug-info-ext by Hans-Kristian Arntzen · 3 months ago
  40. 5d4d54e Style nits from review. by Hans-Kristian Arntzen · 3 months ago
  41. 18323e5 Update reuse meta info for new SPIR-V header. by Hans-Kristian Arntzen · 3 months ago
  42. 622d5d7 Merge pull request #2586 from KhronosGroup/fix-2584 by Hans-Kristian Arntzen · 3 months ago
  43. 0ac65a3 HLSL: Fix a bunch of lingering issues with HLSL packlayouts. by Hans-Kristian Arntzen · 3 months ago
  44. f9dcfa7 Merge pull request #2585 from KhronosGroup/fix-2582 by Hans-Kristian Arntzen · 3 months ago
  45. ede9d12 MSL: Deal with std140 layouts when copying arrays between storage class. by Hans-Kristian Arntzen · 3 months ago
  46. 75d2008 Add basic support for ShaderDebugInfo by nyorain · 4 months ago
  47. 28184c1 Merge pull request #2580 from akb825/main by Hans-Kristian Arntzen · 4 months ago
  48. 1b8dcd4 Merge pull request #2579 from xen2/hlsl_user_semantic by Hans-Kristian Arntzen · 4 months ago
  49. ca9f24c Style nit by Hans-Kristian Arntzen · 4 months ago
  50. 7b667ba Nit fixes from review. by Hans-Kristian Arntzen · 4 months ago
  51. fa4bbd2 Use promoted UserSemantic decoration instead of legacy vendor one. by Hans-Kristian Arntzen · 4 months ago
  52. 5b9f104 c: Bump API version. by Hans-Kristian Arntzen · 4 months ago
  53. 30d8670 Avoid compiler warning when -Wconvert enabled by Aaron Barany · 4 months ago
  54. 326185b HLSL: Uses UserSemantic decoration to generate vertex input and output semantics. by Virgile Bello · 4 months ago
  55. b8bd9d5 Merge pull request #2578 from lance5/main by Hans-Kristian Arntzen · 5 months ago
  56. 8ecffc1 [fix] MSL: Additional MSL specific keywords(`signed`). by lance5 · 5 months ago
  57. e524910 Merge pull request #2577 from lance5/main by Hans-Kristian Arntzen · 5 months ago
  58. 1f5b7c2 [fix] HLSL: Additional HLSL specific keywords(`signed`). by lance5 · 5 months ago
  59. 4f77a07 HLSL: Actually check external linkage properly when eliminating. by Hans-Kristian Arntzen · 5 months ago
  60. d2d34d5 Merge pull request #2576 from KhronosGroup/pr-2575 by Hans-Kristian Arntzen · 5 months ago
  61. ca58194 HLSL: Limit IO variable elimination to external linkage. by Hans-Kristian Arntzen · 5 months ago
  62. ff90709 HLSL: Fix shader input variable for --remove-unused-variables by lance5 · 5 months ago
  63. fb0c1a3 Merge pull request #2573 from KhronosGroup/fix-2566 by Hans-Kristian Arntzen · 5 months ago vulkan-sdk-1.4.335 vulkan-sdk-1.4.335.0
  64. dfa50cd MSL: Fix handling of forced temporary row-major matrices. by Hans-Kristian Arntzen · 5 months ago
  65. 8d838b4 Merge pull request #2572 from KhronosGroup/fix-2564 by Hans-Kristian Arntzen · 5 months ago
  66. 99f1450 MSL: Handle variable pointer argument to SSBO array. by Hans-Kristian Arntzen · 5 months ago
  67. 055fdb8 MSL: Fix variable pointer buffer arguments. by Hans-Kristian Arntzen · 5 months ago
  68. 40df537 Merge pull request #2570 from KhronosGroup/pr-2568 by Hans-Kristian Arntzen · 5 months ago
  69. 081f9b1 Merge pull request #2571 from SjMxr233/main by Hans-Kristian Arntzen · 5 months ago
  70. 413d885 HLSL: Update type names for 64-bit integers by Mxr · 5 months ago
  71. dffbd53 MSL: Add msl3.0 variant for subgroup builtin. by Hans-Kristian Arntzen · 5 months ago
  72. 3d54928 Merge pull request #2568 from vinsentli/threads_per_simdgroup by Hans-Kristian Arntzen · 5 months ago
  73. b9a6751 Merge pull request #2567 from vinsentli/subgroupBallotExclusiveBitCount by Hans-Kristian Arntzen · 5 months ago
  74. 65037fc MSL: thread_execution_width is deprecated as of Metal 3.0 , use threads_per_simdgroup. by vinsentli · 5 months ago
  75. ab5d22e MSL:Fix subgroupBallotExclusiveBitCount() is not available for task shader and mesh shader. by vinsentli · 5 months ago
  76. adec7ac Merge pull request #2565 from ChristianF-ARM/GL_EXT_ray_tracing_position_fetch by Hans-Kristian Arntzen · 5 months ago
  77. 20adbc6 Add support for GL_EXT_ray_tracing_position_fetch by Christian Forfang · 5 months ago
  78. 542db37 Merge pull request #2563 from n-dub/main by Hans-Kristian Arntzen · 6 months ago
  79. fbf8b29 Merge pull request #2561 from KhronosGroup/fix-2560 by Hans-Kristian Arntzen · 6 months ago
  80. eae74bb test: Drop the weird Z:/ hacks for metal compiler on wine. by Hans-Kristian Arntzen · 6 months ago
  81. 438517b test: Ignore metal 4.0 shaders in CI for now. by Hans-Kristian Arntzen · 6 months ago
  82. 9ba5776 HLSL: Fix preserving of globallycoherent structured buffers. by Nikita Dubovikov · 6 months ago
  83. 0212c1b MSL: Support image cube atomics on MSL 4.0+. by Hans-Kristian Arntzen · 6 months ago
  84. 9770957 Merge pull request #2559 from squidbus/fma by Hans-Kristian Arntzen · 6 months ago
  85. 186a5f5 MSL: Support OpFmaKHR by squidbus · 6 months ago
  86. 5e665b1 Roll dependencies by squidbus · 6 months ago
  87. 5b82b65 Merge pull request #2555 from KhronosGroup/fix-2552 by Hans-Kristian Arntzen · 6 months ago
  88. 3322fa7 MSL: Narrow down which analysis passes need deep ID mapping. by Hans-Kristian Arntzen · 6 months ago
  89. 86b783a MSL: Rethink "const device" handling. by Hans-Kristian Arntzen · 6 months ago
  90. 21b3650 HLSL: Fix broken coordinates for CalculateLOD. (#2554) by Hans-Kristian Arntzen · 6 months ago
  91. a0444bf Remove `[[maybe_unused]]` (requires C++17) (#2549) by Sergey Kosarevsky · 6 months ago
  92. 5b86abb Merge pull request #2551 from squidbus/mesh-per-vert by Hans-Kristian Arntzen · 6 months ago
  93. ad9b4ad Merge pull request #2550 from squidbus/fix-pointsizedefault-tess by Hans-Kristian Arntzen · 6 months ago
  94. 992f2f1 HLSL: Fix broken coordinates for CalculateLOD. by Hans-Kristian Arntzen · 6 months ago
  95. 63c879e MSL: Fix writing default gl_PointSize in tessellation shaders. by squidbus · 6 months ago
  96. 8c52fea MSL: Fix mesh shader with no vertex outputs. by squidbus · 6 months ago
  97. 7affe74 MSL: Throw on attempting to alias unrolled discrete descriptors. by Hans-Kristian Arntzen · 7 months ago vulkan-sdk-1.4.328 vulkan-sdk-1.4.328.0 vulkan-sdk-1.4.328.1
  98. 29f9df5 Merge pull request #2548 from KhronosGroup/fix-2542 by Hans-Kristian Arntzen · 7 months ago
  99. 896fc88 MSL: Rethink how discrete variable count descriptor arrays are emitted. by Hans-Kristian Arntzen · 7 months ago
  100. b0fe8e8 Merge pull request #2546 from KhronosGroup/fix-2539 by Hans-Kristian Arntzen · 7 months ago