1. 08cb69c Remove heap size padding by Nicolas Capens · 3 years, 2 months ago
  2. 0625115 Increase the maximum 1D, 2D, and Cube image dimension to 16384 by Nicolas Capens · 3 years, 6 months ago
  3. f1aca93 Add padding to VkBuffer size to avoid access violation by Nicolas Capens · 3 years, 6 months ago
  4. b7b7cb7 Refactor config constants by Nicolas Capens · 3 years, 6 months ago
  5. c79a36e Increase maxStorageBufferRange to MAX_MEMORY_ALLOCATION_SIZE (1 GiB) by Nicolas Capens · 3 years, 6 months ago
  6. 8532b0f Implement VK_EXT_custom_border_color by Nicolas Capens · 3 years, 10 months ago
  7. a3726e0 Increase limits to support base WebGPU. by Corentin Wallez · 3 years, 9 months ago
  8. c9b5601 Expose Vulkan 1.2 support by Sean Risser · 4 years, 8 months ago
  9. 3536894 Update requested SPIR-V Tools version to 1.5 by Sean Risser · 4 years, 4 months ago
  10. 89fd148 vulkan: Support VK_KHR_external_memory_fd on OS X. by David 'Digit' Turner · 5 years ago
  11. 45049c8 Update SPIR-V version to VK_1_1_SPV_1_4 by Sean Risser · 4 years, 4 months ago
  12. e6dc3d3 Disable VK_KHR_external_memory_fd for Android build by Yiwei Zhang · 4 years, 4 months ago
  13. 019feda Track SPIR-V version in VkConfig.hpp by Sean Risser · 4 years, 4 months ago
  14. 71c49f8 Run clang-format on renamed headers by Antonio Maiorano · 5 years ago
  15. 42fd159 Rename Vulkan-source .h to .hpp by Antonio Maiorano · 5 years ago[Renamed (97%) from src/Vulkan/VkConfig.h]
  16. b44162f Support for the largePoints feature in Vulkan by Marc-Antoine Desroches · 5 years ago
  17. a57e2ec Limit Vulkan memory allocation size to 1 GiB by Nicolas Capens · 5 years ago
  18. 157ba26 Do not indent C++ namespace contents by Nicolas Capens · 5 years ago
  19. 3a7101b [vulkan] Clarify configuration macros for external memory and semaphores. by David 'Digit' Turner · 5 years ago
  20. 359bc80 [vulkan] Implement VK_KHR_external_memory_fd for Linux and Android. by David 'Digit' Turner · 6 years ago
  21. fda994c [vulkan] Implement external semaphore support for Fuchsia by David 'Digit' Turner · 6 years ago
  22. 7c4d0a0 [vulkan] Implement Linux-based external semaphore by David 'Digit' Turner · 6 years ago
  23. ae022fa Add support for configurable subpixel precision by Antonio Maiorano · 5 years ago
  24. 657dd6c Implement VK_KHR_driver_properties by Nicolas Capens · 6 years ago
  25. 324bdfe Use a finite maxSamplerLodBias limit by Nicolas Capens · 6 years ago
  26. 056d692 Use Nucleus::adjustDefaultConfig for Vulkan's default reactor config. by Ben Clayton · 6 years ago
  27. 55bc37a Reactor: Add support for specifying and modifying default configuration settings. by Ben Clayton · 6 years ago
  28. 68cfc78 Reactor: Rework optimization flags. by Ben Clayton · 6 years ago
  29. 52b5aae Fix taking the sampling instruction type into account by Nicolas Capens · 6 years ago
  30. 67cf8a9 32 bit safe code by Alexis Hetu · 6 years ago
  31. bd54e07 Make all descriptors 16-byte aligned. by Nicolas Capens · 6 years ago
  32. 225a130 Implement dynamic buffer offsets. by Ben Clayton · 6 years ago
  33. a30de54 Add support for push constants by Chris Forbes · 6 years ago
  34. abdfa17 Fix inconsistencies in advertised dimensions vs levels by Chris Forbes · 6 years ago
  35. 34a76b5 Require 16-byte alignment for Vulkan objects by Chris Forbes · 6 years ago
  36. 5edafb5 Descriptor sets binding by Alexis Hetu · 6 years ago
  37. 54c4772 Fix point rendering by Chris Forbes · 6 years ago
  38. 6123455 Support for usage in memory requirements by Alexis Hetu · 6 years ago
  39. c3f7960 Define generic memory type. by Nicolas Capens · 6 years ago
  40. ee841c5 Base the driver version on Version.h. by Nicolas Capens · 6 years ago
  41. 767b41b Vulkan dispatchable objects by Alexis Hetu · 6 years ago