1. 1b99bb2 bug 14918 part 3: sed renames by Chia-I Wu · 9 years ago
  2. 3432a0c bug 14921 part 1: sed renames by Chia-I Wu · 9 years ago
  3. 2bfb33c bug 14918 part 2: some simple renames (WIP) by Chia-I Wu · 9 years ago
  4. 40cf0ae bug 14892 part 2: rename more "count" (WIP) by Chia-I Wu · 9 years ago
  5. 5353466 bug 14918 part1: consistency/cleanup ideas (from jbolz/pdaniell/dkoch) (WIP) by Chia-I Wu · 9 years ago
  6. 1ff4c3d bug 14848: Verifying Sparse Behavior (WIP) by Chia-I Wu · 9 years ago
  7. b99df44 bug 14543: rename VkTex* enums to VkTexture* similarly for VK_TEX_* to VK_TEXTURE_* (WIP) by Chia-I Wu · 9 years ago
  8. f7458c5 bug 12921: Memory callback (WIP) by Chia-I Wu · 9 years ago
  9. d50a7d7 bug 14892: 'count' parameters and members named inconsistently in many cases (WIP) by Chia-I Wu · 9 years ago
  10. d50677e bug 14909: Define "length" as it relates to push constants be in units of bytes not words (WIP) by Chia-I Wu · 9 years ago
  11. cbe3c9f bug 14876: Can timestamps be written inside a renderpass? (WIP) by Chia-I Wu · 9 years ago
  12. e2fc552 bug 14362: VK_NULL_HANDLE does not work in C (WIP) by Chia-I Wu · 9 years ago
  13. 2dc4af3 MR 461: Documented updated vkQueueSubmit and remove wait + signal semaphore operations on queues. (WIP) by Chia-I Wu · 9 years ago
  14. 51ce5ea bug 14868: Replace VkTimestampType with VkPipelineStageFlagBits (WIP) by Chia-I Wu · 9 years ago
  15. b16facd bug 14855: vkGetPipelineCacheSize is unique (consistency issue) (WIP) by Chia-I Wu · 9 years ago
  16. d8c946a bug 14365: Rename slopeScaledDepthBias to depthBiasSlopeScaled (WIP) by Chia-I Wu · 9 years ago
  17. ccc93a7 bug 14844: Query Pool issues (WIP) by Chia-I Wu · 9 years ago
  18. 5b1e34d loader: Update Linux and Windows ICD/layer discover documentation by jon · 9 years ago
  19. 62cf0e8 loader: Update linux documentation on where ICD lives. by jon · 9 years ago
  20. 547bbee loader: Move utility function so it is found on both Linux and Windows by jon · 9 years ago
  21. 6e62684 loader: set DEFAULT_VK_{DRIVER,LAYER}S_PATH to "" on Linux by Daniel Dadap · 9 years ago
  22. 00b4aba loader: add helper for combining paths by Daniel Dadap · 9 years ago
  23. 9bd80501 use conditional compilation based on _WIN32 instead of WIN32 and __linux__ by Johannes van Waveren · 9 years ago
  24. a4cf12b loader: Check for NULL ICD in CreateDevice by Jon Ashburn · 9 years ago
  25. bee18a9 bug-14258: Make descriptor pools and command pools more consistent by Courtney Goeltzenleuchter · 9 years ago
  26. 4ca43f6 misc: Change clear rectangle to include array layer/count by Courtney Goeltzenleuchter · 9 years ago
  27. 646b907 bug-14746: add batched submit for semaphores and command buffers by Courtney Goeltzenleuchter · 9 years ago
  28. 06d8947 Bug 14621: Change vkGet* functions to not return VkResult by Courtney Goeltzenleuchter · 9 years ago
  29. 299e6d1 bug-14580: add dataSize to vkGetPipelineCacheData by Courtney Goeltzenleuchter · 9 years ago
  30. 7831e96 bug-14642: Rename queueRecordCount to requestedQueueCount by Courtney Goeltzenleuchter · 9 years ago
  31. c9323e0 bug-14291: combine color and depth/stencil clears by Courtney Goeltzenleuchter · 9 years ago
  32. e3753b3 loader: Fix heap_realloc function to return newly allocated memory by Jon Ashburn · 9 years ago
  33. 3f8c300 loader: Clean up loader_platform file by Jon Ashburn · 9 years ago
  34. cc7550e loader: Use loc instead of location for getting the directory by Jason Ekstrand · 9 years ago
  35. 1ff1759 Loader: Fix locking bug in CreateInstance by Jon Ashburn · 9 years ago
  36. 9c1e8cb loader: Remove unneeded defines by Courtney Goeltzenleuchter · 9 years ago
  37. 22d8d79 loader: Use correct 64bit printf format for Windows by Courtney Goeltzenleuchter · 9 years ago
  38. dad30df layers: Fix Windows compile warnings by Courtney Goeltzenleuchter · 9 years ago
  39. 45d42ca loader: Support GetInsTanceProcAddr(inst, "vkGetDeviceProcAddr") by Jon Ashburn · 9 years ago
  40. 1cb7f57 layers: In DeviceLimits move dispatch table to layer data struct by Tobin Ehlis · 9 years ago
  41. 557efa7 loader: Fix comile warning on Window by Jon Ashburn · 9 years ago
  42. 8f3459c loader, icd: correct use of _aligned_malloc by Mike Stroyan · 9 years ago
  43. 5611875 loader: match free to alloc in dirent functions by Mike Stroyan · 9 years ago
  44. c15d0df loader: Fix GetInstanceProcAddr for CreateDevice by Jon Ashburn · 9 years ago
  45. 56151d6 loader: Add warning message for unreconized layer names from env var by Jon Ashburn · 9 years ago
  46. e0e6457 loader: Fixes in trampoline code to support layers which wrap objects by Jon Ashburn · 9 years ago
  47. 09c06c7 loader: fix use of freed memory by Mike Stroyan · 9 years ago
  48. f7a48db loader: Fix vkGetInstanceProcAddr to handle debug_report extension by Jon Ashburn · 9 years ago
  49. 69e9ea2 loader: Change GetXXProcAddr to support NULL dispatchable object by Jon Ashburn · 9 years ago
  50. fa395a9 misc: Move snprintf define to vk_sdk_platform.h by Courtney Goeltzenleuchter · 9 years ago
  51. 695f2c2 Make layers build on android. by Michael Lentine · 9 years ago
  52. 0b4d624 WSI Validation: Initial WSI "swapchain" validation layer. by Ian Elliott · 9 years ago
  53. 08c2637 bug-14715: DrawIndirect fix by Courtney Goeltzenleuchter · 9 years ago
  54. 77e8b14 loader: Remove instance validation checks from debug_report.c by Mark Lobodzinski · 9 years ago
  55. 62cc3ee loader: Remove validation checks from loader.c by Mark Lobodzinski · 9 years ago
  56. 078f817 bug 14365: make separate viewport and scissor cmds by Courtney Goeltzenleuchter · 9 years ago
  57. 49c7308 bug 14365: replace dynamic state objects by Courtney Goeltzenleuchter · 9 years ago
  58. 0c29b92 intel: Removed ICD validation checks from dev.c by Mark Lobodzinski · 9 years ago
  59. 6461ef2 loader: Add lock around cJSON so big loader lock is not needed as much by Jon Ashburn · 9 years ago
  60. 432d276 loader: Fix a few possibly unitialized variables by Jon Ashburn · 9 years ago
  61. fe908d3 Bug 14644 - add poolUsage/maxSets to VkDescriptorPoolCreateInfo by Courtney Goeltzenleuchter · 9 years ago
  62. 45df9e1 Bug 14643: use VkClearDepthStencilValue by Courtney Goeltzenleuchter · 9 years ago
  63. 55659b7 bug-14538: Remove validation error codes by Courtney Goeltzenleuchter · 9 years ago
  64. 35985f6 bug 14509: Rename Layer and Extension queries by Courtney Goeltzenleuchter · 9 years ago
  65. 3dc3938 layers: Fix intercept of WSI instance entrypoints by Jon Ashburn · 9 years ago
  66. b05e8c1 loader: Remove windows disable of global optimization. by Jon Ashburn · 9 years ago
  67. ed1a8dd loader: Need to init instance dispatch without layers by Courtney Goeltzenleuchter · 9 years ago
  68. a22097a bug 14537: Improve VkImageFormatProperties by Courtney Goeltzenleuchter · 9 years ago
  69. 2141f65 vulkan.h: Change return types of some functions to void by Mark Lobodzinski · 9 years ago
  70. ed89407 bug-14538: Remove driver validation checks by Courtney Goeltzenleuchter · 9 years ago
  71. 21c21ee loader: Use GetProcAddr function names from layer manifest file by Jon Ashburn · 9 years ago
  72. da72a0d vulkan.h: Refactoring physical device sparse properties and limits, bug# 13139 by Mark Lobodzinski · 9 years ago
  73. 4bb0d30 Windows build: rename vulkan.0.dll to vulkan-0.dll by David Pinedo · 9 years ago
  74. 480a50a loader: Fix Windows build for alloc stuff by Jon Ashburn · 9 years ago
  75. 87d6aa9 loader: make thirdparty code use allocation callbacks by Jon Ashburn · 9 years ago
  76. e39a4f8 loader: Make use of app provided allocation callbacks by Jon Ashburn · 9 years ago
  77. c82eb1c loader: Add support for realloc using the app allocation callbacks. by Jon Ashburn · 9 years ago
  78. 48091a3 loader: convert to using loader_stack_alloc for consistency by Jon Ashburn · 9 years ago
  79. 464e0b5 All extensions single revision number instead of major.minor.patch by Ian Elliott · 9 years ago
  80. 4d33069 WSI: Convert from VERSION to REVISION by Ian Elliott · 9 years ago
  81. 7e40db9 WSI: Convert WSI swapchain extension usage to new KHR style by Ian Elliott · 9 years ago
  82. 855a7fc WSI: Remove old loader code for the VK_WSI_LunarG extension. by Ian Elliott · 9 years ago
  83. 5861a1b Bug 14522: Remove VkAttachmentView by Courtney Goeltzenleuchter · 9 years ago
  84. da6c23c headers: Add vk_sdk_platform.h for Win/Linux differences by Mark Lobodzinski · 9 years ago
  85. aa4ea47 loader: Fix SegFault if ICD JSON file doesn't exist to return gracefully by Jon Ashburn · 9 years ago
  86. 271ba75 v156: Bug 14451 - Rename dynamic state objects by Cody Northrop · 9 years ago
  87. 82485a8 Bug 14406: Add support for front/back stencil reference dynamic state by Cody Northrop · 9 years ago
  88. 1236511 Bug 14323: RasterLine and RasterDepthBias changes by Cody Northrop · 9 years ago
  89. 8625130 loader: Add support for relative pathnames in the ICD manifest file lib_path by Jon Ashburn · 9 years ago
  90. 3d00233 loader: Make so layer manifest files are retained at CreateInstance by Jon Ashburn · 9 years ago
  91. 8810c5f loader: Make the ICD library scan happen as needed rather than once by Jon Ashburn · 9 years ago
  92. 7dc7922 loader: Remove the device_extension list from from scanned icds, unused by Jon Ashburn · 9 years ago
  93. 5c6a46f loader: Remove the global extension list from scanned_icds struct by Jon Ashburn · 9 years ago
  94. eacfa3a loader: Make the global/instance ext list once for each instance by Jon Ashburn · 9 years ago
  95. 9a4c6aa loader: Remove global instance extension list and rebuild it as needed by Jon Ashburn · 9 years ago
  96. d2c171b loader: Fix bug in heap_free function to not do double free by Jon Ashburn · 9 years ago
  97. fb8ac01 loader: Handle multiple layers descriptions per manifest file by Jon Ashburn · 9 years ago
  98. d1bbb89 loader: Change to new WSI query functions. by Ian Elliott · 9 years ago
  99. b82c185 loader: Remove one time scan of layer libraries; do it as needed by Jon Ashburn · 9 years ago
  100. e67741a include: Change debug report pUserData parameter to non-const by Jon Ashburn · 9 years ago