1. dea8fd4 Merge pull request #1066 from billhollings/kill-opts by Bill Hollings · 3 years, 6 months ago
  2. 92336c5 Merge pull request #1067 from billhollings/setmtltex by Bill Hollings · 3 years, 6 months ago
  3. eb706ea Update What's New document. by Bill Hollings · 3 years, 6 months ago
  4. 00f7535 fetchDependencies builds serially by default. by Bill Hollings · 3 years, 6 months ago
  5. f58da76 Merge pull request #1054 from billhollings/master by Bill Hollings · 3 years, 6 months ago
  6. 6ebb20e Merge pull request #1064 from cdavis5e/layered-copies by Bill Hollings · 3 years, 6 months ago
  7. 4b7111d Merge pull request #1065 from cdavis5e/tvos-fixes by Chip Davis · 3 years, 6 months ago
  8. ef68481 Really fix tvOS build. by Chip Davis · 3 years, 6 months ago
  9. 4097089 vkSetMTLTextureMVK() Fix crash if incoming MTLTexture does not have an IOSurface. by Bill Hollings · 3 years, 6 months ago
  10. 9334fe8 MVKCmdCopyImage: Use the method to copy multiple slices when possible. by Chip Davis · 3 years, 6 months ago
  11. 37fb85f Merge branch 'master' of https://github.com/KhronosGroup/MoltenVK by Bill Hollings · 3 years, 6 months ago
  12. cf3379f Merge pull request #1062 from cdavis5e/layered-resolve by Bill Hollings · 3 years, 6 months ago
  13. a56cfd7 Merge pull request #1063 from cdavis5e/tvos-fixes by Chip Davis · 3 years, 6 months ago
  14. 0fc93af Fix build errors on tvOS. by Chip Davis · 3 years, 6 months ago
  15. 3f58a8f Merge branch 'master' of https://github.com/billhollings/MoltenVK into xcode12 by Bill Hollings · 3 years, 6 months ago
  16. a23f99c Refactor MoltenVKShaderConverter frameworks. by Bill Hollings · 3 years, 6 months ago
  17. f175750 Merge branch 'master' of https://github.com/KhronosGroup/MoltenVK by Bill Hollings · 3 years, 6 months ago
  18. 0ae3dc2 MVKCmdResolveImage: Use layered rendering where possible. by Chip Davis · 3 years, 6 months ago
  19. 7394860 Merge pull request #1061 from cdavis5e/clear-atts-render-area by Bill Hollings · 3 years, 6 months ago
  20. 35fbda1 MVKCmdClearAttachments: Account for the renderArea. by Chip Davis · 3 years, 6 months ago
  21. 6cfe8cd Merge pull request #1060 from cdavis5e/layered-clears by Bill Hollings · 3 years, 6 months ago
  22. 656935b MVKCmdClearImage: Use layered rendering when possible. by Chip Davis · 3 years, 6 months ago
  23. a48da30 Merge pull request #1059 from cdavis5e/fix-image-memory-offset by Bill Hollings · 3 years, 6 months ago
  24. 0e49549 Remove obsolete library paths in MoltenVKShaderConverter.xcodeproj. by Bill Hollings · 3 years, 6 months ago
  25. 61de11b MVKImage: Correct offset for texel buffers and heaps. by Chip Davis · 3 years, 6 months ago
  26. f3b6b9c Merge branch 'master' of https://github.com/billhollings/MoltenVK into xcode12 by Bill Hollings · 3 years, 6 months ago
  27. fde690a Merge branch 'master' of https://github.com/KhronosGroup/MoltenVK by Bill Hollings · 3 years, 6 months ago
  28. c312fb3 Merge pull request #1057 from cdavis5e/fix-1d-props by Bill Hollings · 3 years, 6 months ago
  29. 38e0793 Merge pull request #1056 from cdavis5e/read-stencil-view by Bill Hollings · 3 years, 6 months ago
  30. a8cb88d Merge pull request #1055 from cdavis5e/atomic-linear-texel-buffer by Bill Hollings · 3 years, 6 months ago
  31. f4f6c06 Conditionally compile MTLLanguageVersion2_3 based on available SDK. by Bill Hollings · 3 years, 6 months ago
  32. f4065f8 MVKDevice: Fix reported image format properties for 1D images as 2D. by Chip Davis · 3 years, 6 months ago
  33. 41b787d MVKImage: Only create a stencil view for reading. by Chip Davis · 3 years, 6 months ago
  34. 4b4e5e9 MVKImage: Always use a texel buffer for atomic linear storage images. by Chip Davis · 3 years, 6 months ago
  35. e5cf11f Merge pull request #1052 from cdavis5e/image-mutable-format by Bill Hollings · 3 years, 6 months ago
  36. b04720d Merge pull request #1053 from cdavis5e/max-inline-uniform-blocks by Bill Hollings · 3 years, 6 months ago
  37. 8dc26c3 Merge pull request #1051 from cdavis5e/ycbcr-fixes by Bill Hollings · 3 years, 6 months ago
  38. 6fba50b Update What's New document with new linking options. by Bill Hollings · 3 years, 6 months ago
  39. e4a5910 MVKImageView: Get the plane from the aspect mask for single-plane formats. by Chip Davis · 3 years, 6 months ago
  40. 400781e MVKImage: Use the plane's MTLPixelFormat to calculate memory sizes. by Chip Davis · 3 years, 6 months ago
  41. f3eda62 MVKDevice: Fix getting the required alignment for multiplanar textures. by Chip Davis · 3 years, 7 months ago
  42. 4b592be Correct features and image properties of chroma subsampled formats. by Chip Davis · 3 years, 7 months ago
  43. c37f176 MVKDevice: Limit the maximum number of inline uniform blocks on Mac. by Chip Davis · 3 years, 6 months ago
  44. 278a720 MVKImage: Handle VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT. by Chip Davis · 3 years, 6 months ago
  45. 8a9c708 Disable MTLLanguageVersion2_3 on macOS for Xcode 12.0. by Bill Hollings · 3 years, 6 months ago
  46. 9af7d16 Merge branch 'master' of https://github.com/billhollings/MoltenVK into xcode12 by Bill Hollings · 3 years, 6 months ago
  47. cadc011 Merge pull request #1050 from cdavis5e/image-extended-usage by Bill Hollings · 3 years, 6 months ago
  48. 3a97b1b Merge pull request #1049 from cdavis5e/mac-linear-images-ios-fix by Chip Davis · 3 years, 6 months ago
  49. f5897fc MVKImage: Handle VK_IMAGE_CREATE_EXTENDED_USAGE_BIT. by Chip Davis · 3 years, 6 months ago
  50. 7b0f08e Fix iOS build again. by Chip Davis · 3 years, 6 months ago
  51. 1423930 Merge pull request #1048 from cdavis5e/depth-stencil-resolve by Bill Hollings · 3 years, 6 months ago
  52. cbcec7c Merge pull request #1047 from cdavis5e/fix-image-memory-reqs-2 by Bill Hollings · 3 years, 6 months ago
  53. 20217d0 Support the VK_KHR_depth_stencil_resolve extension. by Chip Davis · 3 years, 7 months ago
  54. 1f17266 MVKImage: Fix broken getMemoryRequirements2(). by Chip Davis · 3 years, 6 months ago
  55. 1e4cf3b Merge branch 'master' of https://github.com/billhollings/MoltenVK into xcode12 by Bill Hollings · 3 years, 6 months ago
  56. a59a268 Merge pull request #1043 from cdavis5e/mac-linear-images by Bill Hollings · 3 years, 6 months ago
  57. e4dbb80 Support linear images and buffer views in shared memory on macOS 10.15.5+. by Chip Davis · 3 years, 7 months ago
  58. 487305d Merge branch 'master' of https://github.com/billhollings/MoltenVK into xcode12 by Bill Hollings · 3 years, 6 months ago
  59. bfabb5f Merge pull request #1045 from cdavis5e/indirect-tess-draw-fix by Bill Hollings · 3 years, 6 months ago
  60. 5cbd809 Merge pull request #1044 from cdavis5e/no-compressed-linear by Bill Hollings · 3 years, 6 months ago
  61. f43e6c2 Merge pull request #1046 from billhollings/master by Bill Hollings · 3 years, 6 months ago
  62. 7682881 Add support for VK_KHR_portability_subset extension. by Bill Hollings · 3 years, 6 months ago
  63. 122c15b Update Vulkan-Headers to version 1.1.154 to include VK_KHR_portability_subset. by Bill Hollings · 3 years, 6 months ago
  64. fa7515e MVKPipeline: Don't skip setting the vertex stage pipeline. by Chip Davis · 3 years, 6 months ago
  65. ff25d46 MVKImage: Reject attempts to create compressed linear images. by Chip Davis · 3 years, 7 months ago
  66. 1d93650 Merge pull request #1042 from cdavis5e/fix-instanced-divisors by Bill Hollings · 3 years, 6 months ago
  67. 69255e8 MVKGraphicsPipeline: Fix applying divisors to instanced vertex attributes. by Chip Davis · 3 years, 6 months ago
  68. e4b8c67 Merge pull request #1040 from cdavis5e/fix-ios-build by Chip Davis · 3 years, 6 months ago
  69. e768649 Fix iOS/tvOS build. by Chip Davis · 3 years, 6 months ago
  70. a8eff24 Merge pull request #1039 from cdavis5e/no-variable-ms-rate by Bill Hollings · 3 years, 6 months ago
  71. a0bdca1 Merge pull request #1038 from cdavis5e/fail-tri-fan-pipelines by Bill Hollings · 3 years, 6 months ago
  72. a142455 Merge pull request #1037 from cdavis5e/3d-clears by Bill Hollings · 3 years, 6 months ago
  73. 68c8146 Disable the variableMultisampleRate feature for now. by Chip Davis · 3 years, 6 months ago
  74. 049fa38 MVKGraphicsPipeline: Fail triangle fan pipelines. by Chip Davis · 3 years, 6 months ago
  75. 9f675b2 MVKCmdClearImage: Support clears of 3D images. by Chip Davis · 3 years, 7 months ago
  76. 67d4b33 Merge pull request #1036 from cdavis5e/ignore-sampler-address-w by Bill Hollings · 3 years, 6 months ago
  77. afa536c Merge pull request #1035 from cdavis5e/3d-blits by Bill Hollings · 3 years, 6 months ago
  78. 5a9b8c8 Merge pull request #1031 from cdavis5e/retain-descriptor-sets by Bill Hollings · 3 years, 6 months ago
  79. 9c28064 MVKSampler: Ignore addressModeW with unnormalized coordinates. by Chip Davis · 3 years, 7 months ago
  80. 3e1e029 MVKCmdBlitImage: Support blits with non-2D images. by Chip Davis · 3 years, 7 months ago
  81. 30113fc Retain pipeline layouts in bind/push descriptor commands. by Chip Davis · 3 years, 7 months ago
  82. a2734c3 Merge pull request #1034 from cdavis5e/sampler-desc-autorelease by Bill Hollings · 3 years, 6 months ago
  83. 7abb9f5 Merge pull request #1033 from cdavis5e/3d-2d-copies by Bill Hollings · 3 years, 6 months ago
  84. 0a20bb0 Merge pull request #1032 from cdavis5e/free-failed-objects by Bill Hollings · 3 years, 6 months ago
  85. ef55ef6 MVKSampler: Wrap MTLSamplerState creation in an autorelease pool. by Chip Davis · 3 years, 7 months ago
  86. fa862c4 MVKCmdCopyImage: Support copies between 3D and 2D images. by Chip Davis · 3 years, 7 months ago
  87. 86a1fbd Destroy/free objects when configuration fails. by Chip Davis · 3 years, 7 months ago
  88. 061f4ee Merge pull request #1030 from cdavis5e/clear-linear-images-mac by Bill Hollings · 3 years, 7 months ago
  89. 544a4a8 MVKCmdClearColorImage: Clear linear images on Mac with a shader. by Chip Davis · 3 years, 7 months ago
  90. 2cb385b Merge pull request #1029 from cdavis5e/resolve-subregion-fix by Bill Hollings · 3 years, 7 months ago
  91. 3680308 Merge pull request #1028 from billhollings/xcode12 by Bill Hollings · 3 years, 7 months ago
  92. a299ee6 MVKCmdResolveImage: Fix resolving sub-regions. by Chip Davis · 3 years, 7 months ago
  93. a47bcdf Support fat platform libraries in XCFrameworks and dylibs. by Bill Hollings · 3 years, 7 months ago
  94. cf109ce Merge pull request #1026 from billhollings/xcode12 by Bill Hollings · 3 years, 7 months ago
  95. f00de1b Cleanup master xcode12 merge issues in Demos. by Bill Hollings · 3 years, 7 months ago
  96. 9406fce Fix syntax crash in create_xcframework_func.sh. by Bill Hollings · 3 years, 7 months ago
  97. 51777ca Merge branch 'master' of https://github.com/billhollings/MoltenVK into xcode12 by Bill Hollings · 3 years, 7 months ago
  98. d135363 Merge pull request #1024 from billhollings/master by Bill Hollings · 3 years, 7 months ago
  99. b7b1435 Support Xcode 11.7. by Bill Hollings · 3 years, 7 months ago
  100. e9c4b48 Cleanup Vulkan 1.1 info. by Bill Hollings · 3 years, 7 months ago