1. bfde618 Merge pull request #827 from billhollings/master by Bill Hollings · 4 years, 3 months ago
  2. d7574d8 Fix issue where immutable samplers are removed during descriptor update. by Bill Hollings · 4 years, 4 months ago
  3. fd7b69b Merge pull request #820 from billhollings/master by Bill Hollings · 4 years, 4 months ago v1.0.40
  4. 71c3b4d Update Templates/spirv-tools/build.zip. by Bill Hollings · 4 years, 4 months ago
  5. 0c754fb Update dependency libraries to match Vulkan SDK 1.2.131. by Bill Hollings · 4 years, 4 months ago
  6. 0d94a8e Merge pull request #819 from billhollings/master by Bill Hollings · 4 years, 4 months ago
  7. 593f773 Fix issue where preallocated descriptor count was not reset during vkResetDescriptorPool(). by Bill Hollings · 4 years, 4 months ago
  8. 8463eb5 Merge pull request #818 from billhollings/master by Bill Hollings · 4 years, 4 months ago
  9. 7eba92b Merge pull request #815 from Cry-Mory/master by Bill Hollings · 4 years, 4 months ago
  10. 6abf4a6 Support preallocated descriptor pooling via VkDescriptorPoolSize. by Bill Hollings · 4 years, 4 months ago
  11. e53e582 Move MVKDescriptor instantiation to MVKDescriptorPool and support allocation failures. by Bill Hollings · 4 years, 4 months ago
  12. 3a1b19b Rename MVKDescriptorBinding to MVKDescriptor, including subclasses. by Bill Hollings · 4 years, 4 months ago
  13. 3a56901 Do not pool descriptor sets. by Bill Hollings · 4 years, 4 months ago
  14. b3e4115 Refactor MVKDescriptorBinding into hierarchy of specialized subclasses. by Bill Hollings · 4 years, 4 months ago
  15. 0d8f27d Correcting the comment description for vkGetMTLBufferMVK by Morteza Mostajab · 4 years, 4 months ago
  16. db2ce8a Move resource binding from MVKDescriptorSetLayoutBinding to MVKDescriptorBinding. by Bill Hollings · 4 years, 5 months ago
  17. 2c6f33e Each MVKDescriptorBinding respresents only one resource slot. by Bill Hollings · 4 years, 5 months ago
  18. d1752cd Adds support for vkGetMTLBufferMVK which returns current metal buffer id for a specific vulkan buffer by Morteza Mostajab · 4 years, 5 months ago
  19. 8bca670 Refactor descriptor binding files. by Bill Hollings · 4 years, 5 months ago
  20. 06e41fa Merge pull request #813 from billhollings/master by Bill Hollings · 4 years, 5 months ago
  21. 8ec6829 Update copyright to 2020. by Bill Hollings · 4 years, 5 months ago
  22. b081a00 Merge pull request #811 from billhollings/master by Bill Hollings · 4 years, 5 months ago
  23. 7fb0880 Document recommendation to use 3 swapchain images, particularly with full-screen rendering. by Bill Hollings · 4 years, 5 months ago
  24. 8595f24 Merge pull request #810 from billhollings/master by Bill Hollings · 4 years, 5 months ago
  25. e622480 Track performance of CAMetalLayer nextDrawable call. by Bill Hollings · 4 years, 5 months ago
  26. bf3ffff Merge pull request #806 from billhollings/master by Bill Hollings · 4 years, 5 months ago
  27. 537c7b0 Fix Metal validation error on push constant sizing differences between C and MSL structs. by Bill Hollings · 4 years, 5 months ago
  28. a5dd010 Rename mvkAlignByteOffset() to mvkAlignByteCount(). by Bill Hollings · 4 years, 5 months ago
  29. 1b03076 Merge pull request #804 from mbarriault/master by Bill Hollings · 4 years, 5 months ago
  30. c3d8d4e Merge buffer and inline unions to fix issue where binding inline descriptor would interfere with future binds on the same set index in the same command buffer (now only used in push case anyway) by Michael Barriault · 4 years, 5 months ago
  31. 78ca465 Use MTLBuffer when inline uniform block descriptor is written to instead of copying host-side bytes by Michael Barriault · 4 years, 5 months ago
  32. 2ccfb29 Fix EXT_inline_uniform_block when using push descriptor sets by Michael Barriault · 4 years, 5 months ago
  33. 9e09ece Merge pull request #800 from billhollings/master by Bill Hollings · 4 years, 5 months ago
  34. e28a1b4 Fix buffer offset in vkCmdPushDescriptorSet() for non-dedicated buffer memory. by Bill Hollings · 4 years, 5 months ago
  35. 84eb344 Merge pull request #799 from billhollings/master by Bill Hollings · 4 years, 5 months ago
  36. 8ad03bf Fix crash when app does not use queue family zero. by Bill Hollings · 4 years, 5 months ago
  37. 8a06463 Merge pull request #795 from billhollings/master by Bill Hollings · 4 years, 5 months ago v1.0.39
  38. b6aae29 Restrict MTLHeap to private or shared storage modes on iOS. by Bill Hollings · 4 years, 5 months ago
  39. a7348e2 Remove single-GPU condition from GPU unified memory test. by Bill Hollings · 4 years, 5 months ago
  40. a64f62e Update dependency libraries to match Vulkan SDK 1.1.130. by Bill Hollings · 4 years, 5 months ago
  41. ef8575f Merge pull request #789 from billhollings/master by Bill Hollings · 4 years, 5 months ago
  42. 5ba074a Avoid reading env vars inside library constructor functions. by Bill Hollings · 4 years, 5 months ago
  43. 3f025bc Fix bug where dynamic shader buffers are overflowing. by Bill Hollings · 4 years, 5 months ago
  44. 977a1f4 Update mvkClear() to support optional length parameter. by Bill Hollings · 4 years, 5 months ago
  45. b213996 Support Xcode 11.3. by Bill Hollings · 4 years, 5 months ago
  46. 574e92a Fix inconsistency in reporting shared memory between type and heap on macOS. by Bill Hollings · 4 years, 5 months ago
  47. 98e0b79 Fix inconsistency in reporting device local memory between type and heap on macOS. by Bill Hollings · 4 years, 6 months ago
  48. 5f9e946 Merge pull request #787 from billhollings/master by Bill Hollings · 4 years, 6 months ago
  49. 5b1425b Cube demo use VK_EXT_metal_surface extension. by Bill Hollings · 4 years, 6 months ago
  50. 70749b0 Merge pull request #785 from billhollings/master by Bill Hollings · 4 years, 6 months ago
  51. 9f64cc4 Fix tessellation break when control stage declares but does not use position builtin. by Bill Hollings · 4 years, 6 months ago
  52. 7f83d47 Merge branch 'master' of https://github.com/KhronosGroup/MoltenVK by Bill Hollings · 4 years, 6 months ago
  53. a4f65fe Merge pull request #783 from mbarriault/master by Bill Hollings · 4 years, 6 months ago
  54. 82f3f22 More tab fixes by Michael Barriault · 4 years, 6 months ago
  55. 4b1fb88 Fix tabbing to be consistent. by Michael Barriault · 4 years, 6 months ago
  56. ddf1081 Support for EXT_inline_uniform_block by Michael Barriault · 4 years, 6 months ago
  57. 16afd5e Make mvkCeilingDivide() a template function. by Bill Hollings · 4 years, 6 months ago
  58. c5b91b4 Merge pull request #781 from billhollings/master by Bill Hollings · 4 years, 6 months ago
  59. 3bb70e8 Fix MTLHeap memory leak in MVKDeviceMemory. by Bill Hollings · 4 years, 6 months ago
  60. 578e97e Merge pull request #778 from billhollings/master by Bill Hollings · 4 years, 6 months ago
  61. 15cdb32 Fix image subresource sizing calculations for heap-based textures. by Bill Hollings · 4 years, 6 months ago
  62. 0026475 Merge pull request #777 from billhollings/master by Bill Hollings · 4 years, 6 months ago
  63. ddfa225 Fix crash in fetchDependencies on build paths containing spaces. by Bill Hollings · 4 years, 6 months ago
  64. 0b6916a Clamp image copy extents to image extent. by Bill Hollings · 4 years, 6 months ago
  65. 238f03e Merge pull request #775 from billhollings/master by Bill Hollings · 4 years, 6 months ago
  66. 9b13006 Support linear filtering when using vkCmdBlitImage(). by Bill Hollings · 4 years, 6 months ago
  67. 025abe5 Support Xcode 11.2. by Bill Hollings · 4 years, 7 months ago
  68. eaf30d4 Merge pull request #771 from billhollings/master by Bill Hollings · 4 years, 7 months ago v1.0.38
  69. f97b827 Update What's New document. by Bill Hollings · 4 years, 7 months ago
  70. 1ddacdc Merge pull request #769 from billhollings/master by Bill Hollings · 4 years, 7 months ago
  71. d96ee9b Fix severe FPS degradation caused by certain swapchain recreation situations. by Bill Hollings · 4 years, 7 months ago
  72. a318d9d Merge pull request #767 from billhollings/master by Bill Hollings · 4 years, 7 months ago
  73. c7fe2e3 Update contents of Templates/spirv-tools/build.zip. by Bill Hollings · 4 years, 7 months ago
  74. 0bb9b38 Merge pull request #765 from mbarriault/master by Bill Hollings · 4 years, 7 months ago
  75. 0b1189d Update external libraries to support Vulkan SDK 1.1.126. by Bill Hollings · 4 years, 7 months ago
  76. 1178bc5 Fix tessellation when using resolve attachments by Michael Barriault · 4 years, 7 months ago
  77. 789ef74 Merge pull request #764 from billhollings/master by Bill Hollings · 4 years, 7 months ago
  78. 93ae214 Support additional capabilities in 1D images, including rendering, clearing, and mipmaps. by Bill Hollings · 4 years, 7 months ago
  79. 19c397e Move generation of SPIRV-Cross/mvkSpirvCrossRevisionDerived.h to separate script. by Bill Hollings · 4 years, 7 months ago
  80. 69cc9c9 ExternalDependencies Xcode project support Xcode 11. by Bill Hollings · 4 years, 7 months ago
  81. d726aa0 Set value of VkPhysicalDeviceLimits::maxTexelBufferElements to more realistic value. by Bill Hollings · 4 years, 7 months ago
  82. a1cc03a Merge pull request #757 from w103csh/khronosMaster by Bill Hollings · 4 years, 7 months ago
  83. 558facc Merge pull request #760 from billhollings/master by Bill Hollings · 4 years, 7 months ago
  84. 5c3b265 Braces formatting by Colin Hughes · 4 years, 7 months ago
  85. 47d38df Log format substitution error when MTLPixelFormatDepth24Unorm_Stencil8 is not supported. by Bill Hollings · 4 years, 7 months ago
  86. f14e448 Enable use of MTLFence for Vulkan semaphores, by default. by Bill Hollings · 4 years, 7 months ago
  87. f8520ba Merge pull request #758 from billhollings/master by Bill Hollings · 4 years, 7 months ago
  88. ae8a39e Update Travis to Xcode 11.1 to correctly resolve MTLGPUFamily values. by Bill Hollings · 4 years, 7 months ago
  89. b5b103e Fix crashes for Metal 3.0 capabilities. by Bill Hollings · 4 years, 7 months ago
  90. c6ea99e Support Metal 3.0. by Bill Hollings · 4 years, 7 months ago
  91. 520bbe2 Tabs formatting by Colin Hughes · 4 years, 7 months ago
  92. 75c3e13 Add linking separate shader texts to GLSLToSPRIVConverter by Colin Hughes · 4 years, 7 months ago
  93. ba5a874 Merge pull request #754 from billhollings/master by Bill Hollings · 4 years, 8 months ago
  94. c6e9d6b Support Xcode 11.1. by Bill Hollings · 4 years, 8 months ago
  95. ebe38ba Reduce memory usage by replacing use of MVKVectorDefault by Bill Hollings · 4 years, 8 months ago
  96. 5c87700 Reduce memory usage by adjusting default memory allocs for many MVKVectorInline uses. by Bill Hollings · 4 years, 8 months ago
  97. 2ba65c5 Merge pull request #753 from billhollings/master by Bill Hollings · 4 years, 8 months ago
  98. 1d628ba Fix memory leaks when compiling shaders and pipelines without default OS autorelease pool. by Bill Hollings · 4 years, 8 months ago
  99. c6f5a09 Merge pull request #751 from billhollings/master by Bill Hollings · 4 years, 8 months ago
  100. 62fa0d4 Fix memory leaks of system classes during VkInstance and VkQueue creation. by Bill Hollings · 4 years, 8 months ago