1. 76eecc9 vulkan: Bump version to 166 by Courtney Goeltzenleuchter · 9 years ago
  2. aeffeae Bug 12998: change ImageSubresourceRange's aspect to aspectMask by Courtney Goeltzenleuchter · 9 years ago
  3. 5c3dc87 Bug 12998: change imageAspectMast to aspectMask by Courtney Goeltzenleuchter · 9 years ago
  4. bd7f592 bug 14313: Allow copies to do multi-layer copies by Courtney Goeltzenleuchter · 9 years ago
  5. f780797 vktrace: Fix cmake for vktrace layer to have correct codegen for include by Jon Ashburn · 9 years ago
  6. 8b729a8 vktrace: Fix gMessageStream to have C external linkage for windows by Jon Ashburn · 9 years ago
  7. bb4e7c1 vktrace: Fix sizeof(void) for tracing layer. by Jon Ashburn · 9 years ago
  8. f6754d4 vktrace: Cleanup the instance device data maps in the vktrace layer on destroy by Jon Ashburn · 9 years ago
  9. 5afdcf6 vktrace: Add support for instance and device map of data for trace layer by Jon Ashburn · 9 years ago
  10. 4278f64 vktrace: Convert tracing layer library to C++ to enable using STL by Jon Ashburn · 9 years ago
  11. 7d4cd76 vktrace: When launch child process add tracing layer env var enablement by Jon Ashburn · 9 years ago
  12. eaf6e0c vktrace: Remove rest of LDPRELOAD in vktrace when spawns child in Linux by Jon Ashburn · 9 years ago
  13. 9ae75a4 vktrace: Remove mhook since no longer needed, using Vulkan layer for hooking by Jon Ashburn · 9 years ago
  14. 71654fd vktrace: Enable codegen for the tracing layer by Jon Ashburn · 9 years ago
  15. 7d69eef vktrace: Convert tracing library to an actual vulkan layer library by Jon Ashburn · 9 years ago
  16. f2f9740 layers: Migrate ObjectTracker to updated Validation error reporting by Tobin Ehlis · 9 years ago
  17. be0eb4e layers: Fix spurious WSI memory binding error messages in MemTracker by Mark Lobodzinski · 9 years ago
  18. 48ddcb8 layers: Migrate DrawState to new error reporting allowing for callback to signal early return by Tobin Ehlis · 9 years ago
  19. 7ed1059 Bug 12998: Document required depth formats and layouts in buffer memory by Courtney Goeltzenleuchter · 9 years ago
  20. ec9dedf bug 14530: Remove IMAGE_CREATE_INVARIANT_DATA_BIT by Courtney Goeltzenleuchter · 9 years ago
  21. c6d66ec Bug 14587: Rename flags: XXX_CREATE_SPARSE_BIT by Courtney Goeltzenleuchter · 9 years ago
  22. 70e4026 Bug 14313: Remove VK_FORMAT_FEATURE_CONVERSION_BIT by Courtney Goeltzenleuchter · 9 years ago
  23. 3dee808 bug 14313: Rename ArraySlice to ArrayLayer by Courtney Goeltzenleuchter · 9 years ago
  24. 7529579 Bug 14313: Remove VK_FORMAT_FEATURE_CONVERSION_BIT by Courtney Goeltzenleuchter · 9 years ago
  25. c3b8eea bug 14516: rename VK_IMAGE_USAGE_DEPTH_STENCIL_BIT by Courtney Goeltzenleuchter · 9 years ago
  26. 5162441 bug 14541: rename VkTexAddress to VkTexAddressMode by Courtney Goeltzenleuchter · 9 years ago
  27. 83c95f8 bug 14537: Improve VkImageFormatProperties by Courtney Goeltzenleuchter · 9 years ago
  28. d986078 Bug 14537: Improve VkImageFormatProperties by Courtney Goeltzenleuchter · 9 years ago
  29. 00c8c98 bug-13139: refactor sparse properties by Courtney Goeltzenleuchter · 9 years ago
  30. 9212253 tests: Fix test error caught by validation changes by Mark Lobodzinski · 9 years ago
  31. d3d0016 layers: Reenable MemTracker reference tracking by Mark Lobodzinski · 9 years ago
  32. 08854b2 nulldrv: Fix compiler issues by Courtney Goeltzenleuchter · 9 years ago
  33. 67b42b7 vulkan.h: Change return types of some functions to void by Mark Lobodzinski · 9 years ago
  34. f004499 layers: Add note about vkCreateDevice behavior by Courtney Goeltzenleuchter · 9 years ago
  35. 2eeddee vulkan: Add validation error result by Courtney Goeltzenleuchter · 9 years ago
  36. e4c4313 demos: Do not bail on validation error by Courtney Goeltzenleuchter · 9 years ago
  37. 3abd86e draw_state: Implement bailout case for one test by Courtney Goeltzenleuchter · 9 years ago
  38. 0d6857f layers: Add bailout flag to debug report callback by Courtney Goeltzenleuchter · 9 years ago
  39. f30bd91 mem_tracker: validation comment by Courtney Goeltzenleuchter · 9 years ago
  40. a54b76a bug-14538: Remove driver validation checks by Courtney Goeltzenleuchter · 9 years ago
  41. 26c3eb4 intel: Fix compiler warning, clear flags with 0 by Courtney Goeltzenleuchter · 9 years ago
  42. d4d7c5e layers: Remove unused functions by Courtney Goeltzenleuchter · 9 years ago
  43. 2f7dd7d layers: Add DeviceLimits json files by Cody Northrop · 9 years ago
  44. d28acef layers: In DrawState only validate bound VBO index at the time of Draw by Tobin Ehlis · 9 years ago
  45. 12ab7dc layers: DrawState fix to prevent false positives when matching PipelineLayouts by Tobin Ehlis · 9 years ago
  46. 4f482a7 demos: Fix demos to correctly query physicalDevice count by Tobin Ehlis · 9 years ago
  47. d8dd86b layers: Fix ScreenShot layer to handle EnumeratePhysicalDevices query count case by Tobin Ehlis · 9 years ago
  48. c345b8b layers: Initial framework for DeviceLimits layer by Tobin Ehlis · 9 years ago
  49. 2db0804 loader: Use GetProcAddr function names from layer manifest file by Jon Ashburn · 9 years ago
  50. b229f97 windows: Fix more instances of vulkan.0 -> vulkan-0 by Cody Northrop · 9 years ago
  51. 67ff0a4 demos: Prevent tri rendering during shutdown by Cody Northrop · 9 years ago
  52. 221e3ed intel: Fix buffer format feature flag mask by Mark Lobodzinski · 9 years ago
  53. 7dae686 vulkan.h: Refactoring physical device sparse properties and limits, bug# 13139 by Mark Lobodzinski · 9 years ago
  54. 4b36dd4 vulkan.h: Add bufferFeatures to VkFormatProperties, bug #14546 by Mark Lobodzinski · 9 years ago
  55. 717647d Windows build: rename vulkan.0.dll to vulkan-0.dll by David Pinedo · 9 years ago
  56. 36bc617 vktrace: Fix CreateRenderPass addition of buffers by Jon Ashburn · 9 years ago
  57. c30315e vkreplay: Make sure differences in ext and layers in trace/replay doesn't abort by Jon Ashburn · 9 years ago
  58. 62e042b vkreplay: Don't use an app provided alloc callback by Jon Ashburn · 9 years ago
  59. 24a7517 documentation: Detail DRI3 use on ubuntu 15.04 by Mike Stroyan · 9 years ago
  60. 6fb9a53 loader: Fix Windows build for alloc stuff by Jon Ashburn · 9 years ago
  61. 413d658 loader: make thirdparty code use allocation callbacks by Jon Ashburn · 9 years ago
  62. e74fc5d demos: Add allocation callback to tri test CreateInstance by Jon Ashburn · 9 years ago
  63. e58f1a3 loader: Make use of app provided allocation callbacks by Jon Ashburn · 9 years ago
  64. e5e60df loader: Add support for realloc using the app allocation callbacks. by Jon Ashburn · 9 years ago
  65. e5c4872 loader: convert to using loader_stack_alloc for consistency by Jon Ashburn · 9 years ago
  66. b0833bd WSI: Convert from VERSION to REVISION in nulldrv by David Pinedo · 9 years ago
  67. d5b6e89 All extensions single revision number instead of major.minor.patch by Ian Elliott · 9 years ago
  68. a4e1c90 WSI: Convert from VERSION to REVISION by Ian Elliott · 9 years ago
  69. 147b789 WSI: Update headers for WSI swapchain extensions (versions 51 & 17). by Ian Elliott · 9 years ago
  70. 338dedb WSI: Convert WSI swapchain extension usage to new KHR style by Ian Elliott · 9 years ago
  71. f333d54 WSI: Update headers for WSI swapchain extensions (versions 47 & 15). by Ian Elliott · 9 years ago
  72. ce7b1c2 WSI: Remove old loader code for the VK_WSI_LunarG extension. by Ian Elliott · 9 years ago
  73. afc718a tests: Set some uninitialized layout and image view fields by Cody Northrop · 9 years ago
  74. ec2dc65 demos: Set depth image aspect correctly by Cody Northrop · 9 years ago
  75. 12915ce intel: make WSI more robust- vkQueuePresentWSI by Mike Stroyan · 9 years ago
  76. b28dd44 intel: make WSI more robust- vkAcquireNextImageWSI by Mike Stroyan · 9 years ago
  77. 2bf17bd intel: make WSI more robust- x11_swap_chain_wait by Mike Stroyan · 9 years ago
  78. af14e9f layers: If layers receive bad filename for output log, report ERROR and fallback to stdout by Tobin Ehlis · 9 years ago
  79. 8354e02 layers: Update some layers to avoid repeated call to get_dispatch_key() by Tobin Ehlis · 9 years ago
  80. 61ef20e Fix compiler warnings caused by view.c by Tobin Ehlis · 9 years ago
  81. 513acdf vulkan.h: Bug-14476: Rename texelCoords to unnormalizedCoordinates by Mark Lobodzinski · 9 years ago
  82. 7db1fed bug 14517: Rename cs parameter to stage by Courtney Goeltzenleuchter · 9 years ago
  83. 684fad2 tests: Set swapchain image aspect correctly. by Courtney Goeltzenleuchter · 9 years ago
  84. a1ec009 bug-14537: Improve VkImageFormatProperties by Courtney Goeltzenleuchter · 9 years ago
  85. 6aa1abd layers: MemTracker fixes for image usage flag validation. by Mark Lobodzinski · 9 years ago
  86. 1856d6f Bug 14522: Remove VkAttachmentView by Courtney Goeltzenleuchter · 9 years ago
  87. a5e3443 bug-14515: Add occlusionQueryNonConservative feature by Courtney Goeltzenleuchter · 9 years ago
  88. 46d92c0 windows: Fix a couple signed/unsigned warnings by Cody Northrop · 9 years ago
  89. e67062c linux: Enable ScreenShot layer in trace/replay script by Cody Northrop · 9 years ago
  90. 46d10d0 layers: Modify ScreenShot usage and layout flags to work cross vendor by Cody Northrop · 9 years ago
  91. 98fb22a layers: Port screenshot fixes to master by Cody Northrop · 9 years ago
  92. fb207af windows: Update trace/replay validation script by Cody Northrop · 9 years ago
  93. eccbb37 headers: Add vk_sdk_platform.h for Win/Linux differences by Mark Lobodzinski · 9 years ago
  94. f993d54 headers: Moved utility routine out of to-be-upstreamed header file by Mark Lobodzinski · 9 years ago
  95. 236717c layers: Automated checking of validation layer documentation by Tobin Ehlis · 9 years ago
  96. 2235fbc layers: Various corrections to vk_validation_layer_details.md by Tobin Ehlis · 9 years ago
  97. b8b66e4 vktrace: Add vktrace codegen dirs to .gitignore by Mike Stroyan · 9 years ago
  98. ec16768 bug-14532: Rename VK_LAST_* to VK_REMAINING_* by Courtney Goeltzenleuchter · 9 years ago
  99. 10f728a misc: tool updates, no functional change by Courtney Goeltzenleuchter · 9 years ago
  100. 2175ce7 Bug-14177: Remove Float16 feature. by Courtney Goeltzenleuchter · 9 years ago