1. a87ef6b Merge pull request #723 from billhollings/master by Bill Hollings · 4 years, 8 months ago
  2. 2b398fe Track supported instance and device extensions correctly. by Bill Hollings · 4 years, 8 months ago
  3. 8fd5e18 Merge pull request #722 from billhollings/master by Bill Hollings · 4 years, 8 months ago
  4. 25acafd Disable depth and/or stencil testing if corresponding attachment is missing. by Bill Hollings · 4 years, 8 months ago
  5. e2ce1a6 vkCreateRenderPass() return VK_ERROR_FORMAT_NOT_SUPPORTED if format not supported. by Bill Hollings · 4 years, 8 months ago
  6. 0bc3be3 Merge pull request #718 from billhollings/master by Bill Hollings · 4 years, 9 months ago
  7. 95e805c vkCmdBlitImage() fix test for different sample counts. by Bill Hollings · 4 years, 9 months ago
  8. 95f5b58 Merge pull request #717 from billhollings/master by Bill Hollings · 4 years, 9 months ago
  9. 74e8af1 vkCmdBlitImage() support format component swizzling. by Bill Hollings · 4 years, 9 months ago
  10. f824c1a vkCmdClearImage() fix validation of depth attachment formats. by Bill Hollings · 4 years, 9 months ago
  11. b632864 Merge pull request #715 from billhollings/master by Bill Hollings · 4 years, 9 months ago
  12. f93c572 vkInvalidateMappedMemoryRanges() synchronizes managed device memory to CPU. by Bill Hollings · 4 years, 9 months ago
  13. fdd1c85 Add ability to automatically cause an Xcode GPU capture without developer intervention. by Bill Hollings · 4 years, 9 months ago
  14. 8db6177 Merge pull request #714 from billhollings/master by Bill Hollings · 4 years, 9 months ago
  15. 607941e vkCmdClearImage() set error if attempt made to clear 1D image. by Bill Hollings · 4 years, 9 months ago
  16. 97a9e70 Merge pull request #713 from cdavis5e/metal3-numa-heaps by Bill Hollings · 4 years, 9 months ago
  17. 0fc3036 Fix crash in vkDestroyPipelineLayout(). by Bill Hollings · 4 years, 9 months ago
  18. ce3757a Merge branch 'master' of https://github.com/KhronosGroup/MoltenVK by Bill Hollings · 4 years, 9 months ago
  19. 1c02662 Merge pull request #712 from cdavis5e/device-group by Bill Hollings · 4 years, 9 months ago
  20. 92f0bec MVKDevice: Report a second heap for non-UMA devices. by Chip Davis · 4 years, 9 months ago
  21. 69b238f Merge pull request #711 from cdavis5e/metal3-placement-heaps by Bill Hollings · 4 years, 9 months ago
  22. 100d7aa Support the VK_KHR_device_group extension. by Chip Davis · 4 years, 9 months ago
  23. 17759a2 Use placement heaps for VkDeviceMemory when possible. by Chip Davis · 4 years, 9 months ago
  24. 75b4c27 Merge branch 'master' of https://github.com/KhronosGroup/MoltenVK by Bill Hollings · 4 years, 9 months ago
  25. 4abc4d4 Merge pull request #710 from cdavis5e/metal3-new-colorspaces-fix-name by Bill Hollings · 4 years, 9 months ago
  26. f43169e Merge pull request #709 from cdavis5e/buffer-no-prefer-dedicated by Bill Hollings · 4 years, 9 months ago
  27. a93595e Merge pull request #708 from billhollings/master by Bill Hollings · 4 years, 9 months ago
  28. 57bcfe6 Fix name of Display-P3 linear color space. by Chip Davis · 4 years, 9 months ago
  29. 28fb7be MVKImage: Don't prefer dedicated allocations for buffer-backed images. by Chip Davis · 4 years, 9 months ago
  30. 769e887 Merge pull request #707 from cdavis5e/swapchain-composite-alpha by Bill Hollings · 4 years, 9 months ago
  31. 0305557 Merge pull request #706 from cdavis5e/metal3-texture-swizzle by Bill Hollings · 4 years, 9 months ago
  32. 95def90 Remove error logging on VK_TIMEOUT of VkSemaphore and VkFence. by Bill Hollings · 4 years, 9 months ago
  33. db1b5a4 MVKBuffer: Don't prefer dedicated allocations. by Chip Davis · 4 years, 9 months ago
  34. f601e92 MVKSwapchain: Add handling for compositeAlpha. by Chip Davis · 4 years, 9 months ago
  35. 7dc6421 Add support for VkEvent. by Bill Hollings · 4 years, 9 months ago
  36. 2b4f29a Take advantage of native texture swizzling support. by Chip Davis · 4 years, 10 months ago
  37. 3527653 Merge pull request #703 from cdavis5e/metal3-3d-compressed-texture by Bill Hollings · 4 years, 9 months ago
  38. df5c565 Take advantage of Metal 3.0's support for 3D compressed textures. by Chip Davis · 4 years, 10 months ago
  39. dcd5225 Merge pull request #702 from cdavis5e/metal3-min-lod by Bill Hollings · 4 years, 9 months ago
  40. f558cac Advertise the shaderResourceMinLod feature. by Chip Davis · 4 years, 10 months ago
  41. b2d787c Merge pull request #701 from cdavis5e/metal3-hdr-metadata by Bill Hollings · 4 years, 9 months ago
  42. 02f66bb Support the VK_EXT_hdr_metadata extension. by Chip Davis · 4 years, 10 months ago
  43. 9f2a183 Merge pull request #700 from cdavis5e/metal3-new-colorspaces by Bill Hollings · 4 years, 9 months ago
  44. 321af99 Link to CoreGraphics.framework. by Chip Davis · 4 years, 9 months ago
  45. e38b7e7 Merge pull request #699 from billhollings/master by Bill Hollings · 4 years, 9 months ago
  46. d2f1b59 Add more supported color spaces as of the latest OS versions. by Chip Davis · 5 years ago
  47. 1745bfe Fix crash when VkDeviceCreateInfo specifies queue families out of numerical order. by Bill Hollings · 4 years, 9 months ago
  48. 30f83f5 Merge pull request #698 from cdavis5e/metal3-fix-build by Bill Hollings · 4 years, 9 months ago
  49. 5cc70bf MVKDevice: Remove usage of MTLSoftwareVersion. by Chip Davis · 4 years, 9 months ago
  50. ff67117 Merge pull request #696 from billhollings/master by Bill Hollings · 4 years, 9 months ago
  51. e904d63 Use MVKVector whenever possible in MoltenVK, especially within render loop. by Bill Hollings · 4 years, 9 months ago
  52. da7a442 Consolidate the various linkable objects into a MVKLinkableMixin template base class. by Bill Hollings · 4 years, 9 months ago
  53. 4f00810 Merge pull request #691 from billhollings/Metal-3.0 by Bill Hollings · 4 years, 9 months ago v1.0.36-Metal-3.0
  54. 4d32b66 Merge master 1.0.36 into Metal-3.0 branch. by Bill Hollings · 4 years, 9 months ago
  55. ef14a14 Merge pull request #690 from billhollings/master by Bill Hollings · 4 years, 9 months ago
  56. c857014 Ensure Vulkan loader magic number persists in objects pooled by MoltenVK. by Bill Hollings · 4 years, 9 months ago
  57. 355e200 Revert to supporting host-coherent memory for linear images on macOS. by Bill Hollings · 4 years, 9 months ago
  58. 73cbc80 Merge pull request #685 from billhollings/master by Bill Hollings · 4 years, 9 months ago v1.0.36
  59. 095dd33 Update to latest version of SPIRV-Cross. by Bill Hollings · 4 years, 9 months ago
  60. a945872 Merge pull request #683 from billhollings/master by Bill Hollings · 4 years, 9 months ago
  61. 2f468db Updates for SDK 1.1.114 release. by Bill Hollings · 4 years, 9 months ago
  62. 4e4bf61 Merge pull request #682 from billhollings/master by Bill Hollings · 4 years, 9 months ago
  63. 232520a Merge branch 'master' of https://github.com/KhronosGroup/MoltenVK by Bill Hollings · 4 years, 9 months ago
  64. 1a9b0cb Fix crash when binding descriptor set to layout that has been destroyed and recreated. by Bill Hollings · 4 years, 9 months ago
  65. 6cc4b48 Return error when MVKImage created as 1D attachment. by Bill Hollings · 4 years, 9 months ago
  66. 6da89d6 Merge pull request #680 from cdavis5e/device-group-creation by Bill Hollings · 4 years, 9 months ago
  67. 9813a4b Merge branch 'master' of https://github.com/KhronosGroup/MoltenVK by Bill Hollings · 4 years, 9 months ago
  68. 3271b88 Merge pull request #679 from cdavis5e/enable-new-features by Bill Hollings · 4 years, 9 months ago
  69. 9c18530 Add a minimal implementation of VK_KHR_device_group_creation. by Chip Davis · 4 years, 9 months ago
  70. f5ed08e MVKDevice: Enable VK_EXT_scalar_block_layout features. by Chip Davis · 4 years, 9 months ago
  71. a1fb3b1 Fix issue with push constants used across multiple draw calls not being applied. by Bill Hollings · 4 years, 9 months ago
  72. 55c7ba1 MVKDevice: Enable features added by recently added extensions. by Chip Davis · 4 years, 9 months ago
  73. 948cd1a Merge pull request #678 from cdavis5e/more-format-fixes by Bill Hollings · 4 years, 9 months ago
  74. 6560166 Merge pull request #676 from billhollings/master by Bill Hollings · 4 years, 9 months ago
  75. b6034d8 More format feature fixes. by Chip Davis · 4 years, 9 months ago
  76. 65eed2f Reduce memory leaks when autorelease pools are not available. by Bill Hollings · 4 years, 9 months ago
  77. 27a1c44 Merge branch 'master' of https://github.com/KhronosGroup/MoltenVK by Bill Hollings · 4 years, 9 months ago
  78. c1aa02a Merge pull request #675 from cdavis5e/native-texture-buffer-fix-2 by Bill Hollings · 4 years, 9 months ago
  79. be5fc2c Merge pull request #674 from cdavis5e/swapchain-texture-view by Bill Hollings · 4 years, 9 months ago
  80. 88d07f7 Merge pull request #673 from cdavis5e/bgr10a2-surface by Bill Hollings · 4 years, 9 months ago
  81. 36df169 Merge pull request #672 from cdavis5e/more-spirv-extensions by Bill Hollings · 4 years, 9 months ago
  82. 55fc3a1 Fix implementation of VK_EXT_texel_buffer_alignment. by Chip Davis · 4 years, 9 months ago
  83. 1eb1ada MVKImage: Swapchain images do support texture views. by Chip Davis · 4 years, 9 months ago
  84. c479c37 Advertise VK_FORMAT_A2R10G10B10_UNORM_PACK32 as a surface format. by Chip Davis · 4 years, 9 months ago
  85. 4fbbb31 Support the VK_INTEL_shader_integer_functions2 extension. by Chip Davis · 4 years, 9 months ago
  86. 530d84b Advertise the VK_AMD_shader_trinary_minmax extension. by Chip Davis · 4 years, 9 months ago
  87. 3f3810a Advertise the VK_EXT_post_depth_coverage extension. by Chip Davis · 4 years, 9 months ago
  88. b2ae0f0 Support the VK_EXT_scalar_block_layout extension. by Chip Davis · 4 years, 9 months ago
  89. 0263808 Update SPIRV-Cross. by Chip Davis · 4 years, 9 months ago
  90. de29ba9 Merge branch 'master' of https://github.com/KhronosGroup/MoltenVK by Bill Hollings · 4 years, 9 months ago
  91. 463a104 Merge pull request #671 from cdavis5e/texel-buffer-alignment by Bill Hollings · 4 years, 9 months ago
  92. 745b929 Merge pull request #670 from cdavis5e/amd-shader-image-ldst-lod by Bill Hollings · 4 years, 9 months ago
  93. 1d4d29e Merge pull request #669 from cdavis5e/native-texture-buffer-fix by Bill Hollings · 4 years, 9 months ago
  94. 7771b00 Support the VK_EXT_texel_buffer_alignment extension. by Chip Davis · 4 years, 9 months ago
  95. eb33005 Advertise the VK_AMD_shader_image_load_store_lod extension. by Chip Davis · 4 years, 9 months ago
  96. fe3b2fb Merge pull request #666 from cdavis5e/swapchain-colorspace by Bill Hollings · 4 years, 9 months ago
  97. 0a138c6 Cube demo use staging buffers on macOS because host-coherent texture memory unavailable. by Bill Hollings · 4 years, 9 months ago
  98. dc16c3c MVKBuffer: Correct _mtlBytesPerRow value for the native texture buffer case. by Chip Davis · 4 years, 9 months ago
  99. 8c3d30b Support the VK_EXT_swapchain_colorspace extension. by Chip Davis · 5 years ago
  100. ab643ba Merge branch 'master' of https://github.com/KhronosGroup/MoltenVK by Bill Hollings · 4 years, 9 months ago