1. d7a5cff bug-13751: Update vkCmdClearColorImage color parameter by Courtney Goeltzenleuchter · 9 years ago
  2. 43fb2c7 tests: Update for VK origin convention by Courtney Goeltzenleuchter · 9 years ago
  3. a0778af layers: Move OT validation calls inside mutex by Mark Lobodzinski · 9 years ago
  4. e2167aa layers: Add memory manager queue validation to object tracker by Mark Lobodzinski · 9 years ago
  5. 15524c3 tests: Pass debug function to InitFramework to register by Tony Barbour · 9 years ago
  6. f6b9bc6 layers: Add another routine to the list that don't need use counts by Tony Barbour · 9 years ago
  7. c779c7e layers: Eliminate compiler warnings on Windows. by Ian Elliott · 9 years ago
  8. f851ddf loader: Eliminate compiler warnings on Windows. by Ian Elliott · 9 years ago
  9. c48e635 Win: Stop using the temporary "xcb_nvidia" code. by Ian Elliott · 9 years ago
  10. 97e52d8 toolchain: Update to newer glslang and LunarGLASS versions by Cody Northrop · 9 years ago
  11. 6636d1a tests: Include HOST_VISIBLE mem prop for --show-images by Courtney Goeltzenleuchter · 9 years ago
  12. fcf43ab tests: Use staging buffer for --show-images by Courtney Goeltzenleuchter · 9 years ago
  13. e4171f0 mem_tracker: Fix error from fixing MSVC asserts by Courtney Goeltzenleuchter · 9 years ago
  14. d8f83d8 layers: Fix msvc++ iterator issues by David Pinedo · 9 years ago
  15. 3597a20 draw_state: Fix another MSVC++ debug assert by Courtney Goeltzenleuchter · 9 years ago
  16. ea3117c draw_state: Fix Microsoft C++ iterator assert by Courtney Goeltzenleuchter · 9 years ago
  17. 2fd6799 mem_tracker: Do not increment iterator after delete by Courtney Goeltzenleuchter · 9 years ago
  18. ba348a9 draw_state: Fix Microsoft C++ assert by Courtney Goeltzenleuchter · 9 years ago
  19. c285216 Shader Checker Layer: make sure iterated list is of non-zero length by David Pinedo · 9 years ago
  20. 3a11c8e loader: Terminate chain of GetProcAddr() in driver if gpu obj is base by Jon Ashburn · 9 years ago
  21. 4ab7f72 tests: Update layer test script to enable Validation layer and skip the vk_layer_validation_tests for now as they re-insert layers and cause a hang by Tobin Ehlis · 9 years ago
  22. 17f45a6 layers: Fix bug in APIDump where some void* members were having their address printed when APIDumpNoAddr was TRUE by Tobin Ehlis · 9 years ago
  23. 0bed462 layers: Add another routine to list that don't need use counts by Tony Barbour · 9 years ago
  24. 93de406 layers: Add 3 more routines to list that don't need use counts by Tony Barbour · 9 years ago
  25. 45a23a8 layers: Fix APIDump corner cases to not print addresses w/ NoAddr option by Tobin Ehlis · 9 years ago
  26. a2b199c layers: Add APIDump option to not parse parameter details by Tobin Ehlis · 9 years ago
  27. ae053e9 loader: Fix bug on layer name prefix string length by Jon Ashburn · 9 years ago
  28. 9b9fe78 tests: layer init moved to instance create - drop from device by Tony Barbour · 9 years ago
  29. 3fdff9e tests: Add Device init that takes list of layers to enable by Tony Barbour · 9 years ago
  30. 603f903 dispatch: No need to save data from vkResetFences by Tony Barbour · 9 years ago
  31. 530c727 build: fix registry locations by Tony Barbour · 9 years ago
  32. d335065 scripts: Update vk_helper.py to account for VK_BIT(#) enum values by Tobin Ehlis · 9 years ago
  33. 806c906 tests: Move fence tests from vkbase to layer validation by Tony Barbour · 9 years ago
  34. 4c97d7a tests: Buffers/Images that map need VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT by Tony Barbour · 9 years ago
  35. 1a5e636 tests: Remove old function prototype comments by Tony Barbour · 9 years ago
  36. 0d067d1 layers: Added fence validation check to object_tracker by Mark Lobodzinski · 9 years ago
  37. b1567a0 layers: Memtracker formatting changes. by Mark Lobodzinski · 9 years ago
  38. 18f7155 misc: Changes to fix warnings in Windows / VC++ build by Tony Barbour · 9 years ago
  39. f20f87b misc: Changes to clean up warnings in Release build by Tony Barbour · 9 years ago
  40. 30a3945 tests: testbinding objects know dev, use it by Courtney Goeltzenleuchter · 9 years ago
  41. d6079ec tests: white space cleanup by Courtney Goeltzenleuchter · 9 years ago
  42. 992fb4f tests: Finish update to match latest vulkan.h by Courtney Goeltzenleuchter · 9 years ago
  43. 5e41f1d loader: Make sure max layer count is set properly by Courtney Goeltzenleuchter · 9 years ago
  44. d9dc0c7 vkEnumerateLayers: Update to match upstream by Courtney Goeltzenleuchter · 9 years ago
  45. 85e80da layers: Fixed arg selection in object tracker by Mark Lobodzinski · 9 years ago
  46. 9671531 layers: Using objects instead of pointers - rename pObj by Tony Barbour · 9 years ago
  47. fc15ff8 vulkan.h: Fix up warnings and use VkObject appropriately by Tony Barbour · 9 years ago
  48. 07fd6b6 misc: Make headers match upstream by Courtney Goeltzenleuchter · 9 years ago
  49. b050c68 update to vulkan.h header version 90, bug 13529 by Mike Stroyan · 9 years ago
  50. f869338 switch to VK_WSI_LunarG by Chia-I Wu · 9 years ago
  51. 92ee79a update vk_wsi_lunarg.h ... by Chia-I Wu · 9 years ago
  52. c62cb89 layers: Fix bugs in APIDump to handle dynamic array printing by Tobin Ehlis · 9 years ago
  53. e01252d tests: Ensure vk_blit_test calls QueueAddMemReferences by Mark Lobodzinski · 9 years ago
  54. 0fadf5f vulkan: Update vulkan.h for revision 89 -- Bug #13743 by Mark Lobodzinski · 9 years ago
  55. 857156d layers: For ObjectTracker don't flag error for un-deleted Queues by Tobin Ehlis · 9 years ago
  56. df45de5 layers: Fix ObjectTracker to not flag error when PhysicalDevice not deleted b/c it can't be deleted. by Tobin Ehlis · 9 years ago
  57. d4c1a50 vulkan: Update vulkan.h for revision 88 -- Bug #13744 by Cody Northrop · 9 years ago
  58. aa7b95f WSI header file changes pushed upstream. by Ian Elliott · 9 years ago
  59. ad36715 layers: Add missing functions. by Jeremy Hayes · 9 years ago
  60. 1cb6222 Win: Eliminate compiler errors/warnings in "shader_checker.cpp" by Ian Elliott · 9 years ago
  61. e671777 Win: Copy the "spirv.h" file for Windows builds (KLUDGE) ... by Ian Elliott · 9 years ago
  62. f6d8f7b bug-13668: Support for pipeline statistics queries by Courtney Goeltzenleuchter · 9 years ago
  63. e99664f license: Add MIT license statement to repo. by Courtney Goeltzenleuchter · 9 years ago
  64. 5d9c224 layers: Add ShaderChecker as Validation layer by Tobin Ehlis · 9 years ago
  65. 9430c78 demos: Update demos and tests to use vkGetGlobalExtensionInfo to check extensions by Tobin Ehlis · 9 years ago
  66. 3b6dfc1 bug-13466: Note conflict with upstream on VkQueryResultFlags by Courtney Goeltzenleuchter · 9 years ago
  67. bb594ba misc: non-functional changes to match upstream header by Courtney Goeltzenleuchter · 9 years ago
  68. 04ac7ff loader: add a missing VKAPI by Chia-I Wu · 9 years ago
  69. b125054 Bug 13632 Header 84 Add VkFlushMappedMemory by Tony Barbour · 9 years ago
  70. 71a8512 Bug 13632 Header 84 Add offset and size to VkMapMemory by Tony Barbour · 9 years ago
  71. a3b9a20 vulkan: Remove VkDescriptorSetLayoutChain from vkCmdBindDescriptorSets by Chia-I Wu · 9 years ago
  72. d1c3572 Bug 13632 Header 84 Assorted questions and comments on vulkan.h by Tony Barbour · 9 years ago
  73. 83a6425 misc: Change vkEnumerateGpus to vkEnumeratePhysicalDevices by Jon Ashburn · 9 years ago
  74. 0854174 layers: Fix bug in how dynamic array Counts were interpreted by APIDump by Tobin Ehlis · 9 years ago
  75. 6b2ead6 shader_checker: convert printf to debug output by Chris Forbes · 9 years ago
  76. b6b8c46 shader_checker: add plumbing for debug by Chris Forbes · 9 years ago
  77. 3a5e99a shader_checker: first pass at typechecks by Chris Forbes · 9 years ago
  78. 3616b46 shader_checker: validate fs outputs against cb by Chris Forbes · 9 years ago
  79. 772d03b shader_checker: validate vertex attribs against vs inputs by Chris Forbes · 9 years ago
  80. 4100245 shader_checker: add validation of interface between vs and fs by Chris Forbes · 9 years ago
  81. f6800b5 shader_checker: collect pipeline stages in vkCreateGraphicsPipeline by Chris Forbes · 9 years ago
  82. 4175e6f shader_checker: add hook for xglCreateGraphicsPipeline by Chris Forbes · 9 years ago
  83. 06e8fc3 shader_checker: collect interface definitions from shaders by Chris Forbes · 9 years ago
  84. 3b1c421 shader_checker: capture spir-v for every shader at vkCreateShader time by Chris Forbes · 9 years ago
  85. 2778f30 shader_checker: initial plumbing by Chris Forbes · 9 years ago
  86. af0d72c vulkan: Rename bindInfo to pBindInfo. by Jeremy Hayes · 9 years ago
  87. f68ad72 bug 13632: Convert commands to plural form by Courtney Goeltzenleuchter · 9 years ago
  88. 38ce2b1 vulkan: Update object memory requirements (13723). by Jeremy Hayes · 9 years ago
  89. b6f3f53 layers: Change threading layer file name. by Mike Stroyan · 9 years ago
  90. 0193901 Add GetPhysicalDeviceExtensionInfo() function to API by Tobin Ehlis · 9 years ago
  91. 7ad197f layers: Removing old GetExtensionSupport API call by Tobin Ehlis · 9 years ago
  92. 3dd031b tests: Remove use of old GetExtensionSupport API by Tobin Ehlis · 9 years ago
  93. 1dbc8e2 bug 13466: Allow writing query results to buffer memory by Courtney Goeltzenleuchter · 9 years ago
  94. 40f7f40 vulkan: Updated vulkan.h for revision 79 -- Bug #13464 by Mark Lobodzinski · 9 years ago
  95. 17b8457 glave: Disable, will update on separate branch by Courtney Goeltzenleuchter · 9 years ago
  96. e39f695 vulkan.h: V74. Unify memory pools. Bug #13633. by Mark Lobodzinski · 9 years ago
  97. 6865d4a vulkan.h: Rename parameters in vkCmdResolveImage calls by Tony Barbour · 9 years ago
  98. 2e64be8 intel: Fix xglCmdImageResolve doesn't properly support MSAA texture arrays by Tony Barbour · 9 years ago
  99. b90f9db misc: Remove validation level by Jon Ashburn · 9 years ago
  100. 3cc6572 layers: Add ThreadingChecker as a Validation layer by Tobin Ehlis · 9 years ago