1. 12d4c6a layers: Automated checking of validation layer documentation by Tobin Ehlis · 9 years ago
  2. 6468639 layers: Various corrections to vk_validation_layer_details.md by Tobin Ehlis · 9 years ago
  3. 4f62836 vktrace: Add vktrace codegen dirs to .gitignore by Mike Stroyan · 9 years ago
  4. 13dbde0 bug-14532: Rename VK_LAST_* to VK_REMAINING_* by Courtney Goeltzenleuchter · 9 years ago
  5. 36fd866 misc: tool updates, no functional change by Courtney Goeltzenleuchter · 9 years ago
  6. 22328ca Bug-14177: Remove Float16 feature. by Courtney Goeltzenleuchter · 9 years ago
  7. dff7022 bug-13970: Sparse Texture VA Size by Courtney Goeltzenleuchter · 9 years ago
  8. df5b092 wsi: Fix image usage flags in tests and demos by Cody Northrop · 9 years ago
  9. 28b8f02 vktrace: Glave renaming -- removed all references to *glave* and *glv* by Mark Lobodzinski · 9 years ago
  10. eca4802 layers: Add todo flagging destroy while on queue by Mike Stroyan · 9 years ago
  11. 80d048e layers: Handle bad filename in APIDump settings file by Tobin Ehlis · 9 years ago
  12. d1aa3b2 vktrace: Add support for debug_marker_lunarg extension by Tobin Ehlis · 9 years ago
  13. 154e046 layers: Fix ObjectTracker to handle dyanamic array params by Tobin Ehlis · 9 years ago
  14. dee721d vk_platform: Update to upstream vk_platform.h by Courtney Goeltzenleuchter · 9 years ago
  15. aa4ea47 loader: Fix SegFault if ICD JSON file doesn't exist to return gracefully by Jon Ashburn · 9 years ago
  16. 092932a vktrace: Rename *.trace vktrace files to *.vktrace by Mark Lobodzinski · 9 years ago
  17. 3a77cbc vktrace: GLAVE file/directory renaming by Mark Lobodzinski · 9 years ago
  18. 29a08f2 tests: Check for successful pipeline creation in generic Draw path by Cody Northrop · 9 years ago
  19. a870097 layers: Fix APIDump to correctly set output file name from settings file by Tobin Ehlis · 9 years ago
  20. 9c05442 Merge branch 'check-cube-arrays-complete' into 'master' by Tobin Ehlis · 9 years ago
  21. 5a23128 check that cube array views are complete cubes by Cass Everitt · 9 years ago
  22. cc7aa97 v156: Bump API minor version by Cody Northrop · 9 years ago
  23. 271ba75 v156: Bug 14451 - Rename dynamic state objects by Cody Northrop · 9 years ago
  24. 84fa790 Bug 14474: Remove *_USAGE_GENERAL by Cody Northrop · 9 years ago
  25. 85789d5 v155: Bug 14435 - Remove abbreviations in VkClearColor by Cody Northrop · 9 years ago
  26. fd4bcfd v154: Bug 14417 - Added VkShaderStage to VkShaderCreateInfo by Cody Northrop · 9 years ago
  27. 418de15 v153: Minor version bump for bugs 14323, 14400, 14339, 14406 by Cody Northrop · 9 years ago
  28. 82485a8 Bug 14406: Add support for front/back stencil reference dynamic state by Cody Northrop · 9 years ago
  29. ea26162 Bug 14339: Add the missing alphaToOneEnable to VkPipelineColorBlendStateCreateInfo by Cody Northrop · 9 years ago
  30. 61d6dd6 Bug 14400: Add FORMAT_FEATURES for blits by Cody Northrop · 9 years ago
  31. 1236511 Bug 14323: RasterLine and RasterDepthBias changes by Cody Northrop · 9 years ago
  32. 8625130 loader: Add support for relative pathnames in the ICD manifest file lib_path by Jon Ashburn · 9 years ago
  33. 3682f6a Fix formatting for GitLab web interface by Jens Owen · 9 years ago
  34. 4a7cb5d layers: Initial commit of Validation Details md file by Tobin Ehlis · 9 years ago
  35. 3d00233 loader: Make so layer manifest files are retained at CreateInstance by Jon Ashburn · 9 years ago
  36. 8810c5f loader: Make the ICD library scan happen as needed rather than once by Jon Ashburn · 9 years ago
  37. 7dc7922 loader: Remove the device_extension list from from scanned icds, unused by Jon Ashburn · 9 years ago
  38. 5c6a46f loader: Remove the global extension list from scanned_icds struct by Jon Ashburn · 9 years ago
  39. eacfa3a loader: Make the global/instance ext list once for each instance by Jon Ashburn · 9 years ago
  40. 9a4c6aa loader: Remove global instance extension list and rebuild it as needed by Jon Ashburn · 9 years ago
  41. f1878c7 tests: Fix tests that re-submit Cmd Buffers w/ ONE_TIME_SUBMIT flag by Tobin Ehlis · 9 years ago
  42. 59278bf layers: Add validation check to enforce ONE_TIME_SUBMIT of cmd buffers by Tobin Ehlis · 9 years ago
  43. 4adb639 windows: Fix VK_LAYER_PATH in scripts by Cody Northrop · 9 years ago
  44. 95cb689 windows: Rename validation scripts to make copies more clear by Cody Northrop · 9 years ago
  45. 313f7e6 layers: Change Threading layer dispatch and logging by Mike Stroyan · 9 years ago
  46. 0392c91 layers: Remove unused layer-dispatch target by Mike Stroyan · 9 years ago
  47. ba35e35 layers: Optimize DrawState when info is not shown by Mike Stroyan · 9 years ago
  48. 42caff4 layers: Remove add_dependencies of .def files by Mike Stroyan · 9 years ago
  49. 22ff502 layers: Remove active flags with removed callbacks by Mike Stroyan · 9 years ago
  50. 00a5d36 tests: Set macros that ImageMagick 6 wants by Mike Stroyan · 9 years ago
  51. 2919a01 layers: Fix windows build for multi layer .def file by Jon Ashburn · 9 years ago
  52. d2c171b loader: Fix bug in heap_free function to not do double free by Jon Ashburn · 9 years ago
  53. 1e41a44 layers: Make multi layer functional again as a multi layer per library by Jon Ashburn · 9 years ago
  54. fb8ac01 loader: Handle multiple layers descriptions per manifest file by Jon Ashburn · 9 years ago
  55. ab1f9e2 Bug 14407 - Add texelCoords to Sampler state by Cody Northrop · 9 years ago
  56. bd2d378 Bug 14339 - Add alphaToOne as an optional feature by Cody Northrop · 9 years ago
  57. 44967fd v151: Bug 14386 - Change VK_NULL_HANDLE from a 0 to a nullptr by Cody Northrop · 9 years ago
  58. cc09b9e v150: Bug 14384 - Add a subpass field to VkCmdBufferBeginInfo by Cody Northrop · 9 years ago
  59. 22b7fae v149: Fix header ordering bug by Cody Northrop · 9 years ago
  60. 2b6b68a layers: mem_tracker: Change to new WSI query functions. by Ian Elliott · 9 years ago
  61. ae0e824 tests: Improve selection of VK_PRESENT_MODE_*_WSI based on cube. by Ian Elliott · 9 years ago
  62. 8b13979 tests: Change to new WSI header ... by Ian Elliott · 9 years ago
  63. d1bbb89 loader: Change to new WSI query functions. by Ian Elliott · 9 years ago
  64. fe14cda vulkan.py: Change to new WSI query functions. by Ian Elliott · 9 years ago
  65. 471ecfc WSI: Update swapchain headers to to version 13 and 45. by Ian Elliott · 9 years ago
  66. 8108cd8 build: rebuild LLVM when LLVM overlay files change by GregF · 9 years ago
  67. 31422ee layers: Don't output DrawState dynamic state info for null handles by Mark Lobodzinski · 9 years ago
  68. b82c185 loader: Remove one time scan of layer libraries; do it as needed by Jon Ashburn · 9 years ago
  69. 74dfa18 layers: Handle uninitialized QueueFamily values in APIDump by Mark Lobodzinski · 9 years ago
  70. ee72442 build: advance glslang and LunarGLASS versions to SPIR-V rev 31 by GregF · 9 years ago
  71. 7c45bed layers: port ShaderChecker to SPIR-V v31 (from ChrisF) by GregF · 9 years ago
  72. c660fc5 WSI: Remove old "vs_wsi_lunarg.h" file. by Ian Elliott · 9 years ago
  73. 06798a6 tests: Enable trace/replay in run_all_test variants on Linux by Cody Northrop · 9 years ago
  74. fe9f20d Tests: Get vktrace/replay test working on Linux by David Pinedo · 9 years ago
  75. 524df11 layers: Restore information messages to the MemTracker layer by Mark Lobodzinski · 9 years ago
  76. 704f91b tests: Copy layer settings file at start and delete at end by Tony Barbour · 9 years ago
  77. 251213b vktrace: Build vktrace as part of the main build by Jon Ashburn · 9 years ago
  78. ea65e49 codegen: Bring in fixes from glave codegen scripts to vulkan.py vk_helper.py by Jon Ashburn · 9 years ago
  79. 3f41c7c layers: Reenable informational messages in DrawState layer by Mark Lobodzinski · 9 years ago
  80. e67741a include: Change debug report pUserData parameter to non-const by Jon Ashburn · 9 years ago
  81. a77846c Update ICD links in BUILD.md. by Peter Gal · 9 years ago
  82. c55900f tests: Skip test that requires GLSL path by Cody Northrop · 9 years ago
  83. 28026d4 tests: Print type in blit test error message by Cody Northrop · 9 years ago
  84. b2f1d13 tests: Don't require success if error code is acceptable by Cody Northrop · 9 years ago
  85. d2ad034 windows: Fix various warnings by Cody Northrop · 9 years ago
  86. 18d863e tests: Use new env variable for layers location by Tony Barbour · 9 years ago
  87. 1c94d37 tests: Add fragment shaders to some tests to be able to run on more devices by Tony Barbour · 9 years ago
  88. 3958225 tests: Adjust window width and height for Windows 10 by Cody Northrop · 9 years ago
  89. df8f42a tests: Update usage flags for swap_chain by Cody Northrop · 9 years ago
  90. 62e1a5b tests: Use pipeline object in more tests by Tony Barbour · 9 years ago
  91. 0ec8cd5 tests: Add method to set msaa state in pipeline obj by Tony Barbour · 9 years ago
  92. c95e4ac tests: Use Pipeline Object where possible by Tony Barbour · 9 years ago
  93. 5781e8f tests: CreateVKPipeline really wants pl layout so pass that by Tony Barbour · 9 years ago
  94. 02fdc7d tests: MapMemWithoutHostVisibleBit abort if all mem is mappable by Tony Barbour · 9 years ago
  95. aa45ac1 tests: Don't compare images on Windows to goldens by Tony Barbour · 9 years ago
  96. 6a3faf0 tests: Use new WSI model for --show-images by Tony Barbour · 9 years ago
  97. fb21ea3 tests: Add index tracking to queue objects by Tony Barbour · 9 years ago
  98. 713b2d7 tests: Fixes for running layer_validation_tests on windows by Mike Stroyan · 9 years ago
  99. 35a5cce Update stale info in BUILD.md. by Dejan Mircevski · 9 years ago
  100. 1b95822 loader: Change layer manifest file location env var to VK_LAYER_PATH by Jon Ashburn · 9 years ago