1. 20b5067 Merge pull request #1309 from billhollings/fix-memoryless-load-store by Bill Hollings · 3 years, 2 months ago
  2. 9c13e46 In a renderpass, don't load or store memoryless attachments. by Bill Hollings · 3 years, 2 months ago
  3. a0d20fe Merge pull request #1305 from billhollings/fix-physdvc-fmts by Bill Hollings · 3 years, 2 months ago
  4. 4d452fd Always explicitly set CAMetalLayer colorspace and wantsExtendedDynamicRangeContent. by Bill Hollings · 3 years, 2 months ago
  5. cd8a0e1 Restore support for HDR10 colorspace. by Bill Hollings · 3 years, 2 months ago
  6. 8112d85 Fix MVKPhysicalDevice::getSurfaceFormats() returning VK_FORMAT_UNDEFINED. by Bill Hollings · 3 years, 2 months ago
  7. 6665a6a Merge pull request #1300 from billhollings/cfg-enums by Bill Hollings · 3 years, 2 months ago
  8. cfc2556 Fix use of VkFlags in MVKConfiguration enumerated values. by Bill Hollings · 3 years, 2 months ago
  9. 21ee6ba Create enums for remaining MVKConfiguration enumerated values. by Bill Hollings · 3 years, 2 months ago
  10. 005e804 Merge pull request #1298 from billhollings/auto-gpu-capture-fixes by Bill Hollings · 3 years, 2 months ago
  11. 904edb8 Only start automatic GPU capture on queue identified by by Bill Hollings · 3 years, 2 months ago
  12. 315cb41 Merge pull request #1297 from billhollings/config-adv-multiple-extns by Bill Hollings · 3 years, 2 months ago
  13. 691dc8a Redefine MVKConfigAdvertiseExtensionBits enum as extension families. by Bill Hollings · 3 years, 2 months ago
  14. 2ba0fb3 Extend MVKConfiguration::advertiseExtensions to optionally specify a few extensions. by Bill Hollings · 3 years, 2 months ago
  15. c492037 Merge pull request #1295 from billhollings/remove-release-build-asserts by Bill Hollings · 3 years, 2 months ago
  16. ff7269f Add NDEBUG macro to all Release builds to remove assert() calls. by Bill Hollings · 3 years, 2 months ago
  17. 3bcc7e4 Merge pull request #1290 from billhollings/remove-vulkansamples by Bill Hollings · 3 years, 2 months ago
  18. 5648258 Remove LunarG/VulkanSamples as a dependency library. by Bill Hollings · 3 years, 2 months ago
  19. f28ab1c Merge pull request #1288 from VZout/patch-2 by Bill Hollings · 3 years, 2 months ago
  20. 4cd8532 Merge pull request #1287 from billhollings/spvx-integration by Bill Hollings · 3 years, 2 months ago
  21. fbaa616 Update SPIRV-Cross_repo_revision by Viktor Zoutman · 3 years, 2 months ago
  22. 7684f4a Update What's New document. by Bill Hollings · 3 years, 2 months ago
  23. 5dd56cc Restore project qualifiers to references to glslang header files. by Bill Hollings · 3 years, 2 months ago
  24. 6468183 Remove project qualifiers from references to SPIRV-Cross and glslang header files. by Bill Hollings · 3 years, 2 months ago
  25. 802fd4b Merge pull request #1286 from billhollings/cts-fix-phys-dvc-feats by Bill Hollings · 3 years, 2 months ago
  26. b9d9ab6 Permit extension functions when all extensions have been disabled via configuration. by Bill Hollings · 3 years, 2 months ago
  27. 9dc1fc9 Merge pull request #1284 from billhollings/queue-submit-finish-logging by Bill Hollings · 3 years, 2 months ago
  28. 68a0119 Fix typo. by Bill Hollings · 3 years, 2 months ago
  29. a4d36cb Reduce debug log noise by only logging header msg for by Bill Hollings · 3 years, 2 months ago
  30. 08d9fa8 Ensure queue submission message logging occurs before submission object is destroyed. by Bill Hollings · 3 years, 2 months ago
  31. bee4829 Merge pull request #1281 from cdavis5e/enhanced-cmdbuf-errors by Bill Hollings · 3 years, 2 months ago
  32. 8c7ca56 Merge pull request #1280 from billhollings/conformance-config by Bill Hollings · 3 years, 2 months ago
  33. 48aff9f Log enhanced command buffer errors in debug mode. by Chip Davis · 3 years, 2 months ago
  34. 7ba6257 Support configuring whether to advertise extensions. by Bill Hollings · 3 years, 2 months ago
  35. 8e610a4 Support configuring supported Vulkan API version. by Bill Hollings · 3 years, 2 months ago
  36. 40f5cbb Merge pull request #1276 from billhollings/sdk-ext-deps by Bill Hollings · 3 years, 2 months ago v1.1.2
  37. d78de04 Update external dependency libraries for Vulkan SDK 1.2.170. by Bill Hollings · 3 years, 2 months ago
  38. d2ddba1 Merge pull request #1275 from cdavis5e/private-temp-buffers by Bill Hollings · 3 years, 2 months ago
  39. c225c42 MVKMTLBufferAllocation: Support private temp buffers. by Chip Davis · 3 years, 3 months ago
  40. 3058a13 Merge pull request #1273 from billhollings/simulator-buffer-alignment by Bill Hollings · 3 years, 2 months ago
  41. 4675481 Redefine derivations of MVK_APPLE_SILICON, MVK_MACOS_APPLE_SILICON, and MVK_XCODE_12. by Bill Hollings · 3 years, 2 months ago
  42. ef64dc4 Merge pull request #1272 from billhollings/cts-descset-crash by Bill Hollings · 3 years, 2 months ago
  43. 0d19759 Set Metal buffer alignment to 256 on non-Apple Silicon iOS/tvOS simulators. by Bill Hollings · 3 years, 2 months ago
  44. c38f19d Report accurate value for VkPhysicalDeviceLimits::maxBoundDescriptorSets. by Bill Hollings · 3 years, 2 months ago
  45. 82ab40e Merge pull request #1270 from billhollings/cts-multithreading by Bill Hollings · 3 years, 2 months ago
  46. 14dc857 Fix code formatting on completion handler blocks. by Bill Hollings · 3 years, 2 months ago
  47. a1e3338 Remove @synchronized from MTLFunction specialization to avoid reentrant hang. by Bill Hollings · 3 years, 2 months ago
  48. 0b90a53 Fixes for CTS multithread tests. by Bill Hollings · 3 years, 2 months ago
  49. 4a0a5cd Merge pull request #1267 from billhollings/rmv-cmd-enc-state-reset by Bill Hollings · 3 years, 2 months ago
  50. c9b5a3b Merge pull request #1266 from billhollings/undoc-direct-msl by Bill Hollings · 3 years, 2 months ago
  51. acf2a80 Remove MVKCommandEncoderState::reset(). by Bill Hollings · 3 years, 2 months ago
  52. 612c84d Remove official support for direct MSL shader loading from documentation. by Bill Hollings · 3 years, 2 months ago
  53. 4d46cf7 Merge pull request #1262 from billhollings/add-github-discussions by Bill Hollings · 3 years, 2 months ago
  54. 40e00c3 Merge pull request #1258 from billhollings/remove-debug-ONLY_ACTIVE_ARCH by Bill Hollings · 3 years, 2 months ago
  55. bce76f1 GitHub repository enhancements. by Bill Hollings · 3 years, 2 months ago
  56. 4d60058 Remove ONLY_ACTIVE_ARCH from Debug builds. by Bill Hollings · 3 years, 2 months ago
  57. 54e5723 Merge pull request #1255 from billhollings/vizbuff-index by Bill Hollings · 3 years, 2 months ago
  58. a015e39 Merge pull request #1254 from cdavis5e/family-1-no-simd-permute by Bill Hollings · 3 years, 2 months ago
  59. bbe87fe Fix Metal validation error of duplicate visibility offsets. by Bill Hollings · 3 years, 2 months ago
  60. 0ac65c8 MVKPhysicalDevice: Disable SIMD-group permutation for Mac family 1. by Chip Davis · 3 years, 2 months ago
  61. 84c6095 Merge pull request #1243 from billhollings/config-strings by Bill Hollings · 3 years, 3 months ago
  62. bbea8da Test for null string on MVKConfiguration copy. by Bill Hollings · 3 years, 3 months ago
  63. 0506642 Merge pull request #1242 from cdavis5e/max-buffer-range-4gib by Bill Hollings · 3 years, 3 months ago
  64. 515a2cb MVKPhysicalDevice: Clamp maximum buffer range to 4 GiB - 1. by Chip Davis · 3 years, 3 months ago
  65. efba596 Merge pull request #1239 from billhollings/gpucapture by Bill Hollings · 3 years, 3 months ago
  66. ffbe364 Merge pull request #1238 from past-due/github_actions_xcode_legacy_1 by Bill Hollings · 3 years, 3 months ago
  67. 1735a22 Merge pull request #1237 from billhollings/getphysicaldevice by Bill Hollings · 3 years, 3 months ago
  68. 95cf144 Add ability to automatically capture first GPU frame. by Bill Hollings · 3 years, 3 months ago
  69. 0232905 [GitHub Actions] Add "legacy" Xcode 11.7 build configuration by past-due · 3 years, 3 months ago
  70. ac04d80 [GitHub Actions] Update to Xcode 12.4, adjust build matrix by past-due · 3 years, 3 months ago
  71. 51188b5 Add MVKDeviceTrackingMixin::getPhysicalDevice() to streamline access. by Bill Hollings · 3 years, 3 months ago
  72. fcb4701 Merge pull request #1232 from cdavis5e/volatile-temp-buffers by Bill Hollings · 3 years, 3 months ago
  73. e1ac50c MVKMTLBufferAllocation: Mark temp buffers as volatile. by Chip Davis · 3 years, 3 months ago
  74. ae347c4 Merge pull request #1230 from billhollings/xc124 by Bill Hollings · 3 years, 3 months ago
  75. e5e1f65 Update Xcode build settings to cover Xcode 12.4. by Bill Hollings · 3 years, 3 months ago
  76. 6cee2fe Merge pull request #1229 from cdavis5e/occlusion-query-temp-buffers by Bill Hollings · 3 years, 3 months ago
  77. 55d206e MVKCommandEncoder: Use the temp buffer mechanism for visibility buffers. by Chip Davis · 3 years, 3 months ago
  78. ff7737b Merge pull request #1226 from billhollings/fastmath by Bill Hollings · 3 years, 3 months ago
  79. a69982e Add guard code for XCode 11. by Bill Hollings · 3 years, 3 months ago
  80. 4083dd1 Merge branch 'master' of https://github.com/billhollings/MoltenVK into fastmath by Bill Hollings · 3 years, 3 months ago
  81. 05fe007 Merge pull request #1227 from cdavis5e/xcode-11-fixes by Bill Hollings · 3 years, 3 months ago
  82. 2bfb5ed Fix build on Xcode 11. by Chip Davis · 3 years, 3 months ago
  83. 7ce4e0c Update to latest SPIRV-Cross to query shader invariance. by Bill Hollings · 3 years, 3 months ago
  84. b80a620 Merge pull request #1223 from cdavis5e/occlusion-query-rewrite by Bill Hollings · 3 years, 3 months ago
  85. 5d00644 Merge pull request #1224 from cdavis5e/mac-family-2-features by Bill Hollings · 3 years, 3 months ago
  86. 24c1b72 MVKPhysicalDevice: Require Mac family 2 for quad-scope permutation. by Chip Davis · 3 years, 3 months ago
  87. 592cec5 MVKPhysicalDevice: Require Mac family 2 for render without attachments. by Chip Davis · 3 years, 3 months ago
  88. 8e8edba MVKQueryPool: Totally rework the way occlusion queries work. by Chip Davis · 3 years, 3 months ago
  89. 3e20e1a Support compiling MSL with position invariance if indicated in SPIRV shader. by Bill Hollings · 3 years, 3 months ago
  90. 2343c02 Enable MSL ffast-math compilation option by default. by Bill Hollings · 3 years, 3 months ago
  91. 2780ba1 Merge pull request #1220 from billhollings/global-config by Bill Hollings · 3 years, 3 months ago
  92. 696de7a Make MVKConfiguration access global, ignoring provided VkInstance. by Bill Hollings · 3 years, 3 months ago
  93. 6c74fbf Merge pull request #1217 from billhollings/shaderInt64 by Bill Hollings · 3 years, 3 months ago
  94. 2fc9fcb Support shaderInt64 feature only on minimum MSL 2.3 and higher GPUs. by Bill Hollings · 3 years, 3 months ago
  95. f6374fe Merge pull request #1219 from billhollings/mtl-fence-semaphore by Bill Hollings · 3 years, 3 months ago
  96. dd36159 Merge pull request #1218 from billhollings/m1-integrated by Bill Hollings · 3 years, 3 months ago
  97. 64a273f For Vulkan semaphores, prefer using MTLFence over MTLEvent, by Bill Hollings · 3 years, 3 months ago
  98. f123cb4 Advertise macOS M1 GPU as VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU. by Bill Hollings · 3 years, 3 months ago
  99. 5776352 Advertise support for shaderInt64 feature. by Bill Hollings · 3 years, 3 months ago
  100. c757f30 Merge pull request #1213 from billhollings/minor-updates by Bill Hollings · 3 years, 3 months ago