1. 96cd795 misc: Update author information by Courtney Goeltzenleuchter · 9 years ago
  2. 8a17da5 misc: switch copyright to Valve by Courtney Goeltzenleuchter · 9 years ago
  3. 50c57ef misc: Remove Vulkan name from Copyright by Courtney Goeltzenleuchter · 9 years ago
  4. c51b121 bug 14918 part 3: sed renames by Chia-I Wu · 9 years ago
  5. c04519c v196: bug 14921 part 2: Expanding abbreviations for consistency (WIP) by Chia-I Wu · 9 years ago
  6. 1f85191 bug 14921 part 1: sed renames by Chia-I Wu · 9 years ago
  7. 06809d5 bug 14848: Verifying Sparse Behavior (WIP) by Chia-I Wu · 9 years ago
  8. 69f4012 bug 12921: Memory callback (WIP) by Chia-I Wu · 9 years ago
  9. 763a749 bug 14892: 'count' parameters and members named inconsistently in many cases (WIP) by Chia-I Wu · 9 years ago
  10. e420a33 bug 14362: VK_NULL_HANDLE does not work in C (WIP) by Chia-I Wu · 9 years ago
  11. 04c0584 layers: Update ObjectTracker to handle double-embedded loops of array struct params w/ object arrays in them by Tobin Ehlis · 9 years ago
  12. 41b3550 layers: Fix objectTracker to validate DSs in CmdBindDescriptorSets() by Tobin Ehlis · 9 years ago
  13. 831c183 bug-14258: Make descriptor pools and command pools more consistent by Courtney Goeltzenleuchter · 9 years ago
  14. 9c48330 layers: LX159, properly validate swapchain images by Mark Lobodzinski · 9 years ago
  15. 6135000 layers: LX159, pipelineCache CAN be Null. by Mark Lobodzinski · 9 years ago
  16. 6ff9373 layers: clean up includes by Courtney Goeltzenleuchter · 9 years ago
  17. b7af203 layers: Suppress error messages for undestroyed descriptorSets by Mark Lobodzinski · 9 years ago
  18. f73135a layers: Remove obsolete dbg message logging header by Jon Ashburn · 9 years ago
  19. 649d0ca layers: Add support for debug_report extension in generic layer by Jon Ashburn · 9 years ago
  20. b7c5b23 layers: LunarXchange #145: Fix windows printf format errors by Mark Lobodzinski · 9 years ago
  21. e78816e layers: Remove object map before vkDestroy* by Mike Stroyan · 9 years ago
  22. 70a0c75 layers: layer generate confused by Count parameter by Courtney Goeltzenleuchter · 9 years ago
  23. 09b7585 layers: VkDestroyInstance+VkDestroyDevice clear ObjectTracker maps by Mike Stroyan · 9 years ago
  24. 09772bb bug 14365: replace dynamic state objects by Courtney Goeltzenleuchter · 9 years ago
  25. ebd3468 layers: Fix APIDump to handle "stdout" special case by Tobin Ehlis · 9 years ago
  26. 488e920 layers: Add return value for Generic vkCreateInstance() function by Tobin Ehlis · 9 years ago
  27. 74c4ce9 bug 14509: Rename Layer and Extension queries by Courtney Goeltzenleuchter · 9 years ago
  28. d3e4a76 layers: Move some fixed code into header files for APIDump and Generic by Jon Ashburn · 9 years ago
  29. de4f110 layers: Fix intercept of WSI instance entrypoints by Jon Ashburn · 9 years ago
  30. 83334db layers: Fix several bugs in WSI extension handling in layers by Jon Ashburn · 9 years ago
  31. 87f115c layers: Improve invalid object checks of ObjectTracker by Tobin Ehlis · 9 years ago
  32. 21d6a74 layers: Migrate Fence checks from ObjectTracker to MemTracker by Tobin Ehlis · 9 years ago
  33. b4b6e7c layers: Fix layer STDOUT logging by Tobin Ehlis · 9 years ago
  34. 796686a layers: Check if CreateDevice enabling WSI device extension, not instance by Ian Elliott · 9 years ago
  35. f2f9740 layers: Migrate ObjectTracker to updated Validation error reporting by Tobin Ehlis · 9 years ago
  36. 67b42b7 vulkan.h: Change return types of some functions to void by Mark Lobodzinski · 9 years ago
  37. 338dedb WSI: Convert WSI swapchain extension usage to new KHR style by Ian Elliott · 9 years ago
  38. 1856d6f Bug 14522: Remove VkAttachmentView by Courtney Goeltzenleuchter · 9 years ago
  39. dc74950 layers: Handle bad filename in APIDump settings file by Tobin Ehlis · 9 years ago
  40. 18cf726 layers: Fix ObjectTracker to handle dyanamic array params by Tobin Ehlis · 9 years ago
  41. 0f2b9e2 vk_platform: Update to upstream vk_platform.h by Courtney Goeltzenleuchter · 9 years ago
  42. 3234aba layers: Fix APIDump to correctly set output file name from settings file by Tobin Ehlis · 9 years ago
  43. e4bc694 v156: Bug 14451 - Rename dynamic state objects by Cody Northrop · 9 years ago
  44. 2605cb0 Bug 14406: Add support for front/back stencil reference dynamic state by Cody Northrop · 9 years ago
  45. f5bd225 Bug 14323: RasterLine and RasterDepthBias changes by Cody Northrop · 9 years ago
  46. 90a166e layers: Change Threading layer dispatch and logging by Mike Stroyan · 9 years ago
  47. 952ce22 layers: Remove unused layer-dispatch target by Mike Stroyan · 9 years ago
  48. ccac023 layers: mem_tracker: Change to new WSI query functions. by Ian Elliott · 9 years ago
  49. ef72e2a v140: Bug 14251 - Inconsistencies in the definition of queries by Cody Northrop · 9 years ago
  50. c8aa4a5 v139: Bug 14257 - Remove pCount parameter from vkAllocDescriptorSets by Cody Northrop · 9 years ago
  51. 4ff0df7 Compare the handle object to VK_NULL_HANDLE, not its internal integer value by Dana Jansens · 9 years ago
  52. 91ea095 layers: Rework APIDump changes to fix windows compilation errors by Mark Lobodzinski · 9 years ago
  53. 98586a9 layers: Enabled detailed output of void* memBarrier parameters by Mark Lobodzinski · 9 years ago
  54. 912e815 layers: objtrack has to call destroy in FreeDescriptorSets by Tony Barbour · 9 years ago
  55. 4a61113 layers: Add destroy_obj calls for ObjectTracker by Mark Lobodzinski · 9 years ago
  56. b2cc40a Windows: more changes for windows compiler by Tony Barbour · 9 years ago
  57. 29b1206 Windows: More windows compilier fixes by Tony Barbour · 9 years ago
  58. 8db6537 windows: clean up windows compile issues by Tony Barbour · 9 years ago
  59. b134e84 layers: INITIAL Changes to use new WSI swapchain extensions. by Ian Elliott · 9 years ago
  60. a4c8c71 v127: Use PFN_vkVoidFunction for GetProcAddr by Courtney Goeltzenleuchter · 9 years ago
  61. ab36aa6 rename: GetPhysicalDeviceFormatInfo to GetPhysicalDeviceFormatProperties by Courtney Goeltzenleuchter · 9 years ago
  62. 33ce8fd layers: Various layer fixes to get layer validation tests working with type safety changes by Tobin Ehlis · 9 years ago
  63. 65d94ad layers: Get Generic layer to compile with type safety header changes by Tobin Ehlis · 9 years ago
  64. 2a199c1 Bug 14084 - Object Tracker, Image, Generic layers by Tony Barbour · 9 years ago
  65. c0e49b2 layers: Threading layer type safety header changes by Mike Stroyan · 9 years ago
  66. 0b9c195 layers: Layer updates to get helpers compiling with type safety changes by Tobin Ehlis · 9 years ago
  67. 157e28d layers: Allow ObjectTracker to skip validation of objects that can be NULL by Tobin Ehlis · 9 years ago
  68. 1f41f54 vulkan: Rename bool32_t to VkBool32 by Courtney Goeltzenleuchter · 9 years ago
  69. 07238d4 Layers: They now compile on Windows. by David Pinedo · 9 years ago
  70. 79d8d2c layers: Generic- update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  71. 8a934ba layers: Remove object tracker extensions by Courtney Goeltzenleuchter · 9 years ago
  72. 03f1c8c layers: Update generator for threading, objtrack by Courtney Goeltzenleuchter · 9 years ago
  73. 18061cd loader: bug 12992: extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  74. 7a51d90 loader: Rename loader_platform.h -> vk_loader_platform.h by Tobin Ehlis · 9 years ago
  75. 56d204a layers: Rename all layer headers to begin with "vk_layer_" prefix by Tobin Ehlis · 9 years ago
  76. 2d1d970 include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.h by Tobin Ehlis · 9 years ago
  77. 25756af layers: Update ObjectTracker layer to check first-level struct parameters for valid objects by Tobin Ehlis · 9 years ago
  78. 2d034fd bug 14014: Fill out support for VkShaderModule by Courtney Goeltzenleuchter · 9 years ago
  79. be63799 loader: Move CreateDevice to device table by Courtney Goeltzenleuchter · 9 years ago
  80. e7a901e layers: Do not advertise support for WSI by Courtney Goeltzenleuchter · 9 years ago
  81. 4843dda generator: Add more debug statements by Courtney Goeltzenleuchter · 9 years ago
  82. 426b905 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  83. 14305ad layers: ObjectTracker per-instance storage, updated logging by Mark Lobodzinski · 9 years ago
  84. fde2fc3 layers: Addition of source_line_info.py script to simplify codegen debugging by Tobin Ehlis · 9 years ago
  85. 7e07faf layers: Make WSI_LUNARG a device extension and check if enabled before use by Jon Ashburn · 9 years ago
  86. ba4a195 misc: Remove GetDisplayInfoWSI() by Jon Ashburn · 9 years ago
  87. 9f17194 layers: Use static dispatch table maps by Courtney Goeltzenleuchter · 9 years ago
  88. 5a10d21 layers: Make dispatch table thread safe by Jon Ashburn · 9 years ago
  89. 5f2e9a2 layer: Remove EnumerateLayers by Jon Ashburn · 9 years ago
  90. f4a2eba layers: Initialize debug_report instance proc table by Courtney Goeltzenleuchter · 9 years ago
  91. ea2025a layer: Generic is not a validation layer by Courtney Goeltzenleuchter · 9 years ago
  92. ce445ad layers: Update generator for DEBUG_REPORT by Courtney Goeltzenleuchter · 9 years ago
  93. 23b5f8d loader: Add support for debug report by Courtney Goeltzenleuchter · 9 years ago
  94. 4f2575f loader: Support layers that don't have an extension entrypoint by Jon Ashburn · 9 years ago
  95. 2c8d598 layers: Fixed dispatch table teardown issues in ObjectTracker by Mark Lobodzinski · 9 years ago
  96. bf7c700 layers: Add multi-device/instance support to APIDump layer by Mark Lobodzinski · 9 years ago
  97. bbbc484 layers: Add multi-device/instance support to generated layers by Mark Lobodzinski · 9 years ago
  98. 7cdb8c3 genericLayer: Fix generation code by Jon Ashburn · 9 years ago
  99. 1c7c65d extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  100. 1245cec misc: Change vkGetProcAddr to vkGetDeviceProcAddr by Jon Ashburn · 9 years ago