1. 97a1f68 Merge pull request #624 from billhollings/master by Bill Hollings · 5 years ago
  2. 3e069c4 Add support for the VK_EXT_debug_utils extension. by Bill Hollings · 5 years ago
  3. 7d37d5b Merge pull request #623 from cdavis5e/no-viewports-assertion by Bill Hollings · 5 years ago
  4. 2e36a38 Merge pull request #622 from cdavis5e/new-spirv-cross by Bill Hollings · 5 years ago
  5. edecd7e Don't assert if no viewports or scissor rects were given. by Chip Davis · 5 years ago
  6. f075adc Update SPIRV-Cross. by Chip Davis · 5 years ago
  7. 39dd7c8 Merge pull request #620 from billhollings/master by Bill Hollings · 5 years ago
  8. f8a2707 Fixes to VK_EXT_debug_marker extension. by Bill Hollings · 5 years ago
  9. 7e110df Merge pull request #619 from billhollings/master by Bill Hollings · 5 years ago
  10. fbf2af5 Fixes and consolidation of external library header references. by Bill Hollings · 5 years ago
  11. a684b47 Merge pull request #617 from billhollings/master by Bill Hollings · 5 years ago
  12. c2706f3 Fix offset of buffer view relative to buffer offset within device memory. by Bill Hollings · 5 years ago
  13. 1c31304 Merge pull request #616 from billhollings/master by Bill Hollings · 5 years ago
  14. 8efebd6 Guard against null _debugNames being used to build name strings. by Bill Hollings · 5 years ago
  15. 4e4b654 Merge pull request #614 from ch45er/fix/large_texel_buffer_addressing_in_CS by Bill Hollings · 5 years ago
  16. e173bfe Merge pull request #612 from jozefkucia/fix-tess-level-attribute by Bill Hollings · 5 years ago
  17. ce492f4 Added missing texelBufferTextureWidth setting in MVKComputePipeline::getMTLFunction. by Sergey Cherepanov · 5 years ago
  18. 974d2db Merge pull request #613 from jozefkucia/fix-dxt-decompression by Bill Hollings · 5 years ago
  19. 1f8967a Use device address space when decompressing DXT image data. by Józef Kucia · 5 years ago
  20. b8abc58 Fix [[attribute]] assignment for tessellation evaluation shaders. by Józef Kucia · 5 years ago
  21. 6b556a9 Merge pull request #608 from billhollings/master by Bill Hollings · 5 years ago
  22. 8d9fa6b Add support for VK_EXT_debug_marker extension. by Bill Hollings · 5 years ago
  23. d1aba9a Merge pull request #606 from billhollings/master by Bill Hollings · 5 years ago
  24. b773e7a Fix sporadic crash on vkDestroySwapchainKHR(). by Bill Hollings · 5 years ago
  25. ffa9ca1 Merge pull request #605 from billhollings/master by Bill Hollings · 5 years ago
  26. 2da855a Clear attachments using layered rendering only if framebuffer is layered. by Bill Hollings · 5 years ago
  27. e80b535 Merge pull request #604 from billhollings/master by Bill Hollings · 5 years ago
  28. a52b984 Fixes to Metal renderpass layered rendering settings. by Bill Hollings · 5 years ago
  29. e2f7654 Merge pull request #603 from billhollings/master by Bill Hollings · 5 years ago
  30. 1da02b6 Fix crash with multisample layered rendering on older macOS devices. by Bill Hollings · 5 years ago
  31. 5dcc6d7 Merge pull request #598 from mmaldacker/bugix/texture_coherent by Bill Hollings · 5 years ago
  32. 05d2fcb check if _deviceMemory is valid before getting storage mode in image. by Maximilian Maldacker · 5 years ago
  33. 90d9da7 Merge pull request #600 from billhollings/master by Bill Hollings · 5 years ago
  34. 67743ab Automatically update VkPhysicalDeviceProperties::pipelineCacheUUID when SPIRV-Cross revision changes. by Bill Hollings · 5 years ago
  35. 32e7989 Merge pull request #599 from billhollings/master by Bill Hollings · 5 years ago
  36. c3aaf97 Add support for the VK_NV_glsl_shader extension. by Bill Hollings · 5 years ago
  37. a615dab texture don't have coherent memory on mac os by Maximilian Maldacker · 5 years ago
  38. f79ccdf Merge pull request #596 from billhollings/master by Bill Hollings · 5 years ago
  39. 6b2e225 Update logic in mvkMTLRenderStagesFromVkPipelineStageFlags(), and test for renderpass. by Bill Hollings · 5 years ago
  40. f5999a8 Allow mvkMTLRenderStagesFromVkPipelineStageFlags() to map to all Vulkan stages, by Bill Hollings · 5 years ago
  41. 35c56db Merge pull request #595 from billhollings/master by Bill Hollings · 5 years ago
  42. 04cf30a Update to latest version of SPIRV-Cross. by Bill Hollings · 5 years ago
  43. fae3148 Merge pull request #588 from billhollings/master by Bill Hollings · 5 years ago
  44. 224c345 Resolve and merge conflicts. by Bill Hollings · 5 years ago
  45. 41b4ae9 Merge pull request #590 from cdavis5e/pipeline-barriers-2.1 by Bill Hollings · 5 years ago
  46. b491578 Actually use the correct device. by Chip Davis · 5 years ago
  47. be1a821 Use a Metal feature bit for memory barrier support. by Chip Davis · 5 years ago
  48. 5c5f890 Merge remote-tracking branch 'origin' into pipeline-barriers-2.1 by Chip Davis · 5 years ago
  49. cbb39a2 Merge pull request #591 from cdavis5e/gpu-semaphores by Bill Hollings · 5 years ago
  50. a3aec8d Don't use MTLBarrierScopeRenderTargets on iOS. by Chip Davis · 5 years ago
  51. f14ed14 Merge pull request #592 from cdavis5e/useless-host-barrier by Bill Hollings · 5 years ago
  52. a42e77b MVKDevice: Don't unnecessarily iterate resources for global memory barriers. by Chip Davis · 5 years ago
  53. b02d354 MVKSemaphore: Use MTLEvent for device-side synchronization. by Chip Davis · 5 years ago
  54. dcd2997 Use the new memory barrier methods for pipeline barrier commands. by Chip Davis · 5 years ago
  55. acd8a6c Resolve and merge conflicts. by Bill Hollings · 5 years ago
  56. 173d8cc Add support for the VK_EXT_debug_report extension. by Bill Hollings · 5 years ago
  57. cd57b2d Merge pull request #587 from cdavis5e/shared-linear-textures by Bill Hollings · 5 years ago
  58. 7870863 MVKBuffer: Force managed storage for linear textures on shared buffers. by Chip Davis · 5 years ago
  59. 1b60679 Merge pull request #571 from cdavis5e/fix-query-race by Bill Hollings · 5 years ago
  60. 85a3af5 Merge pull request #585 from cdavis5e/tess-pipeline-no-shaders by Bill Hollings · 5 years ago
  61. cd26de2 MVKPipeline: Account for tessellation shaders as well. by Chip Davis · 5 years ago
  62. 1188edc Get rid of the queue idle event, too. by Chip Davis · 5 years ago
  63. ba7c578 Get rid of the 'command buffer done' event. by Chip Davis · 5 years ago
  64. 256ffc6 Try to capture only the work queued up to this point in a fence. by Chip Davis · 5 years ago
  65. 4591cac MVKVector: Make this more amenable to the standard algorithms. by Chip Davis · 5 years ago
  66. 43f9711 Perform query pool copies on the device side. by Chip Davis · 5 years ago
  67. fc1ce42 Merge pull request #578 from mbarriault/master by Bill Hollings · 5 years ago
  68. b24d2e3 Fix inequality. by Michael Barriault · 5 years ago
  69. cbd772a Refactor again to simplify conditionals. by Michael Barriault · 5 years ago
  70. dec4081 Refactor to reduce code duplication. by Michael Barriault · 5 years ago
  71. a336e64 Fix case where viewport/scissor doesn't get set properly when mixing dynamic and static-configured pipelines in the same command buffer. by Michael Barriault · 5 years ago
  72. e89e9dc Merge pull request #577 from mbarriault/master by Bill Hollings · 5 years ago
  73. 0670ea1 Tweak counting logic by Michael Barriault · 5 years ago
  74. 17da3e4 Move color attachment array access back inside if block. by Michael Barriault · 5 years ago
  75. eb468b7 Fix unused attachments terminating loop early. by Michael Barriault · 5 years ago
  76. 1c34873 Merge pull request #576 from billhollings/master by Bill Hollings · 5 years ago
  77. c2bb18e Update What's New document. by Bill Hollings · 5 years ago
  78. ee6e6f5 Enable AMD and NV GLSL extensions when building glslang for MoltenVKGLSLToSPIRVConverter. by Bill Hollings · 5 years ago
  79. e91d2f6 Merge branch 'master' of https://github.com/KhronosGroup/MoltenVK by Bill Hollings · 5 years ago
  80. b29f6e4 Merge pull request #575 from mbarriault/master by Bill Hollings · 5 years ago
  81. 62f374b Allow building external dependency libraries in Debug mode. by Bill Hollings · 5 years ago
  82. 2311960 Fix spaces->tabs for consistency. by Michael Barriault · 5 years ago
  83. 08d3d91 Update to latest SPIRV-Cross. by Michael Barriault · 5 years ago
  84. 11865f3 Merge remote-tracking branch 'origin/master' by Michael Barriault · 5 years ago
  85. ea5e380 Work around potential Metal bug with stage in indirect buffers. Exact size isn't needed in our case anyway. by Michael Barriault · 5 years ago
  86. be54e74 Fix tessellated indirect draws using wrong kernels to map parameters. by Michael Barriault · 5 years ago
  87. eca03b8 MoltenVKShaderConverter tool add MSL version and platform command-line options. by Bill Hollings · 5 years ago
  88. 48d3194 MVKCountingEvent -> MVKSemaphoreImpl. by Chip Davis · 5 years ago
  89. 0aed916 Tweak tabbing for consistency. by Michael Barriault · 5 years ago
  90. ef3e590 Use empty depth state for tessellation vertex pre-pass. by Michael Barriault · 5 years ago
  91. 2d627c6 Fix intermediate Metal renderpasses load and store actions maintaining attachments appropriately. by Michael Barriault · 5 years ago
  92. 6bbd0ec Merge pull request #574 from mbarriault/master by Bill Hollings · 5 years ago
  93. 4c4332b Fix zero local threadgroup size in indirect rendering. by Michael Barriault · 5 years ago
  94. 588f0ed Merge pull request #572 from cdavis5e/fix-tess-vertex-count by Bill Hollings · 5 years ago
  95. 5df1b1b Don't use setVertexBytes() for passing vertex counts. by Chip Davis · 5 years ago
  96. 9a0c4f6 Fix a race condition between sync objects and queries. by Chip Davis · 5 years ago
  97. d57704b Merge pull request #570 from billhollings/master by Bill Hollings · 5 years ago v1.0.34
  98. c425602 Merge pull request #569 from mbarriault/master by Bill Hollings · 5 years ago
  99. 189a41e Update dependency libraries for SDK 1.1.106. by Bill Hollings · 5 years ago
  100. 9e7fe1b Fix tessellation pipeline re-clearing attachments. by Michael Barriault · 5 years ago