1. c6af90c Merge pull request #1021 from cdavis5e/create-renderpass2 by Bill Hollings · 3 years, 8 months ago
  2. 4181445 Merge pull request #1022 from cdavis5e/arm64-alias-fix by Bill Hollings · 3 years, 8 months ago
  3. 2c40e39 Fix aliases on ARM64. by Chip Davis · 3 years, 8 months ago
  4. 260f939 Support the VK_KHR_create_renderpass2 extension. by Chip Davis · 3 years, 8 months ago
  5. 19ebc77 Merge pull request #1020 from billhollings/master by Bill Hollings · 3 years, 8 months ago
  6. 3fccd4b Fix Metal validation error when occlusion query and by Bill Hollings · 3 years, 8 months ago
  7. f3fd698 Merge pull request #1019 from js6i/master by Bill Hollings · 3 years, 8 months ago
  8. 8eeae75 MVKCmdCopyImage: adjust destination extent when it's compressed by Jan Sikorski · 3 years, 8 months ago
  9. f7a5928 Merge pull request #1014 from js6i/master by Bill Hollings · 3 years, 8 months ago
  10. 5de79dc Merge pull request #1018 from cdavis5e/store-override-fix by Bill Hollings · 3 years, 8 months ago
  11. 6cbfba0 Prevent accidental setColorStoreAction for non-color attachments by Jan Sikorski · 3 years, 8 months ago
  12. 93ee030 MVKCommandEncoder: Set store override actions before finalizing draw state. by Chip Davis · 3 years, 8 months ago
  13. 8260f44 Merge pull request #1017 from cdavis5e/merge-pipeline-cache-owner-fix by Bill Hollings · 3 years, 8 months ago
  14. 79a15b1 Merge pull request #1016 from cdavis5e/free-descriptor-sets by Bill Hollings · 3 years, 8 months ago
  15. 3468439 Merge pull request #1015 from cdavis5e/vulkan1.1 by Bill Hollings · 3 years, 8 months ago
  16. 28b5f8c MVKShaderLibraryCache: Fix owner of merged MVKShaderLibraries. by Chip Davis · 3 years, 8 months ago
  17. 8a30aea MVKDescriptorPool: Only free descriptor sets it knows about. by Chip Davis · 3 years, 8 months ago
  18. 0cf2bfd Implement the vkEnumerateInstanceVersion() function. by Chip Davis · 3 years, 8 months ago
  19. a775263 Implement the vkGetDeviceQueue2() function. by Chip Davis · 3 years, 8 months ago
  20. 78963db Export core names of Vulkan 1.1 calls promoted from extensions. by Chip Davis · 3 years, 8 months ago
  21. 16db5bf MVKDevice: Fill in protected memory info structs. by Chip Davis · 3 years, 8 months ago
  22. 742a2f2 MVKDevice: Fill in feature struct for VK_KHR_shader_draw_parameters. by Chip Davis · 3 years, 8 months ago
  23. b8b44f9 Merge pull request #1011 from cdavis5e/external-semaphore by Bill Hollings · 3 years, 8 months ago
  24. 09bcd53 Add basic support for VK_KHR_external_semaphore{,_capabilities}. by Chip Davis · 3 years, 8 months ago
  25. 697e862 Merge pull request #1009 from cdavis5e/external-fence by Bill Hollings · 3 years, 8 months ago
  26. c3fd600 Merge pull request #1010 from cdavis5e/query-no-render-pass-crash by Bill Hollings · 3 years, 8 months ago
  27. 0d4b087 MVKCommandBuffer: Fix a crash on starting a query outside a render pass. by Chip Davis · 3 years, 8 months ago
  28. e642465 Add basic support for VK_KHR_external_fence{,_capabilities}. by Chip Davis · 3 years, 8 months ago
  29. 1ae7ba7 Merge pull request #1008 from billhollings/xcode12 by Bill Hollings · 3 years, 8 months ago
  30. 7af7a3b create_xcframework_func.sh script check for header availability before copying. by Bill Hollings · 3 years, 8 months ago
  31. 412c9dd Merge pull request #1006 from cdavis5e/multiview by Bill Hollings · 3 years, 8 months ago
  32. 34930ea Support the VK_KHR_multiview extension. by Chip Davis · 3 years, 9 months ago
  33. 257d3df Merge pull request #1005 from billhollings/xcode12 by Bill Hollings · 3 years, 8 months ago
  34. 4e45ddf Merge branch 'master' of https://github.com/billhollings/MoltenVK into xcode12 by Bill Hollings · 3 years, 8 months ago
  35. 9ef4130 Merge pull request #1004 from js6i/master by Bill Hollings · 3 years, 8 months ago
  36. 3c3683e MVKImagePlane: account for swapchain images in get/releaseMTLTexture() by Jan Sikorski · 3 years, 8 months ago
  37. e4126be Merge pull request #1003 from billhollings/xcode12 by Bill Hollings · 3 years, 8 months ago
  38. aa496c8 Merge pull request #1001 from cdavis5e/null-draws by Bill Hollings · 3 years, 8 months ago
  39. a52098d Merge pull request #1000 from cdavis5e/clear-vertex-count by Bill Hollings · 3 years, 8 months ago
  40. dbb0b58 Merge pull request #999 from cdavis5e/null-clear-atts by Bill Hollings · 3 years, 8 months ago
  41. 3262af3 Merge pull request #998 from cdavis5e/deferred-store-actions by Bill Hollings · 3 years, 8 months ago
  42. 56df7d6 Remove MoltenVK fat libraries and frameworks and use XCFramework instead. by Bill Hollings · 3 years, 8 months ago
  43. 245286f MVKCmdDraw: Don't encode commands that draw zero vertices. by Chip Davis · 3 years, 8 months ago
  44. 864a6a6 MVKCmdClearAttachments: Fix vertex count for clearing multiple layers. by Chip Davis · 3 years, 8 months ago
  45. 2d7717b MVKCmdClearAttachments: Don't attempt to clear unused attachments. by Chip Davis · 3 years, 8 months ago
  46. e2ba444 Use deferred store actions instead of tracking multi-pass draws. by Chip Davis · 3 years, 8 months ago
  47. 536d6cf Add MoltenVK XCFramework. by Bill Hollings · 3 years, 8 months ago
  48. e97d11a Shader converters as XCFramework. by Bill Hollings · 3 years, 8 months ago
  49. 5c6d171 Merge pull request #995 from billhollings/xcode12 by Bill Hollings · 3 years, 8 months ago
  50. 7c2951f Demos exclude arm64 architectures on macOS and Simulators. by Bill Hollings · 3 years, 8 months ago
  51. 5f6dd8f Fix build errors on Simulator not supporting MTLDrawable present time options. by Bill Hollings · 3 years, 8 months ago
  52. dd59aea Use external libraries as XCFrameworks. by Bill Hollings · 3 years, 8 months ago
  53. 7579cf6 Create external libraries as XCFrameworks. by Bill Hollings · 3 years, 8 months ago
  54. 43c0a08 Merge pull request #993 from js6i/master by Bill Hollings · 3 years, 9 months ago
  55. 7c99bb9 Initialize tessellation related variables conditionally in indirect draws by Jan Sikorski · 3 years, 9 months ago
  56. 769f0e4 Merge pull request #992 from cdavis5e/fix-988-991 by Bill Hollings · 3 years, 9 months ago
  57. 07c2054 MVKCommandBuffer: Don't set renderTargetArrayLength on devices that don't support it. by Chip Davis · 3 years, 9 months ago
  58. 4f8643c Travis use Xcode 12. by Bill Hollings · 3 years, 9 months ago
  59. fe89118 Support Xcode 12 settings. by Bill Hollings · 3 years, 9 months ago
  60. 24610ca Merge branch 'master' of https://github.com/KhronosGroup/MoltenVK into xcode12 by Bill Hollings · 3 years, 9 months ago
  61. f3e938f Merge pull request #990 from billhollings/master by Bill Hollings · 3 years, 9 months ago
  62. d4b5df5 Re-add support for bitcode generation on iOS and tvOS. by Bill Hollings · 3 years, 9 months ago
  63. 2853462 Merge pull request #988 from js6i/master by Bill Hollings · 3 years, 9 months ago
  64. 77cbe56 Detect support for having no attachments in a render pass by Jan Sikorski · 3 years, 9 months ago
  65. 2594bef Merge pull request #982 from jherico/dtk by Bill Hollings · 3 years, 9 months ago
  66. c3254cb Ensure the base texture is created when creating a view texture by Jan Sikorski · 3 years, 9 months ago
  67. babefe6 Always set renderTarget* properties in MTLRenderPassDescriptor by Jan Sikorski · 3 years, 9 months ago
  68. 8f8395d Enable MTLRenderPassDescriptor renderTargetWidth and renderTargetHeight API by Jan Sikorski · 3 years, 9 months ago
  69. df672f9 Enable building on xcode 12 beta by Bradley Austin Davis · 3 years, 9 months ago
  70. 72ef14e Merge pull request #985 from billhollings/master by Bill Hollings · 3 years, 9 months ago
  71. 5126aae Update MoltenVK version to 1.0.45. by Bill Hollings · 3 years, 9 months ago
  72. 7708b08 Merge pull request #983 from cdavis5e/multi-patch-workgroup by Bill Hollings · 3 years, 9 months ago
  73. 3db2cbf Process multiple patches per workgroup in a tessellation control shader. by Chip Davis · 3 years, 9 months ago
  74. 15dae8a Merge pull request #984 from js6i/master by Bill Hollings · 3 years, 9 months ago
  75. 8f52521 Flush source image of a transfer by Jan Sikorski · 3 years, 9 months ago
  76. 4609416 Merge pull request #980 from mbechard/master by Bill Hollings · 3 years, 9 months ago
  77. 8f6edef Merge pull request #979 from billhollings/master by Bill Hollings · 3 years, 9 months ago v1.0.44
  78. 5874616 dynamicOffsets are supposed to be ordered by binding index by Malcolm Bechard · 3 years, 9 months ago
  79. 2c7734e Fix issue where expected buffer-sizes buffer not bound to Metal compute encoder. by Bill Hollings · 3 years, 9 months ago
  80. 1e993f8 Merge pull request #977 from billhollings/master by Bill Hollings · 3 years, 9 months ago
  81. 834d391 Update dependency libraries to match Vulkan SDK 1.2.148. by Bill Hollings · 3 years, 9 months ago
  82. 23ea3c9 vkCmdBlitImage() return error if scaling or inverting to linear image on macOS. by Bill Hollings · 3 years, 9 months ago
  83. f7a1c87 Update pipeline cache to latest CompilerMSL::Options struct content. by Bill Hollings · 3 years, 9 months ago
  84. 6b25c81 Merge pull request #976 from cdavis5e/pipeline-sample-mask by Bill Hollings · 3 years, 9 months ago
  85. d2e5ff7 Merge pull request #975 from cdavis5e/image-robustness by Bill Hollings · 3 years, 9 months ago
  86. 484e1df Merge pull request #972 from BearishSun/various-fixes by Bill Hollings · 3 years, 9 months ago
  87. cda8a2c MVKPipeline: Pass the pipeline sample mask, if present, to SPIRV-Cross. by Chip Davis · 3 years, 9 months ago
  88. b1803ea MVKDevice: Support the VK_EXT_image_robustness extension. by Chip Davis · 3 years, 9 months ago
  89. e2f4828 Less error prone way of calculating bytes per layer by Marko Pintera · 3 years, 9 months ago
  90. 6da2fbb Don't over-allocate memory for higher mip levels of 3D textures by Marko Pintera · 3 years, 9 months ago
  91. f13fb48 Allocate correctly sized images by Marko Pintera · 3 years, 9 months ago
  92. d351a7a Use correct offset when calculating overlap between image and device memory ranges by Marko Pintera · 3 years, 9 months ago
  93. 0b6a5db Don't assign MTLTextureUsageRenderTarget to linear textures by Marko Pintera · 3 years, 9 months ago
  94. 115275b Merge pull request #971 from billhollings/master by Bill Hollings · 3 years, 9 months ago
  95. 1f68d5f Fix intermittent concurrent shader specialization race condition. by Bill Hollings · 3 years, 9 months ago
  96. c0103fd Remove redundant validation check for 2D image views on 3D images. by Bill Hollings · 3 years, 9 months ago
  97. b53a111 Merge pull request #969 from TheSpydog/scaled-vertex-formats by Bill Hollings · 3 years, 9 months ago
  98. c8cba37 Add support for USCALED/SSCALED vertex formats by Caleb Cornett · 3 years, 9 months ago
  99. 0d3b128 Merge pull request #968 from billhollings/master by Bill Hollings · 3 years, 9 months ago
  100. 81ec314 Track if indirect tessellation drawing is supported. by Bill Hollings · 3 years, 9 months ago