1. a938abb misc: Changes to fix warnings in Windows / VC++ build by Tony Barbour · 10 years ago
  2. 22a3086 misc: Changes to clean up warnings in Release build by Tony Barbour · 10 years ago
  3. 9c6d94f tests: testbinding objects know dev, use it by Courtney Goeltzenleuchter · 10 years ago
  4. ec69b9c tests: white space cleanup by Courtney Goeltzenleuchter · 10 years ago
  5. 6d55b9c tests: Finish update to match latest vulkan.h by Courtney Goeltzenleuchter · 10 years ago
  6. 18fb923 demos: create console for vulkaninfo iff needed by David Pinedo · 10 years ago
  7. f676845 null driver: Change so it doesn't seg fault when running cube. by David Pinedo · 10 years ago
  8. 9f530cb loader: Make sure max layer count is set properly by Courtney Goeltzenleuchter · 10 years ago
  9. cb67a32 demos: update memory usage flags by Courtney Goeltzenleuchter · 10 years ago
  10. 876629f demos: remove mem references before destroying by Courtney Goeltzenleuchter · 10 years ago
  11. bb1f360 vkEnumerateLayers: Update to match upstream by Courtney Goeltzenleuchter · 10 years ago
  12. 2df3afc layers: Fixed arg selection in object tracker by Mark Lobodzinski · 10 years ago
  13. 83e6771 layers: Using objects instead of pointers - rename pObj by Tony Barbour · 10 years ago
  14. 11e76ac vulkan.h: Fix up warnings and use VkObject appropriately by Tony Barbour · 10 years ago
  15. ea95f5c Make "vulkaninfo" a WIN32 program. by Ian Elliott · 10 years ago
  16. 699e2aa misc: Make headers match upstream by Courtney Goeltzenleuchter · 10 years ago
  17. 230e625 update to vulkan.h header version 90, bug 13529 by Mike Stroyan · 10 years ago
  18. d33b1de demos: Inform user and exit if vkCreateInstance fails by Tony Barbour · 10 years ago
  19. 97b4c5d demos: Fix vulkaninfo assertion based on new VK_WSI_LunarG extension name by Tobin Ehlis · 10 years ago
  20. e14e9f9 Win: tri/cube using WIN32 for Window creation, events, etc. by Ian Elliott · 10 years ago
  21. 64a68e1 nulldrv: capable of running "cube" by Ian Elliott · 10 years ago
  22. 5b66aa5 switch to VK_WSI_LunarG by Chia-I Wu · 10 years ago
  23. 2b302f2 update vk_wsi_lunarg.h ... by Chia-I Wu · 10 years ago
  24. a74d53a layers: Fix bugs in APIDump to handle dynamic array printing by Tobin Ehlis · 10 years ago
  25. 2c01d18 tests: Ensure vk_blit_test calls QueueAddMemReferences by Mark Lobodzinski · 10 years ago
  26. 556f721 vulkan: Update vulkan.h for revision 89 -- Bug #13743 by Mark Lobodzinski · 10 years ago
  27. fd79ddd layers: For ObjectTracker don't flag error for un-deleted Queues by Tobin Ehlis · 10 years ago
  28. d7bf5e0 layers: Fix ObjectTracker to not flag error when PhysicalDevice not deleted b/c it can't be deleted. by Tobin Ehlis · 10 years ago
  29. 1a01b1d vulkan: Update vulkan.h for revision 88 -- Bug #13744 by Cody Northrop · 10 years ago
  30. 1508627 WSI header file changes pushed upstream. by Ian Elliott · 10 years ago
  31. 57e2ab6 demos/tri: remove outdated code by Chia-I Wu · 10 years ago
  32. cf46913 layers: Add missing functions. by Jeremy Hayes · 10 years ago
  33. f21f14b Win: Eliminate compiler errors/warnings in "shader_checker.cpp" by Ian Elliott · 10 years ago
  34. 4c7ebac Win: Copy the "spirv.h" file for Windows builds (KLUDGE) ... by Ian Elliott · 10 years ago
  35. 2986281 bug-13668: Support for pipeline statistics queries by Courtney Goeltzenleuchter · 10 years ago
  36. 07de923 nulldrv: Get compiling on Windows again. by Ian Elliott · 10 years ago
  37. 076f1be license: Add MIT license statement to repo. by Courtney Goeltzenleuchter · 10 years ago
  38. 432a9ba layers: Add ShaderChecker as Validation layer by Tobin Ehlis · 10 years ago
  39. 3536b44 demos: Update demos and tests to use vkGetGlobalExtensionInfo to check extensions by Tobin Ehlis · 10 years ago
  40. ec96c18 bug-13466: Note conflict with upstream on VkQueryResultFlags by Courtney Goeltzenleuchter · 10 years ago
  41. 553acb9 misc: non-functional changes to match upstream header by Courtney Goeltzenleuchter · 10 years ago
  42. 7225996 loader: add a missing VKAPI by Chia-I Wu · 10 years ago
  43. 859ceab Bug 13632 Header 84 Add VkFlushMappedMemory by Tony Barbour · 10 years ago
  44. 3e3420a Bug 13632 Header 84 Add offset and size to VkMapMemory by Tony Barbour · 10 years ago
  45. 6097f3a vulkan: Remove VkDescriptorSetLayoutChain from vkCmdBindDescriptorSets by Chia-I Wu · 10 years ago
  46. df601c4 intel: save layout chain in intel_pipeline by Chia-I Wu · 10 years ago
  47. 8205d90 Bug 13632 Header 84 Assorted questions and comments on vulkan.h by Tony Barbour · 10 years ago
  48. 07b309a misc: Change vkEnumerateGpus to vkEnumeratePhysicalDevices by Jon Ashburn · 10 years ago
  49. c99cb0d layers: Fix bug in how dynamic array Counts were interpreted by APIDump by Tobin Ehlis · 10 years ago
  50. 63f1edb nulldrv: Add vkCmdCopyQueryPoolResults() by Ian Elliott · 10 years ago
  51. 5c75afe shader_checker: convert printf to debug output by Chris Forbes · 10 years ago
  52. 1b466bd shader_checker: add plumbing for debug by Chris Forbes · 10 years ago
  53. 1bb5a2e shader_checker: first pass at typechecks by Chris Forbes · 10 years ago
  54. 9b9f5fe shader_checker: validate fs outputs against cb by Chris Forbes · 10 years ago
  55. fcd05f1 shader_checker: validate vertex attribs against vs inputs by Chris Forbes · 10 years ago
  56. bb164b6 shader_checker: add validation of interface between vs and fs by Chris Forbes · 10 years ago
  57. 8f60093 shader_checker: collect pipeline stages in vkCreateGraphicsPipeline by Chris Forbes · 10 years ago
  58. 6054093 shader_checker: add hook for xglCreateGraphicsPipeline by Chris Forbes · 10 years ago
  59. 67cc36f shader_checker: collect interface definitions from shaders by Chris Forbes · 10 years ago
  60. 4396ff5 shader_checker: capture spir-v for every shader at vkCreateShader time by Chris Forbes · 10 years ago
  61. aab9d11 shader_checker: initial plumbing by Chris Forbes · 10 years ago
  62. 4753653 vulkan: Rename bindInfo to pBindInfo. by Jeremy Hayes · 10 years ago
  63. 4696294 bug 13632: Convert commands to plural form by Courtney Goeltzenleuchter · 10 years ago
  64. d02809a vulkan: Update object memory requirements (13723). by Jeremy Hayes · 10 years ago
  65. 2fea26c layers: Change threading layer file name. by Mike Stroyan · 10 years ago
  66. 0ef6ec5 Add GetPhysicalDeviceExtensionInfo() function to API by Tobin Ehlis · 10 years ago
  67. 46c9665 layers: Removing old GetExtensionSupport API call by Tobin Ehlis · 10 years ago
  68. f6cc4e7 tests: Remove use of old GetExtensionSupport API by Tobin Ehlis · 10 years ago
  69. bbc18b5 demos: Remove use of GetExtensionSupport API that's going away by Tobin Ehlis · 10 years ago
  70. 7b68c50 intel: plug a serious command buffer leak by Chia-I Wu · 10 years ago
  71. 9804906 bug 13466: Allow writing query results to buffer memory by Courtney Goeltzenleuchter · 10 years ago
  72. cf26e07 vulkan: Updated vulkan.h for revision 79 -- Bug #13464 by Mark Lobodzinski · 10 years ago
  73. 30c869f glave: Support fo rbug 13633 Remove Unify Memory Pools by Jon Ashburn · 10 years ago
  74. 1dd0594 glave: Default to all layers disabled during replay by Jon Ashburn · 10 years ago
  75. 9f51a02 glave: Disable, will update on separate branch by Courtney Goeltzenleuchter · 10 years ago
  76. 97dcd04 vulkan.h: V74. Unify memory pools. Bug #13633. by Mark Lobodzinski · 10 years ago
  77. 11f7437 vulkan.h: Rename parameters in vkCmdResolveImage calls by Tony Barbour · 10 years ago
  78. e9f9994 intel: Fix xglCmdImageResolve doesn't properly support MSAA texture arrays by Tony Barbour · 10 years ago
  79. a80335f glave: Fix replay of CreateInstance by Jon Ashburn · 10 years ago
  80. 9c65322 misc: Remove validation level by Jon Ashburn · 10 years ago
  81. a53add0 layers: Add ThreadingChecker as a Validation layer by Tobin Ehlis · 10 years ago
  82. 2972ec7 layers: Improve validate helpers treatment of flag enums by Tobin Ehlis · 10 years ago
  83. 2957cf9 glave: Remove dead code related to old UpdateDescriptors and pUpdateChain API by Tobin Ehlis · 10 years ago
  84. edcedd3 Win: Additional Qt DLL's need to be copied for "Release" builds. by Ian Elliott · 10 years ago
  85. b326d2c layers: Add threading checking layer by Mike Stroyan · 10 years ago
  86. 9cb208b layers: indirect GPA in dispatch table by Mike Stroyan · 10 years ago
  87. 88f0ecf layers: add GPA to intercepted functions list by Mike Stroyan · 10 years ago
  88. 4e063af glave: Fix tracing of CreateInstance. by Jon Ashburn · 10 years ago
  89. e653c2d layers: Add size helper exception for sampleCount which is not a dynamic array size by Tobin Ehlis · 10 years ago
  90. 62d0bbf layers: memtracker - waiting on only some fences by Mike Stroyan · 10 years ago
  91. ad87081 vulkan: Consistent naming scheme for resources in XGL by Courtney Goeltzenleuchter · 10 years ago
  92. bfc5503 layers: Check for NULL ptrs while iterating over fenceMap by Tobin Ehlis · 10 years ago
  93. 2e5d57a layers: Remove unused object tracker code by Courtney Goeltzenleuchter · 10 years ago
  94. 4c01f78 layers: Fix APIDump in NoAddr mode so params aren't duplicated by Tobin Ehlis · 10 years ago
  95. e70d139 glave: Enable it, and get it building again after rename changes by Peter Lohrmann · 10 years ago
  96. 60edc35 mem_tracker: Check for fence before retiring by Courtney Goeltzenleuchter · 10 years ago
  97. 610be62 layers: MemTracker error message fixes by Mark Lobodzinski · 10 years ago
  98. 166641e loader: Only check magic value from Icd on debug builds. by Jon Ashburn · 10 years ago
  99. 293ff63 layers: APIDump shouldn't unwrap gpu obj by default. Deleted some dead code. by Tobin Ehlis · 10 years ago
  100. ea4f4cf Don't build the GlaveSnapshot layer. by Ian Elliott · 10 years ago