1. 366b27a loader: Add validation checks to CreateDevice by Courtney Goeltzenleuchter · 9 years ago
  2. 3b8c5ff loader: Validate global layers requested by app by Courtney Goeltzenleuchter · 9 years ago
  3. 746db73 loader: Filter extension list sent to ICD by Courtney Goeltzenleuchter · 9 years ago
  4. 381f3a2 tests: misc fixes after porting to new extension by Courtney Goeltzenleuchter · 9 years ago
  5. 607a097 tests: Only clean up instance if created by Courtney Goeltzenleuchter · 9 years ago
  6. a366a63 TODO: Add reminder for new code by Courtney Goeltzenleuchter · 9 years ago
  7. 3f9f7c4 layers: Update generator for threading, objtrack by Courtney Goeltzenleuchter · 9 years ago
  8. cd69eee tests: Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  9. 8109510 loader: Use app's alloc routines if available by Courtney Goeltzenleuchter · 9 years ago
  10. 40caf0b loader: Add error return to detect invalid layers by Courtney Goeltzenleuchter · 9 years ago
  11. 6f460c5 loader: Use stack allocation for temp storage by Courtney Goeltzenleuchter · 9 years ago
  12. 4f7f77f loader: remove redundant log message by Courtney Goeltzenleuchter · 9 years ago
  13. fce8cd2 object_track: Update extension & layer support by Courtney Goeltzenleuchter · 9 years ago
  14. 10a8db0 Update CMake as things are ported. by Courtney Goeltzenleuchter · 9 years ago
  15. 371de70 loader: track layer library list by Courtney Goeltzenleuchter · 9 years ago
  16. 7f5aafc loader: Save app allocation callbacks by Courtney Goeltzenleuchter · 9 years ago
  17. db9a96f layers: Add TODO regarding locking by Courtney Goeltzenleuchter · 9 years ago
  18. 06b298a mem_tracker: Remove unused variable by Courtney Goeltzenleuchter · 9 years ago
  19. d54749c mem_tracker: Move wsi data to layer_data by Courtney Goeltzenleuchter · 9 years ago
  20. 842f842 layers: Update basic sample layer by Courtney Goeltzenleuchter · 9 years ago
  21. 110fdf9 loader: bug 12992: extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  22. f03e8cd layers: Fix codegen for printing arrays of char* strings by Tobin Ehlis · 9 years ago
  23. 0c26e71 loader: Add implicit layer activation by Jon Ashburn · 9 years ago
  24. eb6d568 loader: Split the instance and device layer enablement env vars into 2 by Jon Ashburn · 9 years ago
  25. bd6c488 loader: Remove the merged enabled_extension list in device and instance structs by Jon Ashburn · 9 years ago
  26. f70f361 loader: Add log warning if json manifest file doesn't end in .json by Jon Ashburn · 9 years ago
  27. 5ef2060 loader: Make a layer properties structure for manifest file. by Jon Ashburn · 9 years ago
  28. 6922da1 tests: Remove WIN32 checks for SPIR-V usage, remove redundant tests by Cody Northrop · 9 years ago
  29. 7fb4386 tests: On init, specify if buffer is src or dst by Cody Northrop · 9 years ago
  30. bb6fdb3 tests: Specify VK_IMAGE_USAGE_SAMPLED_BIT when creating image by Cody Northrop · 9 years ago
  31. e2baad2 tests: (Workaround) Add VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT for swap chain image by Cody Northrop · 9 years ago
  32. c9a6991 tests: Provide VK_IMAGE_USAGE_TRANSFER_DESTINATION_BIT flag for vkCreateImage by Cody Northrop · 9 years ago
  33. 21ed9cd tests: Specify VK_BUFFER_USAGE_TRANSFER_SOURCE_BIT on buffer used to copy from by Cody Northrop · 9 years ago
  34. a3673cf tests: Clean up SPV usage flags, Windows uses it now by Cody Northrop · 9 years ago
  35. f91add8 toolchain: Switch to using github for glslang by Cody Northrop · 9 years ago
  36. 5934a88 toolchain: Add script to pull and build on Windows by Cody Northrop · 9 years ago
  37. 4c8b2ba tests: Fix some failing layer validation tests by Tobin Ehlis · 9 years ago
  38. b835d1b loader: Rename loader_platform.h -> vk_loader_platform.h by Tobin Ehlis · 9 years ago
  39. a0cb02e layers: Rename all layer headers to begin with "vk_layer_" prefix by Tobin Ehlis · 9 years ago
  40. 0c6f9ee include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.h by Tobin Ehlis · 9 years ago
  41. f0796e1 vulkan.h: v129 -- rework clear colors, remove raw clear [#14020] by Chris Forbes · 9 years ago
  42. fa27b95 intel: Implement attachment clears by Chris Forbes · 9 years ago
  43. d9be82b vulkan.h: Split attachment and image clears (#13914, v126) by Chris Forbes · 9 years ago
  44. 658ec0d vulkan.h: Update features/limits structures (#12827, v125) by Chris Forbes · 9 years ago
  45. be2fae6 tests: only destroy instance if creation succeeded by Chris Forbes · 9 years ago
  46. 0b50a1c update vulkan.h for multi-level command buffers (V121) by Chia-I Wu · 9 years ago
  47. eb68f0e vulkan.h: Added #define for MAX_DESCRIPTION by Mark Lobodzinski · 9 years ago
  48. 3fbc9c2 vulkan.h: V120 -- Tighten spec around VkMemoryRequirements by Mark Lobodzinski · 9 years ago
  49. 75721e8 vulkan.h: V119 -- Remove unsigned byte indices by Mark Lobodzinski · 9 years ago
  50. e3f6611 vulkan.h: V118 -- Add array types to VkImageViewType by Mark Lobodzinski · 9 years ago
  51. e4a1cf9 vulkan.h: V117 -- Remove Atomic Counters, Bug #14081 by Mark Lobodzinski · 9 years ago
  52. 2b3fa3d vulkan.h: V116 -- Remove VK_IMAGE_LAYOUT_CLEAR_OPTIMAL by Mark Lobodzinski · 9 years ago
  53. b3fbcd9 vulkan.h: V115 -- Reintroduce memory heaps & types. Bug #14082. by Mark Lobodzinski · 9 years ago
  54. 9d67594 layers: Update ObjectTracker layer to check first-level struct parameters for valid objects by Tobin Ehlis · 9 years ago
  55. 3e46c80 layers: Fix ObjectTracker to add Instance when it's created by Tobin Ehlis · 9 years ago
  56. a01c13a loader: Use _alloca instead of alloca on Windows by David Pinedo · 9 years ago
  57. ee4027d bug 14014: Fill out support for VkShaderModule by Courtney Goeltzenleuchter · 9 years ago
  58. 2d2cb68 bug-14014: Allow multiple entrypoints in modules by Courtney Goeltzenleuchter · 9 years ago
  59. 89efef3 loader: Move CreateDevice to device table by Courtney Goeltzenleuchter · 9 years ago
  60. 6084aec rendertests: add test for handling both structs and blocks with same shader by GregF · 9 years ago
  61. 9aa40a9 loader: Remove locks from vkGet routines by Tony Barbour · 9 years ago
  62. 6fb266c tests: Fix script copy to only happen if necessary by Tony Barbour · 9 years ago
  63. 0b2cfb2 vulkan.h: Bug 14181 - Barriers need to be more precise by Tony Barbour · 9 years ago
  64. 3a37aee loader: Remove uneeded ICD and layers scanned boolean by Jon Ashburn · 9 years ago
  65. ffad94d loader: Support gettting JSON ICD manifest files from registry by Jon Ashburn · 9 years ago
  66. 7242c67 loader: Fix compilation warnings for debug_report on Windows by Jon Ashburn · 9 years ago
  67. 59e0224 loader: Add math library to the build for linux cJSON files by Jon Ashburn · 9 years ago
  68. 2077e38 loader: Add parsing of JSON file to find location of ICD libraries by Jon Ashburn · 9 years ago
  69. 2921c86 Tests: vkglavetracereplay.sh had bad path to glave by David Pinedo · 9 years ago
  70. 4e886bf Tests: Add glave trace/replay test to master by David Pinedo · 9 years ago
  71. 6829587 Layers: Fix screenshot seg fault, changed accesses to dispatch tbl by David Pinedo · 9 years ago
  72. 88fd4ed Revert "loader: Remove CreateDevice from loader's instance" by Courtney Goeltzenleuchter · 9 years ago
  73. 3e029d1 loader: Need to use ICD's GetDeviceProcAddr by Courtney Goeltzenleuchter · 9 years ago
  74. 9c7e5e2 loader: Remove CreateDevice from loader's instance by Courtney Goeltzenleuchter · 9 years ago
  75. ca173b8 loader: Move CreateDevice to device table by Courtney Goeltzenleuchter · 9 years ago
  76. 909827d layers: Do not advertise support for WSI by Courtney Goeltzenleuchter · 9 years ago
  77. f93371b tests: Do not need WSI on device by Courtney Goeltzenleuchter · 9 years ago
  78. 61cb70a layers: Abort logging if null debug_report ptr by Courtney Goeltzenleuchter · 9 years ago
  79. 3ef99c7 layers: Remove unneeded asserts by Courtney Goeltzenleuchter · 9 years ago
  80. 0de9e21 generator: Add more debug statements by Courtney Goeltzenleuchter · 9 years ago
  81. 47fbcf3 generator: Clear dispatch table by Courtney Goeltzenleuchter · 9 years ago
  82. a6628c2 loader: Need to search device extension cache by Courtney Goeltzenleuchter · 9 years ago
  83. 509e973 loader: Add debug info by Courtney Goeltzenleuchter · 9 years ago
  84. 26b17f8 vulkan.h: V110 #13864 -- Border Color Values Underspecified by Tony Barbour · 9 years ago
  85. 98aa0ed tests: Add DrawState test for binding NULL RenderPass by Tobin Ehlis · 9 years ago
  86. af1f3a4 tests: Added more DrawState layer validation tests by Tobin Ehlis · 9 years ago
  87. 7933845 layers: ObjectTracker cleanup by Tobin Ehlis · 9 years ago
  88. 4bf96d1 tests: Layer Validation Test fixes by Tobin Ehlis · 9 years ago
  89. 15fb095 vulkan.h: Bug 14171 - remove unused structure type enums by Tony Barbour · 9 years ago
  90. 7d304b7 vulkan.h: Bug 14153 - remove maxInlineMemoryUpdateSize by Tony Barbour · 9 years ago
  91. 6be764c vulkan.h: Bug 14136 - reorder logicop enums by Tony Barbour · 9 years ago
  92. af892a1 vulkan.h: Bug 13900 - Remove initialCount from semaphores by Tony Barbour · 9 years ago
  93. 99a9632 layers: Use new param checker layer. by Jeremy Hayes · 9 years ago
  94. 7db519b tests: fix blit test by changing order of destroy and free by Tony Barbour · 9 years ago
  95. dfd533a vulkan.h: Bug 13616 Clarification of types of sample counts by Tony Barbour · 9 years ago
  96. 18b33bc vulkan.h: Bug 13939 Remove references to depth/stencil resolve by Tony Barbour · 9 years ago
  97. 59a9c83 layers: Flag DrawState INVALID_RENDERPASS error if NULL RenderPass used to Begin/End/Continue a RenderPass by Tobin Ehlis · 9 years ago
  98. 3e75b2a layers: Warn in DrawState if DescriptorSet bound that was never updated. by Tobin Ehlis · 9 years ago
  99. 502480b layers: In DrawState, validate correct use of RenderPass by Tobin Ehlis · 9 years ago
  100. d1fe4ec layers: Add DrawState check to verify Draw* cmds only issued within RenderPass by Tobin Ehlis · 9 years ago