1. e9bc3b3 Merge pull request #1193 from cdavis5e/memoryless-host-accessibility by Bill Hollings · 3 years, 4 months ago
  2. c985bbf Merge pull request #1192 from cdavis5e/memoryless-rt-actions by Bill Hollings · 3 years, 4 months ago
  3. 4f0d370 Merge pull request #1190 from cdavis5e/render-rgb9e5-mask by Bill Hollings · 3 years, 4 months ago
  4. 326e872 Merge pull request #1189 from cdavis5e/sync-create-texture by Bill Hollings · 3 years, 4 months ago
  5. 8dce95b Merge pull request #1188 from cdavis5e/apple-gpu-linear-rt by Bill Hollings · 3 years, 4 months ago
  6. 4d6b92b MVKDeviceMemory: Don't consider Memoryless host-accessible on macOS/tvOS. by Chip Davis · 3 years, 5 months ago
  7. aa65392 MVKRenderPass: Don't use Load/Store actions for memoryless. by Chip Davis · 3 years, 5 months ago
  8. e6a8409 MVKGraphicsPipeline: Fix color write mask with RGB9E5 RTs. by Chip Davis · 3 years, 5 months ago
  9. f875055 MVKImagePlane: When sync'ing, create the texture if it doesn't exist. by Chip Davis · 3 years, 5 months ago
  10. 1bbab61 MVKPixelFormats: Enable RenderTarget usage for linear textures on Apple GPUs. by Chip Davis · 3 years, 5 months ago
  11. a55cf39 Merge pull request #1184 from billhollings/update-1.1.2 by Bill Hollings · 3 years, 4 months ago
  12. 94a8117 Update MoltenVK to version 1.1.2. by Bill Hollings · 3 years, 4 months ago
  13. b8f044e Merge pull request #1179 from js6i/no_fast_math by Bill Hollings · 3 years, 5 months ago
  14. 4440a64 Config: Added setting for fastMathEnabled Metal Compiler option. by Jan Sikorski · 3 years, 5 months ago
  15. e8e4218 Merge pull request #1175 from past-due/github_actions_1 by Bill Hollings · 3 years, 5 months ago
  16. 12981c0 GitHub Actions: Remove explicit `--no-parallel-build` parameter by past-due · 3 years, 5 months ago
  17. 41cfcdb Remove .travis.yml by past-due · 3 years, 5 months ago
  18. c676480 GitHub Actions: Output full dependency build logs (on failure) by past-due · 3 years, 5 months ago
  19. 7a92c39 GitHub Actions: Skip building Demos by past-due · 3 years, 5 months ago
  20. c81b666 fetchDependencies: Support xcpretty (if available) by past-due · 3 years, 5 months ago
  21. 2657ee5 GitHub Actions: Use Makefile by past-due · 3 years, 5 months ago
  22. 32abeab Makefile: Support xcpretty (if available), falling back to xcodebuild -quiet parameter by past-due · 3 years, 5 months ago
  23. 3443a94 GitHub Actions: Cache dependencies by past-due · 3 years, 5 months ago
  24. aa46313 GitHub Actions: Upload artifacts by past-due · 3 years, 5 months ago
  25. c39f156 GitHub Actions: Use xcpretty by past-due · 3 years, 5 months ago
  26. b93d60f Add GitHub Actions CI by past-due · 3 years, 5 months ago
  27. 49de660 Merge pull request #1177 from billhollings/sdk-1.2.162 by Bill Hollings · 3 years, 5 months ago v1.1.1
  28. 1ccc0ab Update dependency libraries to match Vulkan SDK 1.2.162. by Bill Hollings · 3 years, 5 months ago
  29. 33b0e4f Merge pull request #1172 from cdavis5e/fix-xc11-compilation by Bill Hollings · 3 years, 5 months ago
  30. 13b1840 MVKImage: Fix compilation with Xcode 11. by Chip Davis · 3 years, 5 months ago
  31. 75e0b5f Merge pull request #1171 from cdavis5e/swapchain-any-image-size by Bill Hollings · 3 years, 5 months ago
  32. 891654d MVKSwapchain: Allow images whose size doesn't match the CAMetalLayer. by Chip Davis · 3 years, 6 months ago
  33. b01fe1c Merge pull request #1170 from cdavis5e/mtlevent-semaphores by Bill Hollings · 3 years, 5 months ago
  34. f74356e Re-enable MTLEvent-based binary semaphores. by Chip Davis · 3 years, 7 months ago
  35. 6110c34 Merge pull request #1168 from billhollings/mac-catalyst by Bill Hollings · 3 years, 5 months ago
  36. 7f62362 Fixes from review for Mac Catalyst on macOS 11.0+. by Bill Hollings · 3 years, 5 months ago
  37. 796ca45 Merge pull request #1169 from cdavis5e/device-loss by Bill Hollings · 3 years, 5 months ago
  38. cbc2443 Handle device loss. by Chip Davis · 3 years, 6 months ago
  39. f8d8262 Update Travis CI to use Xcode 12.2 to support macOS 11.0 builds. by Bill Hollings · 3 years, 5 months ago
  40. 36e0a71 Merge pull request #1167 from cdavis5e/subgroup-size-control by Bill Hollings · 3 years, 5 months ago
  41. e0e5d3c Support the VK_EXT_subgroup_size_control extension. by Chip Davis · 3 years, 5 months ago
  42. ab34b8c Remove spurious debug log message. by Bill Hollings · 3 years, 5 months ago
  43. 1ec58c9 Support building for Mac Catalyst on macOS 11.0+. by Bill Hollings · 3 years, 5 months ago
  44. 1329f3a Update build scripts to build for Mac Catalyst. by Bill Hollings · 3 years, 5 months ago
  45. 9ec67ed Merge pull request #1166 from cdavis5e/mvk-ext-supported-cleanup by Bill Hollings · 3 years, 5 months ago
  46. 1801c5b MVKExtensions: Clean up mvkIsSupportedOnPlatform(). by Chip Davis · 3 years, 5 months ago
  47. 761004d Merge pull request #1165 from cdavis5e/sync-fixes by Bill Hollings · 3 years, 5 months ago
  48. 898c03d MVKSync: Miscellaneous fixes. by Chip Davis · 3 years, 6 months ago
  49. 242edbd Merge pull request #1164 from js6i/master by Bill Hollings · 3 years, 5 months ago
  50. 2b8bc02 Merge pull request #1162 from cdavis5e/min-sample-shading by Bill Hollings · 3 years, 5 months ago
  51. c2044be Merge pull request #1161 from cdavis5e/apple-texture-swizzle by Bill Hollings · 3 years, 5 months ago
  52. 597e746 MVKImage: Avoid swizzling storage and/or attachment image views. by Jan Sikorski · 3 years, 5 months ago
  53. 85416e2 MVKGraphicsPipeline: Handle minSampleShading. by Chip Davis · 3 years, 6 months ago
  54. 346c532 MVKPhysicalDevice: Enable texture swizzle on all Apple GPUs. by Chip Davis · 3 years, 6 months ago
  55. c5b650f Merge pull request #1159 from cdavis5e/subgroup-support-fix by Bill Hollings · 3 years, 5 months ago
  56. 8e11c41 MVKPhysicalDevice: Correct subgroup properties. by Chip Davis · 3 years, 6 months ago
  57. ce85a96 Merge pull request #1157 from Michael-Lfx/master by Chip Davis · 3 years, 6 months ago
  58. fee3e5d Fix macOS 10.15.5 with Xcode 12.1 compilation error. by michael(jf.lai) · 3 years, 6 months ago
  59. 883b96f Merge pull request #1153 from js6i/master by Bill Hollings · 3 years, 6 months ago
  60. 6087e0a Merge pull request #1152 from cdavis5e/ios-min-lod-clamp by Bill Hollings · 3 years, 6 months ago
  61. 8173a97 MVKBufferView: Avoid triggering bytesPerRow validation warning. by Jan Sikorski · 3 years, 6 months ago
  62. 3b33c9c MVKPhysicalDevice: Enable shaderResourceMinLod on iOS. by Chip Davis · 3 years, 6 months ago
  63. 4e0abab Merge pull request #1151 from cdavis5e/ios-family-7 by Bill Hollings · 3 years, 6 months ago
  64. 3b71eb0 Merge pull request #1149 from cdavis5e/ios-3d-compressed by Bill Hollings · 3 years, 6 months ago
  65. 4f8613c Enable some family 7 features on iOS. by Chip Davis · 3 years, 6 months ago
  66. 76c78eb Merge pull request #1150 from cdavis5e/max-threadgroup-size-pipeline by Bill Hollings · 3 years, 6 months ago
  67. c826d58 MVKComputePipeline: Override max threads per threadgroup. by Chip Davis · 3 years, 6 months ago
  68. 0dc92be MVKPhysicalDevice: Enable 3D compressed textures on iOS/tvOS. by Chip Davis · 3 years, 6 months ago
  69. 1772790 Merge pull request #1147 from cdavis5e/mac-apple-family-7 by Bill Hollings · 3 years, 6 months ago
  70. a63861c Merge pull request #1146 from TheSpydog/dont-cull-clears by Chip Davis · 3 years, 6 months ago
  71. 2c33c69 Set viewport and scissor rect to the framebuffer extents before clearing. And minor style fixes. by Caleb Cornett · 3 years, 6 months ago
  72. 85c6e45 Set fill mode, depth bias, viewport, and scissor states before clearing attachments by Caleb Cornett · 3 years, 6 months ago
  73. 6a00362 MVKPhysicalDevice: Enable Apple family 7 features on macOS. by Chip Davis · 3 years, 6 months ago
  74. f37c9ad Merge pull request #1144 from cdavis5e/mixed-2d-3d-layered-render by Bill Hollings · 3 years, 6 months ago
  75. d8bded2 Disable culling for the duration of the vkCmdClearAttachments call by Caleb Cornett · 3 years, 6 months ago
  76. 3e699e4 MVKCommandEncoder: Don't set renderTargetArrayLength for mixed 2D/3D renders. by Chip Davis · 3 years, 6 months ago
  77. d208f94 Merge pull request #1143 from cdavis5e/msl-interpolation-functions by Bill Hollings · 3 years, 6 months ago
  78. e6d1f3c MVKPhysicalDevice: Expose support for interpolation functions. by Chip Davis · 3 years, 6 months ago
  79. c593983 Merge pull request #1142 from MarnixKuijs/master by Bill Hollings · 3 years, 6 months ago
  80. bf65caa Merge pull request #1141 from billhollings/desc-set-cleanups by Bill Hollings · 3 years, 6 months ago
  81. ac968db Device fallback and fixed typo by MarnixKuijs · 3 years, 6 months ago
  82. 3308075 Merge pull request #1140 from cdavis5e/apple-gpu-linear-blit-clear by Bill Hollings · 3 years, 6 months ago
  83. 163e8e5 Merge branch 'master' of https://github.com/billhollings/MoltenVK into desc-set-cleanups by Bill Hollings · 3 years, 6 months ago
  84. 415ad30 Allow linear images on Apple GPUs in Blit and Clear commands. by Chip Davis · 3 years, 6 months ago
  85. 3261d69 Merge pull request #1139 from billhollings/tvos-build-fixes by Bill Hollings · 3 years, 6 months ago
  86. 51ad6b3 Merge pull request #1138 from cdavis5e/max-occlusion-queries by Bill Hollings · 3 years, 6 months ago
  87. 223a1f4 Fix build warnings. by Bill Hollings · 3 years, 6 months ago
  88. 779ae2a Fix tvOS builds. by Bill Hollings · 3 years, 6 months ago
  89. 8cb4846 MVKPhysicalDevice: Set max visibility buffer size to 256 kiB where supported. by Chip Davis · 3 years, 6 months ago
  90. 426b699 Merge pull request #1137 from cdavis5e/layered-blits by Bill Hollings · 3 years, 6 months ago
  91. 4666141 Merge pull request #1136 from cdavis5e/tex-compress-astc-hdr by Bill Hollings · 3 years, 6 months ago
  92. 6defcea Simplify MVKDescriptor subclass implementations. by Bill Hollings · 3 years, 6 months ago
  93. b1e304b MVKCmdBlitImage: Use layered draws when possible. by Chip Davis · 3 years, 6 months ago
  94. 75129b8 Support the VK_EXT_texture_compression_astc_hdr extension. by Chip Davis · 3 years, 6 months ago
  95. a941ace Merge pull request #1135 from cdavis5e/tsan-pipeline-layout-config by Bill Hollings · 3 years, 6 months ago
  96. cee558f Merge pull request #1134 from cdavis5e/apple-gpu-extensions by Bill Hollings · 3 years, 6 months ago
  97. cdd5b45 Fix Metal validation error when unused elements in by Bill Hollings · 3 years, 6 months ago
  98. 23f113f MVKPipelineLayout: Only set configuration result if validating. by Chip Davis · 3 years, 6 months ago
  99. 8cff884 MVKDescriptorSetLayout sort and hold bindings by binding number. by Bill Hollings · 3 years, 6 months ago
  100. 8bb9db2 Enable VK_EXT_post_depth_coverage for Apple Silicon on Mac. by Chip Davis · 3 years, 6 months ago