1. fbc3600 Support Xcode 12.3 and remove Travis CI ref from project. by Bill Hollings · 3 years, 4 months ago
  2. 787a7bc Merge pull request #1207 from mbechard/master by Bill Hollings · 3 years, 4 months ago
  3. 926e405 Update to latest SPIRV-Cross to fix conversion regression edge case. by Bill Hollings · 3 years, 4 months ago
  4. 2235458 further fix for 526779ad66 by Malcolm Bechard · 3 years, 4 months ago
  5. 12d9bb4 Merge pull request #1206 from mbechard/master by Bill Hollings · 3 years, 4 months ago
  6. 23f1b9d Merge pull request #1204 from VZout/patch-1 by Bill Hollings · 3 years, 4 months ago
  7. d9eb864 Merge pull request #1199 from kohver/patch-1 by Bill Hollings · 3 years, 4 months ago
  8. 526779a fix incorrect behavior for MVKCmdResolveImage by Malcolm Bechard · 3 years, 4 months ago
  9. 051d515 make getShaderOutputs respect multiple entry points. by Viktor Zoutman · 3 years, 4 months ago
  10. aab7c01 Merge pull request #1202 from markreidvfx/master by Bill Hollings · 3 years, 4 months ago
  11. 40cd45d Support immmutableSamplers with sampler arrays, fixes #1181 by Mark Reid · 3 years, 4 months ago
  12. 972f292 Update README.md by Artyom Kohver · 3 years, 4 months ago
  13. 3d46b93 Hide note about a reader if you already use one. by Artyom Kohver · 3 years, 4 months ago
  14. 15bf3d4 Merge pull request #1198 from cdavis5e/memoryless-build-fix by Bill Hollings · 3 years, 4 months ago
  15. 2eb0fe6 MVKRenderPass: Only use MTLStorageModeMemoryless where available. by Chip Davis · 3 years, 4 months ago
  16. 1ad0998 Merge pull request #1194 from cdavis5e/apple-gpu-render-granularity by Bill Hollings · 3 years, 4 months ago
  17. 930525f MVKRenderPass: Use a non-trivial granularity for TBDR GPUs. by Chip Davis · 3 years, 5 months ago
  18. 34dc378 Merge pull request #1191 from cdavis5e/apple-gpu-barriers by Bill Hollings · 3 years, 5 months ago
  19. d22d9e3 Don't use barriers in render passes on Apple GPUs. by Chip Davis · 3 years, 5 months ago
  20. e9bc3b3 Merge pull request #1193 from cdavis5e/memoryless-host-accessibility by Bill Hollings · 3 years, 5 months ago
  21. c985bbf Merge pull request #1192 from cdavis5e/memoryless-rt-actions by Bill Hollings · 3 years, 5 months ago
  22. 4f0d370 Merge pull request #1190 from cdavis5e/render-rgb9e5-mask by Bill Hollings · 3 years, 5 months ago
  23. 326e872 Merge pull request #1189 from cdavis5e/sync-create-texture by Bill Hollings · 3 years, 5 months ago
  24. 8dce95b Merge pull request #1188 from cdavis5e/apple-gpu-linear-rt by Bill Hollings · 3 years, 5 months ago
  25. 4d6b92b MVKDeviceMemory: Don't consider Memoryless host-accessible on macOS/tvOS. by Chip Davis · 3 years, 5 months ago
  26. aa65392 MVKRenderPass: Don't use Load/Store actions for memoryless. by Chip Davis · 3 years, 5 months ago
  27. e6a8409 MVKGraphicsPipeline: Fix color write mask with RGB9E5 RTs. by Chip Davis · 3 years, 5 months ago
  28. f875055 MVKImagePlane: When sync'ing, create the texture if it doesn't exist. by Chip Davis · 3 years, 5 months ago
  29. 1bbab61 MVKPixelFormats: Enable RenderTarget usage for linear textures on Apple GPUs. by Chip Davis · 3 years, 5 months ago
  30. a55cf39 Merge pull request #1184 from billhollings/update-1.1.2 by Bill Hollings · 3 years, 5 months ago
  31. 94a8117 Update MoltenVK to version 1.1.2. by Bill Hollings · 3 years, 5 months ago
  32. b8f044e Merge pull request #1179 from js6i/no_fast_math by Bill Hollings · 3 years, 5 months ago
  33. 4440a64 Config: Added setting for fastMathEnabled Metal Compiler option. by Jan Sikorski · 3 years, 5 months ago
  34. e8e4218 Merge pull request #1175 from past-due/github_actions_1 by Bill Hollings · 3 years, 5 months ago
  35. 12981c0 GitHub Actions: Remove explicit `--no-parallel-build` parameter by past-due · 3 years, 5 months ago
  36. 41cfcdb Remove .travis.yml by past-due · 3 years, 5 months ago
  37. c676480 GitHub Actions: Output full dependency build logs (on failure) by past-due · 3 years, 5 months ago
  38. 7a92c39 GitHub Actions: Skip building Demos by past-due · 3 years, 5 months ago
  39. c81b666 fetchDependencies: Support xcpretty (if available) by past-due · 3 years, 5 months ago
  40. 2657ee5 GitHub Actions: Use Makefile by past-due · 3 years, 5 months ago
  41. 32abeab Makefile: Support xcpretty (if available), falling back to xcodebuild -quiet parameter by past-due · 3 years, 5 months ago
  42. 3443a94 GitHub Actions: Cache dependencies by past-due · 3 years, 5 months ago
  43. aa46313 GitHub Actions: Upload artifacts by past-due · 3 years, 5 months ago
  44. c39f156 GitHub Actions: Use xcpretty by past-due · 3 years, 5 months ago
  45. b93d60f Add GitHub Actions CI by past-due · 3 years, 5 months ago
  46. 49de660 Merge pull request #1177 from billhollings/sdk-1.2.162 by Bill Hollings · 3 years, 5 months ago v1.1.1
  47. 1ccc0ab Update dependency libraries to match Vulkan SDK 1.2.162. by Bill Hollings · 3 years, 5 months ago
  48. 33b0e4f Merge pull request #1172 from cdavis5e/fix-xc11-compilation by Bill Hollings · 3 years, 5 months ago
  49. 13b1840 MVKImage: Fix compilation with Xcode 11. by Chip Davis · 3 years, 5 months ago
  50. 75e0b5f Merge pull request #1171 from cdavis5e/swapchain-any-image-size by Bill Hollings · 3 years, 5 months ago
  51. 891654d MVKSwapchain: Allow images whose size doesn't match the CAMetalLayer. by Chip Davis · 3 years, 6 months ago
  52. b01fe1c Merge pull request #1170 from cdavis5e/mtlevent-semaphores by Bill Hollings · 3 years, 5 months ago
  53. f74356e Re-enable MTLEvent-based binary semaphores. by Chip Davis · 3 years, 7 months ago
  54. 6110c34 Merge pull request #1168 from billhollings/mac-catalyst by Bill Hollings · 3 years, 5 months ago
  55. 7f62362 Fixes from review for Mac Catalyst on macOS 11.0+. by Bill Hollings · 3 years, 5 months ago
  56. 796ca45 Merge pull request #1169 from cdavis5e/device-loss by Bill Hollings · 3 years, 5 months ago
  57. cbc2443 Handle device loss. by Chip Davis · 3 years, 6 months ago
  58. f8d8262 Update Travis CI to use Xcode 12.2 to support macOS 11.0 builds. by Bill Hollings · 3 years, 6 months ago
  59. 36e0a71 Merge pull request #1167 from cdavis5e/subgroup-size-control by Bill Hollings · 3 years, 6 months ago
  60. e0e5d3c Support the VK_EXT_subgroup_size_control extension. by Chip Davis · 3 years, 6 months ago
  61. ab34b8c Remove spurious debug log message. by Bill Hollings · 3 years, 6 months ago
  62. 1ec58c9 Support building for Mac Catalyst on macOS 11.0+. by Bill Hollings · 3 years, 6 months ago
  63. 1329f3a Update build scripts to build for Mac Catalyst. by Bill Hollings · 3 years, 6 months ago
  64. 9ec67ed Merge pull request #1166 from cdavis5e/mvk-ext-supported-cleanup by Bill Hollings · 3 years, 6 months ago
  65. 1801c5b MVKExtensions: Clean up mvkIsSupportedOnPlatform(). by Chip Davis · 3 years, 6 months ago
  66. 761004d Merge pull request #1165 from cdavis5e/sync-fixes by Bill Hollings · 3 years, 6 months ago
  67. 898c03d MVKSync: Miscellaneous fixes. by Chip Davis · 3 years, 6 months ago
  68. 242edbd Merge pull request #1164 from js6i/master by Bill Hollings · 3 years, 6 months ago
  69. 2b8bc02 Merge pull request #1162 from cdavis5e/min-sample-shading by Bill Hollings · 3 years, 6 months ago
  70. c2044be Merge pull request #1161 from cdavis5e/apple-texture-swizzle by Bill Hollings · 3 years, 6 months ago
  71. 597e746 MVKImage: Avoid swizzling storage and/or attachment image views. by Jan Sikorski · 3 years, 6 months ago
  72. 85416e2 MVKGraphicsPipeline: Handle minSampleShading. by Chip Davis · 3 years, 6 months ago
  73. 346c532 MVKPhysicalDevice: Enable texture swizzle on all Apple GPUs. by Chip Davis · 3 years, 6 months ago
  74. c5b650f Merge pull request #1159 from cdavis5e/subgroup-support-fix by Bill Hollings · 3 years, 6 months ago
  75. 8e11c41 MVKPhysicalDevice: Correct subgroup properties. by Chip Davis · 3 years, 6 months ago
  76. ce85a96 Merge pull request #1157 from Michael-Lfx/master by Chip Davis · 3 years, 6 months ago
  77. fee3e5d Fix macOS 10.15.5 with Xcode 12.1 compilation error. by michael(jf.lai) · 3 years, 6 months ago
  78. 883b96f Merge pull request #1153 from js6i/master by Bill Hollings · 3 years, 6 months ago
  79. 6087e0a Merge pull request #1152 from cdavis5e/ios-min-lod-clamp by Bill Hollings · 3 years, 6 months ago
  80. 8173a97 MVKBufferView: Avoid triggering bytesPerRow validation warning. by Jan Sikorski · 3 years, 6 months ago
  81. 3b33c9c MVKPhysicalDevice: Enable shaderResourceMinLod on iOS. by Chip Davis · 3 years, 6 months ago
  82. 4e0abab Merge pull request #1151 from cdavis5e/ios-family-7 by Bill Hollings · 3 years, 6 months ago
  83. 3b71eb0 Merge pull request #1149 from cdavis5e/ios-3d-compressed by Bill Hollings · 3 years, 6 months ago
  84. 4f8613c Enable some family 7 features on iOS. by Chip Davis · 3 years, 6 months ago
  85. 76c78eb Merge pull request #1150 from cdavis5e/max-threadgroup-size-pipeline by Bill Hollings · 3 years, 6 months ago
  86. c826d58 MVKComputePipeline: Override max threads per threadgroup. by Chip Davis · 3 years, 6 months ago
  87. 0dc92be MVKPhysicalDevice: Enable 3D compressed textures on iOS/tvOS. by Chip Davis · 3 years, 6 months ago
  88. 1772790 Merge pull request #1147 from cdavis5e/mac-apple-family-7 by Bill Hollings · 3 years, 6 months ago
  89. a63861c Merge pull request #1146 from TheSpydog/dont-cull-clears by Chip Davis · 3 years, 6 months ago
  90. 2c33c69 Set viewport and scissor rect to the framebuffer extents before clearing. And minor style fixes. by Caleb Cornett · 3 years, 6 months ago
  91. 85c6e45 Set fill mode, depth bias, viewport, and scissor states before clearing attachments by Caleb Cornett · 3 years, 6 months ago
  92. 6a00362 MVKPhysicalDevice: Enable Apple family 7 features on macOS. by Chip Davis · 3 years, 6 months ago
  93. f37c9ad Merge pull request #1144 from cdavis5e/mixed-2d-3d-layered-render by Bill Hollings · 3 years, 6 months ago
  94. d8bded2 Disable culling for the duration of the vkCmdClearAttachments call by Caleb Cornett · 3 years, 6 months ago
  95. 3e699e4 MVKCommandEncoder: Don't set renderTargetArrayLength for mixed 2D/3D renders. by Chip Davis · 3 years, 6 months ago
  96. d208f94 Merge pull request #1143 from cdavis5e/msl-interpolation-functions by Bill Hollings · 3 years, 6 months ago
  97. e6d1f3c MVKPhysicalDevice: Expose support for interpolation functions. by Chip Davis · 3 years, 6 months ago
  98. c593983 Merge pull request #1142 from MarnixKuijs/master by Bill Hollings · 3 years, 6 months ago
  99. bf65caa Merge pull request #1141 from billhollings/desc-set-cleanups by Bill Hollings · 3 years, 6 months ago
  100. ac968db Device fallback and fixed typo by MarnixKuijs · 3 years, 6 months ago