1. 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
  2. 0bed462 layers: Add another routine to list that don't need use counts by Tony Barbour · 9 years ago
  3. 93de406 layers: Add 3 more routines to list that don't need use counts by Tony Barbour · 9 years ago
  4. 45a23a8 layers: Fix APIDump corner cases to not print addresses w/ NoAddr option by Tobin Ehlis · 9 years ago
  5. a2b199c layers: Add APIDump option to not parse parameter details by Tobin Ehlis · 9 years ago
  6. ae053e9 loader: Fix bug on layer name prefix string length by Jon Ashburn · 9 years ago
  7. 9b9fe78 tests: layer init moved to instance create - drop from device by Tony Barbour · 9 years ago
  8. 3fdff9e tests: Add Device init that takes list of layers to enable by Tony Barbour · 9 years ago
  9. 603f903 dispatch: No need to save data from vkResetFences by Tony Barbour · 9 years ago
  10. 530c727 build: fix registry locations by Tony Barbour · 9 years ago
  11. d335065 scripts: Update vk_helper.py to account for VK_BIT(#) enum values by Tobin Ehlis · 9 years ago
  12. 806c906 tests: Move fence tests from vkbase to layer validation by Tony Barbour · 9 years ago
  13. 4c97d7a tests: Buffers/Images that map need VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT by Tony Barbour · 9 years ago
  14. 1a5e636 tests: Remove old function prototype comments by Tony Barbour · 9 years ago
  15. 0d067d1 layers: Added fence validation check to object_tracker by Mark Lobodzinski · 9 years ago
  16. b1567a0 layers: Memtracker formatting changes. by Mark Lobodzinski · 9 years ago
  17. 18f7155 misc: Changes to fix warnings in Windows / VC++ build by Tony Barbour · 9 years ago
  18. f20f87b misc: Changes to clean up warnings in Release build by Tony Barbour · 9 years ago
  19. 30a3945 tests: testbinding objects know dev, use it by Courtney Goeltzenleuchter · 9 years ago
  20. d6079ec tests: white space cleanup by Courtney Goeltzenleuchter · 9 years ago
  21. 992fb4f tests: Finish update to match latest vulkan.h by Courtney Goeltzenleuchter · 9 years ago
  22. 5e41f1d loader: Make sure max layer count is set properly by Courtney Goeltzenleuchter · 9 years ago
  23. d9dc0c7 vkEnumerateLayers: Update to match upstream by Courtney Goeltzenleuchter · 9 years ago
  24. 85e80da layers: Fixed arg selection in object tracker by Mark Lobodzinski · 9 years ago
  25. 9671531 layers: Using objects instead of pointers - rename pObj by Tony Barbour · 9 years ago
  26. fc15ff8 vulkan.h: Fix up warnings and use VkObject appropriately by Tony Barbour · 9 years ago
  27. 07fd6b6 misc: Make headers match upstream by Courtney Goeltzenleuchter · 9 years ago
  28. b050c68 update to vulkan.h header version 90, bug 13529 by Mike Stroyan · 9 years ago
  29. f869338 switch to VK_WSI_LunarG by Chia-I Wu · 9 years ago
  30. 92ee79a update vk_wsi_lunarg.h ... by Chia-I Wu · 9 years ago
  31. c62cb89 layers: Fix bugs in APIDump to handle dynamic array printing by Tobin Ehlis · 9 years ago
  32. e01252d tests: Ensure vk_blit_test calls QueueAddMemReferences by Mark Lobodzinski · 9 years ago
  33. 0fadf5f vulkan: Update vulkan.h for revision 89 -- Bug #13743 by Mark Lobodzinski · 9 years ago
  34. 857156d layers: For ObjectTracker don't flag error for un-deleted Queues by Tobin Ehlis · 9 years ago
  35. 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
  36. d4c1a50 vulkan: Update vulkan.h for revision 88 -- Bug #13744 by Cody Northrop · 9 years ago
  37. aa7b95f WSI header file changes pushed upstream. by Ian Elliott · 9 years ago
  38. ad36715 layers: Add missing functions. by Jeremy Hayes · 9 years ago
  39. 1cb6222 Win: Eliminate compiler errors/warnings in "shader_checker.cpp" by Ian Elliott · 9 years ago
  40. e671777 Win: Copy the "spirv.h" file for Windows builds (KLUDGE) ... by Ian Elliott · 9 years ago
  41. f6d8f7b bug-13668: Support for pipeline statistics queries by Courtney Goeltzenleuchter · 9 years ago
  42. e99664f license: Add MIT license statement to repo. by Courtney Goeltzenleuchter · 9 years ago
  43. 5d9c224 layers: Add ShaderChecker as Validation layer by Tobin Ehlis · 9 years ago
  44. 9430c78 demos: Update demos and tests to use vkGetGlobalExtensionInfo to check extensions by Tobin Ehlis · 9 years ago
  45. 3b6dfc1 bug-13466: Note conflict with upstream on VkQueryResultFlags by Courtney Goeltzenleuchter · 9 years ago
  46. bb594ba misc: non-functional changes to match upstream header by Courtney Goeltzenleuchter · 9 years ago
  47. 04ac7ff loader: add a missing VKAPI by Chia-I Wu · 9 years ago
  48. b125054 Bug 13632 Header 84 Add VkFlushMappedMemory by Tony Barbour · 9 years ago
  49. 71a8512 Bug 13632 Header 84 Add offset and size to VkMapMemory by Tony Barbour · 9 years ago
  50. a3b9a20 vulkan: Remove VkDescriptorSetLayoutChain from vkCmdBindDescriptorSets by Chia-I Wu · 9 years ago
  51. d1c3572 Bug 13632 Header 84 Assorted questions and comments on vulkan.h by Tony Barbour · 9 years ago
  52. 83a6425 misc: Change vkEnumerateGpus to vkEnumeratePhysicalDevices by Jon Ashburn · 9 years ago
  53. 0854174 layers: Fix bug in how dynamic array Counts were interpreted by APIDump by Tobin Ehlis · 9 years ago
  54. 6b2ead6 shader_checker: convert printf to debug output by Chris Forbes · 9 years ago
  55. b6b8c46 shader_checker: add plumbing for debug by Chris Forbes · 9 years ago
  56. 3a5e99a shader_checker: first pass at typechecks by Chris Forbes · 9 years ago
  57. 3616b46 shader_checker: validate fs outputs against cb by Chris Forbes · 10 years ago
  58. 772d03b shader_checker: validate vertex attribs against vs inputs by Chris Forbes · 10 years ago
  59. 4100245 shader_checker: add validation of interface between vs and fs by Chris Forbes · 10 years ago
  60. f6800b5 shader_checker: collect pipeline stages in vkCreateGraphicsPipeline by Chris Forbes · 10 years ago
  61. 4175e6f shader_checker: add hook for xglCreateGraphicsPipeline by Chris Forbes · 10 years ago
  62. 06e8fc3 shader_checker: collect interface definitions from shaders by Chris Forbes · 9 years ago
  63. 3b1c421 shader_checker: capture spir-v for every shader at vkCreateShader time by Chris Forbes · 10 years ago
  64. 2778f30 shader_checker: initial plumbing by Chris Forbes · 10 years ago
  65. af0d72c vulkan: Rename bindInfo to pBindInfo. by Jeremy Hayes · 9 years ago
  66. f68ad72 bug 13632: Convert commands to plural form by Courtney Goeltzenleuchter · 9 years ago
  67. 38ce2b1 vulkan: Update object memory requirements (13723). by Jeremy Hayes · 9 years ago
  68. b6f3f53 layers: Change threading layer file name. by Mike Stroyan · 9 years ago
  69. 0193901 Add GetPhysicalDeviceExtensionInfo() function to API by Tobin Ehlis · 9 years ago
  70. 7ad197f layers: Removing old GetExtensionSupport API call by Tobin Ehlis · 9 years ago
  71. 3dd031b tests: Remove use of old GetExtensionSupport API by Tobin Ehlis · 9 years ago
  72. 1dbc8e2 bug 13466: Allow writing query results to buffer memory by Courtney Goeltzenleuchter · 9 years ago
  73. 40f7f40 vulkan: Updated vulkan.h for revision 79 -- Bug #13464 by Mark Lobodzinski · 9 years ago
  74. 17b8457 glave: Disable, will update on separate branch by Courtney Goeltzenleuchter · 9 years ago
  75. e39f695 vulkan.h: V74. Unify memory pools. Bug #13633. by Mark Lobodzinski · 9 years ago
  76. 6865d4a vulkan.h: Rename parameters in vkCmdResolveImage calls by Tony Barbour · 9 years ago
  77. 2e64be8 intel: Fix xglCmdImageResolve doesn't properly support MSAA texture arrays by Tony Barbour · 9 years ago
  78. b90f9db misc: Remove validation level by Jon Ashburn · 9 years ago
  79. 3cc6572 layers: Add ThreadingChecker as a Validation layer by Tobin Ehlis · 9 years ago
  80. 9d8ba36 layers: Improve validate helpers treatment of flag enums by Tobin Ehlis · 9 years ago
  81. 3712d5c layers: Add threading checking layer by Mike Stroyan · 10 years ago
  82. e019af7 layers: indirect GPA in dispatch table by Mike Stroyan · 9 years ago
  83. 70c05e8 layers: add GPA to intercepted functions list by Mike Stroyan · 9 years ago
  84. b493438 layers: Add size helper exception for sampleCount which is not a dynamic array size by Tobin Ehlis · 9 years ago
  85. 8fbeea9 layers: memtracker - waiting on only some fences by Mike Stroyan · 9 years ago
  86. b9776ab vulkan: Consistent naming scheme for resources in XGL by Courtney Goeltzenleuchter · 9 years ago
  87. 5d37f70 layers: Check for NULL ptrs while iterating over fenceMap by Tobin Ehlis · 9 years ago
  88. a163ef0 layers: Remove unused object tracker code by Courtney Goeltzenleuchter · 9 years ago
  89. c84c078 layers: Fix APIDump in NoAddr mode so params aren't duplicated by Tobin Ehlis · 9 years ago
  90. 0c55f3a mem_tracker: Check for fence before retiring by Courtney Goeltzenleuchter · 9 years ago
  91. b268921 layers: MemTracker error message fixes by Mark Lobodzinski · 9 years ago
  92. 4006664 loader: Only check magic value from Icd on debug builds. by Jon Ashburn · 9 years ago
  93. 4d7ef00 layers: APIDump shouldn't unwrap gpu obj by default. Deleted some dead code. by Tobin Ehlis · 9 years ago
  94. eb77f42 Don't build the GlaveSnapshot layer. by Ian Elliott · 9 years ago
  95. e19c915 Win: Some compilation/link fixes. by Ian Elliott · 9 years ago
  96. 19c2502 loader: Add support for loading layers that support a group by Jon Ashburn · 9 years ago
  97. 120cfbe layers: Add extension Validation so loader will add layers with Validation by Jon Ashburn · 9 years ago
  98. 7b7c5bb layers: Fix for registering a debug callback routine by Tony Barbour · 9 years ago
  99. fc2e38c loader: Add check for invalid enabled extensions at CreateInstance by Jon Ashburn · 9 years ago
  100. 3d526cb loader: Fix GetProcAddr to return proper function pointers for app by Jon Ashburn · 9 years ago