1. f5ed08e MVKDevice: Enable VK_EXT_scalar_block_layout features. by Chip Davis · 4 years, 10 months ago
  2. a1fb3b1 Fix issue with push constants used across multiple draw calls not being applied. by Bill Hollings · 4 years, 10 months ago
  3. 55c7ba1 MVKDevice: Enable features added by recently added extensions. by Chip Davis · 4 years, 10 months ago
  4. 948cd1a Merge pull request #678 from cdavis5e/more-format-fixes by Bill Hollings · 4 years, 10 months ago
  5. 6560166 Merge pull request #676 from billhollings/master by Bill Hollings · 4 years, 10 months ago
  6. b6034d8 More format feature fixes. by Chip Davis · 4 years, 10 months ago
  7. 65eed2f Reduce memory leaks when autorelease pools are not available. by Bill Hollings · 4 years, 10 months ago
  8. 27a1c44 Merge branch 'master' of https://github.com/KhronosGroup/MoltenVK by Bill Hollings · 4 years, 10 months ago
  9. c1aa02a Merge pull request #675 from cdavis5e/native-texture-buffer-fix-2 by Bill Hollings · 4 years, 10 months ago
  10. be5fc2c Merge pull request #674 from cdavis5e/swapchain-texture-view by Bill Hollings · 4 years, 10 months ago
  11. 88d07f7 Merge pull request #673 from cdavis5e/bgr10a2-surface by Bill Hollings · 4 years, 10 months ago
  12. 36df169 Merge pull request #672 from cdavis5e/more-spirv-extensions by Bill Hollings · 4 years, 10 months ago
  13. 55fc3a1 Fix implementation of VK_EXT_texel_buffer_alignment. by Chip Davis · 4 years, 10 months ago
  14. 1eb1ada MVKImage: Swapchain images do support texture views. by Chip Davis · 4 years, 10 months ago
  15. c479c37 Advertise VK_FORMAT_A2R10G10B10_UNORM_PACK32 as a surface format. by Chip Davis · 4 years, 10 months ago
  16. 4fbbb31 Support the VK_INTEL_shader_integer_functions2 extension. by Chip Davis · 4 years, 10 months ago
  17. 530d84b Advertise the VK_AMD_shader_trinary_minmax extension. by Chip Davis · 4 years, 10 months ago
  18. 3f3810a Advertise the VK_EXT_post_depth_coverage extension. by Chip Davis · 4 years, 10 months ago
  19. b2ae0f0 Support the VK_EXT_scalar_block_layout extension. by Chip Davis · 4 years, 10 months ago
  20. 0263808 Update SPIRV-Cross. by Chip Davis · 4 years, 10 months ago
  21. de29ba9 Merge branch 'master' of https://github.com/KhronosGroup/MoltenVK by Bill Hollings · 4 years, 10 months ago
  22. 463a104 Merge pull request #671 from cdavis5e/texel-buffer-alignment by Bill Hollings · 4 years, 10 months ago
  23. 745b929 Merge pull request #670 from cdavis5e/amd-shader-image-ldst-lod by Bill Hollings · 4 years, 10 months ago
  24. 1d4d29e Merge pull request #669 from cdavis5e/native-texture-buffer-fix by Bill Hollings · 4 years, 10 months ago
  25. 7771b00 Support the VK_EXT_texel_buffer_alignment extension. by Chip Davis · 4 years, 10 months ago
  26. eb33005 Advertise the VK_AMD_shader_image_load_store_lod extension. by Chip Davis · 4 years, 10 months ago
  27. fe3b2fb Merge pull request #666 from cdavis5e/swapchain-colorspace by Bill Hollings · 4 years, 10 months ago
  28. 0a138c6 Cube demo use staging buffers on macOS because host-coherent texture memory unavailable. by Bill Hollings · 4 years, 10 months ago
  29. dc16c3c MVKBuffer: Correct _mtlBytesPerRow value for the native texture buffer case. by Chip Davis · 4 years, 10 months ago
  30. 8c3d30b Support the VK_EXT_swapchain_colorspace extension. by Chip Davis · 5 years ago
  31. ab643ba Merge branch 'master' of https://github.com/KhronosGroup/MoltenVK by Bill Hollings · 4 years, 10 months ago
  32. 8a1d7f4 Merge pull request #668 from cdavis5e/native-texture-buffer by Bill Hollings · 4 years, 10 months ago
  33. 861bc91 Merge pull request #667 from cdavis5e/ubo-std-layout by Bill Hollings · 4 years, 10 months ago
  34. 47082fd Use native texture buffers when available. by Chip Davis · 4 years, 10 months ago
  35. a253311 Support the VK_KHR_uniform_buffer_standard_layout extension. by Chip Davis · 4 years, 10 months ago
  36. 1f9db2a Merge pull request #665 from cdavis5e/shader-stencil-export by Bill Hollings · 4 years, 10 months ago
  37. d1a6b5a Remove exposure to leakable instances of NSString, NSArray & NSDictionary. by Bill Hollings · 4 years, 10 months ago
  38. fc13aec Advertise the VK_EXT_shader_stencil_export extension. by Chip Davis · 5 years ago
  39. 53b6ced Merge pull request #663 from billhollings/master by Bill Hollings · 4 years, 10 months ago
  40. 8bcfef2 Fix memory leak in debug marker and debug utils labelling. by Bill Hollings · 4 years, 10 months ago
  41. 251e520 Merge pull request #662 from billhollings/master by Bill Hollings · 4 years, 11 months ago
  42. 8cbc951 Texture memory requirements don't use shared storage on macOS. by Bill Hollings · 4 years, 11 months ago
  43. 608028a MVKDeviceMemory keep MTLResourceOptions aligned with MTLStorageMode & MTLCPUCacheMode. by Bill Hollings · 4 years, 11 months ago
  44. f01434e MVKCmdClearImage return error if texture is not renderable. by Bill Hollings · 4 years, 11 months ago
  45. 11c96c4 Merge pull request #660 from billhollings/master by Bill Hollings · 4 years, 11 months ago
  46. f46575d Move push constant binding to vkCmdBindPipeline() from vkCmdBindDescriptorSet(). by Bill Hollings · 4 years, 11 months ago
  47. 9c635d2 Merge pull request #659 from billhollings/master by Bill Hollings · 4 years, 11 months ago
  48. 04c7e4e MVKCmdBlitImage clear _mvkImageBlitRenders vector on reuse. by Bill Hollings · 4 years, 11 months ago
  49. 79f4c41 Merge pull request #656 from billhollings/master by Bill Hollings · 4 years, 11 months ago
  50. d926424 MVKCmdResolveImage support textures of different sizes. by Bill Hollings · 4 years, 11 months ago
  51. e35426d MVKCmdBlitImage support multisample textures. by Bill Hollings · 4 years, 11 months ago
  52. 5289d10 MVKCmdBlitImage support blit between different texture formats. by Bill Hollings · 4 years, 11 months ago
  53. 4915b1e Allow MVKCmdBlitImage to use texture view and image->buffer->image copying by Bill Hollings · 4 years, 11 months ago
  54. 5b7038b vkCmdCopyImage() adjust dest extent when copying from compressed to uncompressed images. by Bill Hollings · 4 years, 11 months ago
  55. 35d40a8 vkCmdCopyImage() support copying between compressed and uncompressed formats. by Bill Hollings · 4 years, 11 months ago
  56. 5e0214d MVKCmdBufferImageCopy don't supply bytes per image if not array texture. by Bill Hollings · 4 years, 11 months ago
  57. c593ceb MVKCmdCopyImage validate that formats are compatible for copying. by Bill Hollings · 5 years ago
  58. 423944d Rename mvkAreFlagsEnabled() & mvkAreOnlyAnyFlagsEnabled() by Bill Hollings · 5 years ago
  59. 74e3865 Set Metal texture usage to allow texture copy via view. by Bill Hollings · 5 years ago
  60. 46bea62 Merge pull request #654 from billhollings/master by Bill Hollings · 5 years ago
  61. aa6a105 Support VK_EXT_metal_surface extension. by Bill Hollings · 5 years ago
  62. 4115d8a Merge pull request #652 from billhollings/master by Bill Hollings · 5 years ago
  63. 8df685a Fix race condition between swapchain image destruction and presentation completion callback. by Bill Hollings · 5 years ago
  64. a5cefa5 Merge pull request #650 from billhollings/master by Bill Hollings · 5 years ago
  65. fb4dd15 Document each function in vk_mvk_moltenvk.h to indicate they cannot be used by Bill Hollings · 5 years ago
  66. 7c71263 Add note in MoltenVK_Runtime_UserGuide.md that the functions in vk_mvk_moltenvk.h cannot by Bill Hollings · 5 years ago
  67. 1b4124d For shaders created directly from MSL, set function name from by Bill Hollings · 5 years ago
  68. 84ea825 Separate SPIRVToMSLConverterContext into input config and output results. by Bill Hollings · 5 years ago
  69. 17496c3 Merge pull request #648 from billhollings/master by Bill Hollings · 5 years ago
  70. a0f0c78 Expand MVK_CONFIG_TRACE_VULKAN_CALLS to optionally log Vulkan call timings. by Bill Hollings · 5 years ago
  71. e6afb1f Add MTLCommandBuffer completion timing performance tracking option. by Bill Hollings · 5 years ago
  72. 7331535 Merge pull request #646 from billhollings/master by Bill Hollings · 5 years ago
  73. 11ca15e Quick fixes for pipeline cache lookups. by Bill Hollings · 5 years ago
  74. 80b2068 Merge pull request #643 from billhollings/Metal-3.0 by Bill Hollings · 5 years ago
  75. 11482ae Merge branch 'master' into Metal-3.0 by Bill Hollings · 5 years ago
  76. 541d223 Merge pull request #644 from billhollings/master by Bill Hollings · 5 years ago
  77. fb076b7 Reapply -v option to fetchDependencies in Travis. by Bill Hollings · 5 years ago
  78. ef8de08 Skip SPIRV-Tools build in Travis. by Bill Hollings · 5 years ago
  79. cd1023e Travis set up virtualenv to use Python 3 for spirv-tools build. by Bill Hollings · 5 years ago
  80. 64d7e07 Support immutable depth compare samplers as constexpr samplers hardcoded in MSL. by Bill Hollings · 5 years ago
  81. e4466ef Merge branch 'master' into Metal-3.0 by Bill Hollings · 5 years ago
  82. 00c86d8 Merge pull request #642 from billhollings/master by Bill Hollings · 5 years ago v1.0.35
  83. bf8c7f8 Updates for SDK 1.1.108 release. by Bill Hollings · 5 years ago
  84. e755a17 Report image layer limits for attachments in vkGetPhysicalDeviceImageFormatProperties(). by Bill Hollings · 5 years ago
  85. 7ba7f1e Fixes to clearning attachments. by Bill Hollings · 5 years ago
  86. a6d1306 Merge pull request #640 from jozefkucia/fix-stencil-reference-value by Bill Hollings · 5 years ago
  87. f9399f7 Mark stencil reference value as dirty in MVKCmdClearAttachment command. by Józef Kucia · 5 years ago
  88. 510d5a5 Merge pull request #638 from billhollings/Metal-3.0 by Bill Hollings · 5 years ago
  89. d4ccebd Support Xcode 11 in Travis CI. by Bill Hollings · 5 years ago
  90. 869ba75 Support Metal 3.0. by Bill Hollings · 5 years ago
  91. 09d51d2 Merge pull request #637 from BearishSun/set-threadgroup-size by Bill Hollings · 5 years ago
  92. 4df8b92 Rename `vkSetThreadgroupSizeMVK` to `vkSetWorkgroupSizeMVK` to be consistent with Vulkan terminology by bearishsun · 5 years ago
  93. 66b512c Merge pull request #636 from billhollings/master by Bill Hollings · 5 years ago
  94. 907c85a Guard against missing Metal pipeline states when pipeline compilation fails. by Bill Hollings · 5 years ago
  95. 68573e3 Merge pull request #635 from BearishSun/set-threadgroup-size by Bill Hollings · 5 years ago
  96. 7f5a70d Added a way to set compute kernel threadgroup size when using MSL source code or MSL compiled code by bearishsun · 5 years ago
  97. 606f499 Merge pull request #633 from billhollings/master by Bill Hollings · 5 years ago
  98. 673788c VkSemaphore optionally uses MTLEvent, if available and by Bill Hollings · 5 years ago
  99. 1182d82 Merge pull request #626 from billhollings/master by Bill Hollings · 5 years ago
  100. 70b78ac Fix crash on pipeline cache merge after VkShaderModule destroyed. by Bill Hollings · 5 years ago