1. 37a74cc misc: Create new glslang directory if needed by Courtney Goeltzenleuchter · 9 years ago
  2. a648395 Updated BUILD.md to ref the specs on how the loader finds ICDs/layers. by Ian Elliott · 9 years ago
  3. a22ab87 bug-14282: remove const by Courtney Goeltzenleuchter · 9 years ago
  4. b5d2c94 Clean up warnings from release build by Tony Barbour · 9 years ago
  5. cf48cad mem_tracker: Use device object for dispatch tables by Courtney Goeltzenleuchter · 9 years ago
  6. c04704b mem_tracker: Don't try to copy data if none available by Courtney Goeltzenleuchter · 9 years ago
  7. 791646c Windows: Clean up more compiler errors and warnings by Tony Barbour · 9 years ago
  8. 92503c6 Windows: more changes for windows compiler by Tony Barbour · 9 years ago
  9. 9f2eb0e Windows: more fixes for windows compile by Tony Barbour · 9 years ago
  10. 3b4732f Windows: More windows compilier fixes by Tony Barbour · 9 years ago
  11. bcf05fd tests: Fix to find right vulkan library on Windows by Tony Barbour · 9 years ago
  12. 343d621 windows: clean up windows compile issues by Tony Barbour · 9 years ago
  13. 346583c layers: Remove dead code. by Jeremy Hayes · 9 years ago
  14. 6bc1b8e layers: In MemTracker remove non-intercepted WSI funcs from GetProcAddr by Tobin Ehlis · 9 years ago
  15. 9fdf433 vulkan: Fix definition of LayerProperties by Courtney Goeltzenleuchter · 9 years ago
  16. 0c8385b tests: Updates for command pools by Courtney Goeltzenleuchter · 9 years ago
  17. d8e68bb tests: assert when no command pool by Courtney Goeltzenleuchter · 9 years ago
  18. c0ff3e0 layers: MemTracker fix to skip COLOR usage bit check for now by Tobin Ehlis · 9 years ago
  19. 5a65cca layers: Fix some failing layer validation tests by Tobin Ehlis · 9 years ago
  20. d3ef02f loader: Changes to use new WSI swapchain extensions. by Ian Elliott · 9 years ago
  21. 1a3845b tests: Changes to use new WSI swapchain extensions. by Ian Elliott · 9 years ago
  22. 1064fe3 layers: INITIAL Changes to use new WSI swapchain extensions. by Ian Elliott · 9 years ago
  23. 48d1621 WSI: Add swapchain-extension headers (versions 12 & 40). by Ian Elliott · 9 years ago
  24. 9d16b93 misc: Bump patch number to reflect diffs by Courtney Goeltzenleuchter · 9 years ago
  25. 897d475 layers: Add install step for layers rpath settings by Mike Stroyan · 9 years ago
  26. b4740d9 mem_tracker: Provide ctor for embedded union (and name it so we can) by Chris Forbes · 9 years ago
  27. 08345aa vulkan: Remove unused STRUCTURE_TYPE enum by Courtney Goeltzenleuchter · 9 years ago
  28. 259076d v106: remove optional primitiveRestartIndex by Courtney Goeltzenleuchter · 9 years ago
  29. 1e637bd v106: remove optional disableVertexReuse by Courtney Goeltzenleuchter · 9 years ago
  30. 9d9d513 vulkan.h: Remove unused LAYER_CREATE_INFO type by Courtney Goeltzenleuchter · 9 years ago
  31. 0053cd1 v115: Remove pLinkConstBufferInfo by Courtney Goeltzenleuchter · 9 years ago
  32. dec11fc v131?: Remove ColorBlendAttachments->format by Courtney Goeltzenleuchter · 9 years ago
  33. c4ad634 v122?: Remove provoking vertex, now always last by Courtney Goeltzenleuchter · 9 years ago
  34. a4cd1ea v106: Remove optional pointOrigin by Courtney Goeltzenleuchter · 9 years ago
  35. 87727ec v106: remove optional depthMode by Courtney Goeltzenleuchter · 9 years ago
  36. 130be17 bug 14084: eliminate ERROR_INVALID_OBJECT_TYPE by Courtney Goeltzenleuchter · 9 years ago
  37. 2d3ba63 v127: Use PFN_vkVoidFunction for GetProcAddr by Courtney Goeltzenleuchter · 9 years ago
  38. 58cf4e0 v115: Remove linkConstBufferCount by Courtney Goeltzenleuchter · 9 years ago
  39. 1ee0bc5 v106: Remove optional multisampleEnable by Courtney Goeltzenleuchter · 9 years ago
  40. 2e98ac3 v106: Remove clipOrigin by Courtney Goeltzenleuchter · 9 years ago
  41. 5304373 v133: eliminate version from extension properties by Courtney Goeltzenleuchter · 9 years ago
  42. ceebbb1 v133: Update parameters on CmdPipelineBarrier by Courtney Goeltzenleuchter · 9 years ago
  43. dbd2032 v133: Update parameter types on CmdWaitEvents by Courtney Goeltzenleuchter · 9 years ago
  44. 2caec86 v115: remove GetPhysicalDevicePerformance by Courtney Goeltzenleuchter · 9 years ago
  45. c729b3a rename: GetPhysicalDeviceFormatInfo to GetPhysicalDeviceFormatProperties by Courtney Goeltzenleuchter · 9 years ago
  46. f338765 vulkan: Updates to match upstream vulkan.h by Courtney Goeltzenleuchter · 9 years ago
  47. ac19112 vulkan: Switch to upstream header by Courtney Goeltzenleuchter · 9 years ago
  48. 9e50dab vulkan.h: API changes for #13744 - sharing across queues by Chris Forbes · 9 years ago
  49. ee5d80b tests: Integrate command pools into tests by Courtney Goeltzenleuchter · 9 years ago
  50. e62183e icd: Support for command pools by Cody Northrop · 9 years ago
  51. 2717d13 layers: Various layer fixes to get layer validation tests working with type safety changes by Tobin Ehlis · 9 years ago
  52. 922e145 loader: Fix MS compile warning by Courtney Goeltzenleuchter · 9 years ago
  53. c2cbb0a layers: Fixup and reenable fs output validation in ShaderChecker by Chris Forbes · 9 years ago
  54. fb71f22 bug-14184: Transient memory allocations by Courtney Goeltzenleuchter · 9 years ago
  55. dd6e32e Bug 14224: Remove abbreviations on some API symbols by Tony Barbour · 9 years ago
  56. 0cd7874 misc: Bump header version by Courtney Goeltzenleuchter · 9 years ago
  57. 67e9915 Bug 14084: Get tests compiling and running by Tony Barbour · 9 years ago
  58. 34ec692 Bug 14248: Add vkFreeDescriptorSets by Tony Barbour · 9 years ago
  59. 257d974 layers: Get MemTracker compiling with type safety header change by Tobin Ehlis · 9 years ago
  60. 7a314ea layers: Get Generic layer to compile with type safety header changes by Tobin Ehlis · 9 years ago
  61. 9715d4a layers: Update ShaderChecker for 14084 by Chris Forbes · 9 years ago
  62. 4ad43f7 TODO: Disable non-working layers for now by Courtney Goeltzenleuchter · 9 years ago
  63. a05dbaa Bug 14084 - Object Tracker, Image, Generic layers by Tony Barbour · 9 years ago
  64. be2b5d8 layers: Threading layer type safety header changes by Mike Stroyan · 9 years ago
  65. 359eeb9 layers: Fix param checker compilation errors. by Jeremy Hayes · 9 years ago
  66. 60a9b4f layers: Updated DrawState to work with type safety changes by Tobin Ehlis · 9 years ago
  67. a30e7e5 layers: Layer updates to get helpers compiling with type safety changes by Tobin Ehlis · 9 years ago
  68. 1475dc5 misc: Enable only APIDump layer for now by Courtney Goeltzenleuchter · 9 years ago
  69. 1d2cd3f Bug 14084 - Improve type safety and remove polymorphism by Tony Barbour · 9 years ago
  70. 7b8dbe0 bug 14084: Update test binding for type safety by Courtney Goeltzenleuchter · 9 years ago
  71. 681d7a0 test/binding: inherit Buffer and Image from NonDispHandle by Chia-I Wu · 9 years ago
  72. be2b917 test/binding: inherit CmdBuffer from Handle by Chia-I Wu · 9 years ago
  73. bc4a554 test/binding: inherit Dynamic* from NonDispHandle by Chia-I Wu · 9 years ago
  74. afdfd7f test/binding: inherit Descriptor* from NonDispHandle by Chia-I Wu · 9 years ago
  75. 8c721c6 test/binding: inherit Sampler from NonDispHandle by Chia-I Wu · 9 years ago
  76. 2ff72fd test/binding: inherit Pipeline from NonDispHandle by Chia-I Wu · 9 years ago
  77. fd46e7d test/binding: inherit PipelineLayout from NonDispHandle by Chia-I Wu · 9 years ago
  78. 4d0c792 test/binding: inherit Shader* from NonDispHandle by Chia-I Wu · 9 years ago
  79. 3158bf3 test/binding: inherit views from NonDispHandle by Chia-I Wu · 9 years ago
  80. 1b7d476 test/binding: inherit QueryPool from NonDispHandle by Chia-I Wu · 9 years ago
  81. c5c9799 test/binding: inherit Event from NonDispHandle by Chia-I Wu · 9 years ago
  82. 6b1c248 test/binding: inherit Semaphore from NonDispHandle by Chia-I Wu · 9 years ago
  83. d9e8e82 test/binding: inherit Fence from NonDispHandle by Chia-I Wu · 9 years ago
  84. f8f074f test/binding: inherit GpuMemory from NonDispHandle by Chia-I Wu · 9 years ago
  85. df12ffd test/binding: inherit Queue from Handle by Chia-I Wu · 9 years ago
  86. f368b60 test/binding: inherit Device from Handle by Chia-I Wu · 9 years ago
  87. 999f048 test/binding: inherit PhysicalGpu from Handle by Chia-I Wu · 9 years ago
  88. b0ed7d4 tests/binding: add Handle and NonDispHandle by Chia-I Wu · 9 years ago
  89. ffe3581 layers: Updated DrawState to use new VkAttachmentView object by Tobin Ehlis · 9 years ago
  90. 08accc6 update vulkan.h for multi-pass command buffers (V131, #14075) by Chia-I Wu · 9 years ago
  91. b405204 intel: get depth/stencil format from VkRenderPassCreateInfo by Chia-I Wu · 9 years ago
  92. cc44f2a loader: Exit loop as soon as we know the answer by Courtney Goeltzenleuchter · 9 years ago
  93. fedb2a5 loader: use device extension list, not global by Courtney Goeltzenleuchter · 9 years ago
  94. 8b43bd6 Revert "demos: use -o on glslangValidator to allow parallel make" by Courtney Goeltzenleuchter · 9 years ago
  95. 5b01bc1 demos: use -o on glslangValidator to allow parallel make by GregF · 9 years ago
  96. a9bad9c tests: Fix description of SPIR-V options by Cody Northrop · 9 years ago
  97. 46d5362 layers: Allow ObjectTracker to skip validation of objects that can be NULL by Tobin Ehlis · 9 years ago
  98. a0de945 misc: Update header version by Courtney Goeltzenleuchter · 9 years ago
  99. 82e7239 helper: Update header parser by Courtney Goeltzenleuchter · 9 years ago
  100. eec63a0 tests: Remove duplicate code by Courtney Goeltzenleuchter · 9 years ago