1. b05e8c1 loader: Remove windows disable of global optimization. by Jon Ashburn · 9 years ago
  2. 11efc30 layers: Update DrawState to handle creation of multiple gfx pipelines by Tobin Ehlis · 9 years ago
  3. 209b529 tests: Added DeviceLimits to layer validation tests by Mark Lobodzinski · 9 years ago
  4. e8229fb layers: Various memtracker TODOs, fixed some error messages by Mark Lobodzinski · 9 years ago
  5. 5c10178 layers: Update vk_layer_settings.txt to clarify CALLBACK option and change DebugAction for all layers to "LOG_MSG" by Tobin Ehlis · 9 years ago
  6. ec59830 layers: Improve invalid object checks of ObjectTracker by Tobin Ehlis · 9 years ago
  7. ed1a8dd loader: Need to init instance dispatch without layers by Courtney Goeltzenleuchter · 9 years ago
  8. e3e39ef layers: Add return value to non-void function by Cody Northrop · 9 years ago
  9. c4f105d layers: Migrate Fence checks from ObjectTracker to MemTracker by Tobin Ehlis · 9 years ago
  10. 2b57c7b layers: Example vk_layer_settings.txt file by Tobin Ehlis · 9 years ago
  11. b1df55e layers: Fix layer STDOUT logging by Tobin Ehlis · 9 years ago
  12. 5fcc421 layers: Migrate MemTracker to allow log_msg callback to signal early return by Mark Lobodzinski · 9 years ago
  13. ca4e63b tests: Modify VkLayerTest.PipelineNotBound to work on Windows by Cody Northrop · 9 years ago
  14. 4232dad demos/tests: Fix aspectMask updates in a few spots by Cody Northrop · 9 years ago
  15. 42a4252 layers: Another CreateDevice fix (was using WSI instance extension name) by Ian Elliott · 9 years ago
  16. 197818b layers: Check if CreateDevice enabling WSI device extension, not instance by Ian Elliott · 9 years ago
  17. 5d78eb8 vktrace: Really put vktrace_layer.json and vktrace_layer.dll in the correct output dirs by David Pinedo · 9 years ago
  18. db34229 vktrace: Put vktrace_layer.json and vktrace_layer.dll in the correct output dirs by David Pinedo · 9 years ago
  19. 9ad4338 bug-14583: Remove the unneeded vkBufferViewType by Courtney Goeltzenleuchter · 9 years ago
  20. b46f227 Bug 14583: Updates based on initial feedback by Courtney Goeltzenleuchter · 9 years ago
  21. 6eb1aeb Bug 14583: Remove VkBufferView for UBO/SSBO descriptor types by Courtney Goeltzenleuchter · 9 years ago
  22. 020e221 tests: Remove unneeded function by Courtney Goeltzenleuchter · 9 years ago
  23. 6c76d2e tests: Do not need descriptor info for vertex buffer by Courtney Goeltzenleuchter · 9 years ago
  24. 00265c8 tests: Need to set the viewType now by Courtney Goeltzenleuchter · 9 years ago
  25. 8dcde7e vulkan: Add maxDescriptorSet*BuffersDynamic to limits by Courtney Goeltzenleuchter · 9 years ago
  26. 7b0d95d vulkan: Add missing _BIT to some bitfield enums. by Courtney Goeltzenleuchter · 9 years ago
  27. 9757c62 vulkan: Bump version to 166 by Courtney Goeltzenleuchter · 9 years ago
  28. ba72451 Bug 12998: change ImageSubresourceRange's aspect to aspectMask by Courtney Goeltzenleuchter · 9 years ago
  29. 39c8187 Bug 12998: change imageAspectMast to aspectMask by Courtney Goeltzenleuchter · 9 years ago
  30. 01ee1ca bug 14313: Allow copies to do multi-layer copies by Courtney Goeltzenleuchter · 9 years ago
  31. e66afec vktrace: When launch child process add tracing layer env var enablement by Jon Ashburn · 9 years ago
  32. 44fd604 vktrace: Convert tracing library to an actual vulkan layer library by Jon Ashburn · 9 years ago
  33. c9ac2b6 layers: Migrate ObjectTracker to updated Validation error reporting by Tobin Ehlis · 9 years ago
  34. 348803a layers: Fix spurious WSI memory binding error messages in MemTracker by Mark Lobodzinski · 9 years ago
  35. 1cfb30a layers: Migrate DrawState to new error reporting allowing for callback to signal early return by Tobin Ehlis · 9 years ago
  36. 286fb5f Bug 12998: Document required depth formats and layouts in buffer memory by Courtney Goeltzenleuchter · 9 years ago
  37. 1459c75 bug 14530: Remove IMAGE_CREATE_INVARIANT_DATA_BIT by Courtney Goeltzenleuchter · 9 years ago
  38. 8134da0 Bug 14587: Rename flags: XXX_CREATE_SPARSE_BIT by Courtney Goeltzenleuchter · 9 years ago
  39. cda3034 Bug 14313: Remove VK_FORMAT_FEATURE_CONVERSION_BIT by Courtney Goeltzenleuchter · 9 years ago
  40. 4a26189 bug 14313: Rename ArraySlice to ArrayLayer by Courtney Goeltzenleuchter · 9 years ago
  41. f1ece60 Bug 14313: Remove VK_FORMAT_FEATURE_CONVERSION_BIT by Courtney Goeltzenleuchter · 9 years ago
  42. 660f0ca bug 14516: rename VK_IMAGE_USAGE_DEPTH_STENCIL_BIT by Courtney Goeltzenleuchter · 9 years ago
  43. 9795335 bug 14541: rename VkTexAddress to VkTexAddressMode by Courtney Goeltzenleuchter · 9 years ago
  44. a22097a bug 14537: Improve VkImageFormatProperties by Courtney Goeltzenleuchter · 9 years ago
  45. 4da2886 Bug 14537: Improve VkImageFormatProperties by Courtney Goeltzenleuchter · 9 years ago
  46. 40f8d80 bug-13139: refactor sparse properties by Courtney Goeltzenleuchter · 9 years ago
  47. 4dacaa7 tests: Fix test error caught by validation changes by Mark Lobodzinski · 9 years ago
  48. 7b77233 layers: Reenable MemTracker reference tracking by Mark Lobodzinski · 9 years ago
  49. 2141f65 vulkan.h: Change return types of some functions to void by Mark Lobodzinski · 9 years ago
  50. bafcdf3 layers: Add note about vkCreateDevice behavior by Courtney Goeltzenleuchter · 9 years ago
  51. 3bd9c9b vulkan: Add validation error result by Courtney Goeltzenleuchter · 9 years ago
  52. 5fe086f draw_state: Implement bailout case for one test by Courtney Goeltzenleuchter · 9 years ago
  53. 0664083 layers: Add bailout flag to debug report callback by Courtney Goeltzenleuchter · 9 years ago
  54. d027f94 mem_tracker: validation comment by Courtney Goeltzenleuchter · 9 years ago
  55. ed89407 bug-14538: Remove driver validation checks by Courtney Goeltzenleuchter · 9 years ago
  56. e457a41 layers: Remove unused functions by Courtney Goeltzenleuchter · 9 years ago
  57. 9fa1749 layers: Add DeviceLimits json files by Cody Northrop · 9 years ago
  58. f7bf450 layers: In DrawState only validate bound VBO index at the time of Draw by Tobin Ehlis · 9 years ago
  59. e90e66d layers: DrawState fix to prevent false positives when matching PipelineLayouts by Tobin Ehlis · 9 years ago
  60. be42774 layers: Fix ScreenShot layer to handle EnumeratePhysicalDevices query count case by Tobin Ehlis · 9 years ago
  61. b5fc4fb layers: Initial framework for DeviceLimits layer by Tobin Ehlis · 9 years ago
  62. 21c21ee loader: Use GetProcAddr function names from layer manifest file by Jon Ashburn · 9 years ago
  63. 9b9800d windows: Fix more instances of vulkan.0 -> vulkan-0 by Cody Northrop · 9 years ago
  64. da72a0d vulkan.h: Refactoring physical device sparse properties and limits, bug# 13139 by Mark Lobodzinski · 9 years ago
  65. 7d4ac51 vulkan.h: Add bufferFeatures to VkFormatProperties, bug #14546 by Mark Lobodzinski · 9 years ago
  66. 4bb0d30 Windows build: rename vulkan.0.dll to vulkan-0.dll by David Pinedo · 9 years ago
  67. eafbbbe documentation: Detail DRI3 use on ubuntu 15.04 by Mike Stroyan · 9 years ago
  68. 480a50a loader: Fix Windows build for alloc stuff by Jon Ashburn · 9 years ago
  69. 87d6aa9 loader: make thirdparty code use allocation callbacks by Jon Ashburn · 9 years ago
  70. e39a4f8 loader: Make use of app provided allocation callbacks by Jon Ashburn · 9 years ago
  71. c82eb1c loader: Add support for realloc using the app allocation callbacks. by Jon Ashburn · 9 years ago
  72. 48091a3 loader: convert to using loader_stack_alloc for consistency by Jon Ashburn · 9 years ago
  73. 464e0b5 All extensions single revision number instead of major.minor.patch by Ian Elliott · 9 years ago
  74. 4d33069 WSI: Convert from VERSION to REVISION by Ian Elliott · 9 years ago
  75. c34dd28 WSI: Update headers for WSI swapchain extensions (versions 51 & 17). by Ian Elliott · 9 years ago
  76. 7e40db9 WSI: Convert WSI swapchain extension usage to new KHR style by Ian Elliott · 9 years ago
  77. 6dfa5ab WSI: Update headers for WSI swapchain extensions (versions 47 & 15). by Ian Elliott · 9 years ago
  78. 855a7fc WSI: Remove old loader code for the VK_WSI_LunarG extension. by Ian Elliott · 9 years ago
  79. 78e7193 tests: Set some uninitialized layout and image view fields by Cody Northrop · 9 years ago
  80. b80b425 layers: If layers receive bad filename for output log, report ERROR and fallback to stdout by Tobin Ehlis · 9 years ago
  81. bfbac25 layers: Update some layers to avoid repeated call to get_dispatch_key() by Tobin Ehlis · 9 years ago
  82. 52ac658 vulkan.h: Bug-14476: Rename texelCoords to unnormalizedCoordinates by Mark Lobodzinski · 9 years ago
  83. b1c9329 bug 14517: Rename cs parameter to stage by Courtney Goeltzenleuchter · 9 years ago
  84. da894a2 tests: Set swapchain image aspect correctly. by Courtney Goeltzenleuchter · 9 years ago
  85. f131d73 bug-14537: Improve VkImageFormatProperties by Courtney Goeltzenleuchter · 9 years ago
  86. a50a5cb layers: MemTracker fixes for image usage flag validation. by Mark Lobodzinski · 9 years ago
  87. 5861a1b Bug 14522: Remove VkAttachmentView by Courtney Goeltzenleuchter · 9 years ago
  88. 0ebea1d bug-14515: Add occlusionQueryNonConservative feature by Courtney Goeltzenleuchter · 9 years ago
  89. bf06582 windows: Fix a couple signed/unsigned warnings by Cody Northrop · 9 years ago
  90. 969296b linux: Enable ScreenShot layer in trace/replay script by Cody Northrop · 9 years ago
  91. 488f547 layers: Modify ScreenShot usage and layout flags to work cross vendor by Cody Northrop · 9 years ago
  92. 49f885c layers: Port screenshot fixes to master by Cody Northrop · 9 years ago
  93. 81da447 windows: Update trace/replay validation script by Cody Northrop · 9 years ago
  94. da6c23c headers: Add vk_sdk_platform.h for Win/Linux differences by Mark Lobodzinski · 9 years ago
  95. 2eeb3c6 headers: Moved utility routine out of to-be-upstreamed header file by Mark Lobodzinski · 9 years ago
  96. 12d4c6a layers: Automated checking of validation layer documentation by Tobin Ehlis · 9 years ago
  97. 6468639 layers: Various corrections to vk_validation_layer_details.md by Tobin Ehlis · 9 years ago
  98. 4f62836 vktrace: Add vktrace codegen dirs to .gitignore by Mike Stroyan · 9 years ago
  99. 13dbde0 bug-14532: Rename VK_LAST_* to VK_REMAINING_* by Courtney Goeltzenleuchter · 9 years ago
  100. 36fd866 misc: tool updates, no functional change by Courtney Goeltzenleuchter · 9 years ago