1. 5d7b7ea Merge pull request #1539 from redstrate/master by Bill Hollings · 2 years, 2 months ago
  2. b6c3925 Check if metal device supports base vertex instance drawing by Joshua Goins · 2 years, 2 months ago
  3. d05537d Enable base vertex instance support in shader conversion by Joshua Goins · 2 years, 2 months ago
  4. c09bcd0 Merge pull request #1531 from billhollings/stencil-only-depth-store-action by Bill Hollings · 2 years, 2 months ago
  5. e42b33e Don't attempt to store the depth component of a stencil-only renderpass attachment. by Bill Hollings · 2 years, 2 months ago
  6. a6f5841 Merge pull request #1530 from billhollings/align-shader-io-nested-structs by Bill Hollings · 2 years, 2 months ago
  7. e28a16d Update MoltenVK version number to 1.1.9. by Bill Hollings · 2 years, 2 months ago
  8. afd997a Align flattened shader inputs to previous stage output structs. by Bill Hollings · 2 years, 2 months ago
  9. 24f802a Merge pull request #1527 from billhollings/update-glslang by Bill Hollings · 2 years, 3 months ago
  10. f7ca132 Update glslang version, to use python3 in glslang scripts, by Bill Hollings · 2 years, 3 months ago
  11. 2fa625f Merge pull request #1523 from billhollings/rmv-api-warn by Bill Hollings · 2 years, 3 months ago v1.1.8
  12. 16408fd Remove logged warning if MoltenVK does not support VkApplicationInfo::apiVersion value. by Bill Hollings · 2 years, 3 months ago
  13. 8218606 Merge pull request #1522 from billhollings/sdk-1.3.204 by Bill Hollings · 2 years, 3 months ago v1.1.7
  14. 24ff210 Update dependency libraries to match Vulkan SDK 1.3.204. by Bill Hollings · 2 years, 3 months ago
  15. 24c2315 Merge pull request #1520 from billhollings/simulator-gpu-counter-sets by Bill Hollings · 2 years, 3 months ago
  16. 13a0f6a Fix use of GPU counter sets on older versions of iOS running on the simulator. by Bill Hollings · 2 years, 3 months ago
  17. 101ea9e Merge pull request #1519 from cfnptr/master by Bill Hollings · 2 years, 3 months ago
  18. be51560 Update license year 2 by Nikita Fediuchin · 2 years, 3 months ago
  19. 4efb90b Update license year by Nikita Fediuchin · 2 years, 3 months ago
  20. 9366457 Merge pull request #1509 from billhollings/shaderconverter-updates by Bill Hollings · 2 years, 4 months ago
  21. d4daba6 MoltenVKShaderConverter updates. by Bill Hollings · 2 years, 4 months ago
  22. a8149aa Merge pull request #1502 from mbechard/master by Bill Hollings · 2 years, 4 months ago
  23. f3f02c3 fix for #1501 by Malcolm Bechard · 2 years, 4 months ago
  24. 9986e92 Merge pull request #1497 from billhollings/apple-silicon-deviceID by Bill Hollings · 2 years, 4 months ago
  25. 54cdb47 Merge pull request #1500 from billhollings/normalize-gpu-counters by Bill Hollings · 2 years, 4 months ago
  26. 7740d4f Change scale of OSMin value in deviceID to 100. by Bill Hollings · 2 years, 4 months ago
  27. cd7c7fd Support MTLTimestamp on Xcode 11.7. by Bill Hollings · 2 years, 4 months ago
  28. 9633f48 Improve accuracy of VkPhysicalDeviceLimits::timestampPeriod. by Bill Hollings · 2 years, 4 months ago
  29. a1e5ed9 Merge pull request #1498 from billhollings/xcode-13.2-build-settings by Bill Hollings · 2 years, 4 months ago
  30. 3a8975c Support Xcode 13.2 build settings. by Bill Hollings · 2 years, 4 months ago
  31. df04348 On Apple Silicon, set VkPhysicalDeviceProperties::deviceID from GPU capabilities. by Bill Hollings · 2 years, 4 months ago
  32. 939d51d Merge pull request #1494 from billhollings/fix-subpass-mtltex-mem-leak by Bill Hollings · 2 years, 4 months ago
  33. 5810772 Fix merge conflicts and syntax build error in iOS build. by Bill Hollings · 2 years, 4 months ago
  34. 66a171a Merge pull request #1490 from billhollings/strip-promoted-static-vulkan-symbols by Bill Hollings · 2 years, 4 months ago
  35. b943446 Merge pull request #1493 from billhollings/fix-assgnmt-op-retain-release by Bill Hollings · 2 years, 4 months ago
  36. 92712e2 Fix memory leak of dummy MTLTexture in render subpasses that use no attachments. by Bill Hollings · 2 years, 4 months ago
  37. 355bfed Fix Metal object retain-release errors in assignment operators. by Bill Hollings · 2 years, 4 months ago
  38. 52568ef Optionally hide additional static Vulkan linkage symbols. by Bill Hollings · 2 years, 5 months ago
  39. bc4ce57 Merge pull request #1485 from billhollings/rosetta2-and-msl24 by Bill Hollings · 2 years, 5 months ago
  40. e74cf2f Fix build macros for tvOS, plus support MTLGPUFamilyApple8. by Bill Hollings · 2 years, 5 months ago
  41. 479d55f Wrap MTLGPUFamilyApple6 and MTLGPUFamilyApple7 in build macros for Xcode 11.7. by Bill Hollings · 2 years, 5 months ago
  42. 1864200 Updates to better support Rosetta2 runtimes, and MSL 2.4 and 2.3 versions. by Bill Hollings · 2 years, 5 months ago
  43. c376273 Merge pull request #1481 from cfnptr/master by Bill Hollings · 2 years, 5 months ago
  44. 0da221f Fix documentation and header by Nikita Fediuchin · 2 years, 5 months ago
  45. 6ac92fb Clean up MVKLogging by Nikita Fediuchin · 2 years, 5 months ago
  46. 8025677 Merge pull request #1478 from billhollings/strip-static-vulkan-symbols by Bill Hollings · 2 years, 6 months ago
  47. 5de7f55 Support building MoltenVK with static Vulkan linkage symbols hidden. by Bill Hollings · 2 years, 6 months ago
  48. b3ef160 Merge pull request #1470 from billhollings/sdk-1.2.198 by Bill Hollings · 2 years, 6 months ago v1.1.6
  49. a0ed334 Update library dependencies to match Vulkan SDK 1.2.198. by Bill Hollings · 2 years, 6 months ago
  50. f99384d Merge pull request #1467 from billhollings/restore-bc1-rgb-support by Bill Hollings · 2 years, 6 months ago
  51. a5d0464 Update BC1_RGB swizzle to accommodate RGB values swizzled to or from alpha. by Bill Hollings · 2 years, 6 months ago
  52. 6e054ad Restore support for BC1_RGB compressed format. by Bill Hollings · 2 years, 6 months ago
  53. 0516bb8 Merge pull request #1460 from billhollings/remove-bc1-rgb by Bill Hollings · 2 years, 6 months ago
  54. bab17a5 Remove advertised support for BC1_RGB texel formats. by Bill Hollings · 2 years, 6 months ago
  55. de201b4 Merge pull request #1458 from js6i/master by Bill Hollings · 2 years, 6 months ago
  56. 99dcaaa MVKImage: Select proper base layer and mipmap for attachment if not using view because of swizzling. by Jan Sikorski · 2 years, 7 months ago
  57. b9863df Merge pull request #1459 from EwoutH/patch-3 by Bill Hollings · 2 years, 6 months ago
  58. ce0ad1d CI: Make macOS version explicit by Ewout ter Hoeven · 2 years, 6 months ago
  59. d12fdb5 CI: Update builds to Xcode 13.1, add legacy 12.5.1 build by Ewout ter Hoeven · 2 years, 6 months ago
  60. 20ea541 Merge pull request #1446 from cfnptr/master by Bill Hollings · 2 years, 7 months ago
  61. fae1bb5 Fix apiVersion check condition by Nikita Fediuchin · 2 years, 7 months ago
  62. c881389 Add MVKLogWarning, apiVersion warning by Nikita Fediuchin · 2 years, 7 months ago
  63. a22dfba Fix spacing by Nikita Fediuchin · 2 years, 7 months ago
  64. a001c43 Add VkInstance apiVersion warning by Nikita Fediuchin · 2 years, 7 months ago
  65. d833ce9 Merge pull request #1444 from billhollings/dynamic-pipeline-state-fix by Bill Hollings · 2 years, 7 months ago
  66. cc10af0 Ensure dynamic pipeline state always respects pipeline dynamic flags. by Bill Hollings · 2 years, 7 months ago
  67. 82efcb6 Merge pull request #1443 from billhollings/multilayer-rendering-validation-fix by Bill Hollings · 2 years, 7 months ago
  68. 36fae88 Move multilayer-rendering validation from MVKImage to MVKImageView. by Bill Hollings · 2 years, 7 months ago
  69. 0aa67bf Merge pull request #1442 from billhollings/update-spirv-cross by Bill Hollings · 2 years, 7 months ago
  70. 025ffdc Let's try this again, this time with the actual SPIRV-Cross update! by Bill Hollings · 2 years, 7 months ago
  71. ba9623c Update to latest version of SPIRV-Cross. by Bill Hollings · 2 years, 7 months ago
  72. f78ab20 Merge pull request #1437 from jerrans/mvk-expose-commandqueue by Bill Hollings · 2 years, 8 months ago
  73. 8c97b36 Added vkGetMTLCommandQueueMVK function to expose underlying MTLCommandQueue object by Jerran Schmidt · 2 years, 8 months ago
  74. 5ff9120 Merge pull request #1436 from billhollings/gpu-ctr-fixes by Bill Hollings · 2 years, 8 months ago
  75. 4ad5930 Improved checks for timestamp GPU counter support on older devices. by Bill Hollings · 2 years, 8 months ago
  76. 0cf396a Add MTLFence between Metal encoders and timestamp stage counter BLIT encoder by Bill Hollings · 2 years, 8 months ago
  77. 8132cec Merge pull request #1435 from billhollings/pt-size+spvx-update by Bill Hollings · 2 years, 8 months ago
  78. e36b9e6 Set maximum point primitive size based on GPU vendor ID. by Bill Hollings · 2 years, 8 months ago
  79. 333084f Several updates for CTS test fixes. by Bill Hollings · 2 years, 8 months ago
  80. b10b970 Merge pull request #1432 from starbucksDave/starbucksDave-SetWorkGroupSize-FunctionType by Bill Hollings · 2 years, 8 months ago
  81. b4d98aa Add SetWorkGroupSize function type by StarbucksDave · 2 years, 8 months ago
  82. c1d0332 Merge pull request #1431 from billhollings/SDK-1.2.189 by Bill Hollings · 2 years, 8 months ago v1.1.5
  83. bb7af64 Remove use of the MTLMaxBlitPassSampleBuffers Metal API definition. by Bill Hollings · 2 years, 8 months ago
  84. a5ee3ea Update library dependencies to match Vulkan SDK 1.2.189. by Bill Hollings · 2 years, 8 months ago
  85. f5dd310 Merge pull request #1426 from billhollings/partial-clear-stencil by Bill Hollings · 2 years, 9 months ago
  86. 653978c Merge pull request #1427 from billhollings/spvx-update by Bill Hollings · 2 years, 9 months ago
  87. 2412b97 Fix from PR code review. by Bill Hollings · 2 years, 9 months ago
  88. 43a133f Update to latest version of SPIRV-Cross. by Bill Hollings · 2 years, 9 months ago
  89. 8a7e20d Fix GPU race condition when clearing a renderpass input attachment on Apple GPUs. by Bill Hollings · 2 years, 9 months ago
  90. ff7ea71 Fix depth/stencil clearing broken during recent fix. by Bill Hollings · 2 years, 9 months ago
  91. ce583f4 Support stencil-only partial attachment clearing. by Bill Hollings · 2 years, 9 months ago
  92. 77c31cd Merge pull request #1418 from billhollings/vulkan-semaphores-via-mtlevents by Bill Hollings · 2 years, 9 months ago
  93. 8c7db31 Prefer MTLEvent for VkSemaphore, except on NVIDIA, prefer emulation. by Bill Hollings · 2 years, 9 months ago
  94. 8e6731f Revert to prefer MTLEvent over MTLFence for VkSemaphore, except on NVIDIA. by Bill Hollings · 2 years, 9 months ago
  95. 1032c43 Merge pull request #1417 from billhollings/mtlcmdbuff-labels by Bill Hollings · 2 years, 9 months ago
  96. 0c9c3b3 Add queue and queue family indices to MTLCommandBuffer label. by Bill Hollings · 2 years, 9 months ago
  97. f969644 Merge pull request #1416 from billhollings/resolve-unresolvable by Bill Hollings · 2 years, 9 months ago
  98. edcaa08 One more MVKArrayRef reference-to-value change. by Bill Hollings · 2 years, 9 months ago
  99. 8b1435c Pass MVKArrayRef by reference to functions. by Bill Hollings · 2 years, 9 months ago
  100. 12f0089 Support resolving attachments with formats that Metal does not natively resolve. by Bill Hollings · 2 years, 9 months ago