1. 88049b1 layers: Fix windows build for multi layer .def file by Jon Ashburn · 9 years ago
  2. fab6ee2 loader: Fix bug in heap_free function to not do double free by Jon Ashburn · 9 years ago
  3. df34bfd layers: Make multi layer functional again as a multi layer per library by Jon Ashburn · 9 years ago
  4. 082569b loader: Handle multiple layers descriptions per manifest file by Jon Ashburn · 9 years ago
  5. dc3fb19 windows: Fix use of nullptr in trace/replay by Cody Northrop · 9 years ago
  6. 3bf5c35 vktrace: Fix bug in trace packet creation of GetSurfacePresentModesWSI by Jon Ashburn · 9 years ago
  7. eb08293 vktrace: Change order of finalizing buffer addr's for CreateSwapChainWSI by Ian Elliott · 9 years ago
  8. 0bf4e1d Bug 14407 - Add texelCoords to Sampler state by Cody Northrop · 9 years ago
  9. a788072 Bug 14339 - Add alphaToOne as an optional feature by Cody Northrop · 9 years ago
  10. f0dfbe8 v151: Bug 14386 - Change VK_NULL_HANDLE from a 0 to a nullptr by Cody Northrop · 9 years ago
  11. 16898b0 v150: Bug 14384 - Add a subpass field to VkCmdBufferBeginInfo by Cody Northrop · 9 years ago
  12. 2d013ad v149: Fix header ordering bug by Cody Northrop · 9 years ago
  13. 6e265b1 vkreplay: Remap the oldswapchain in vkCreateSwapChainWSI CreateInfo struct by Jon Ashburn · 9 years ago
  14. c51afc7 vktrace: Fix createswapchain for trace and replay by Jon Ashburn · 9 years ago
  15. 1d44f4e vktrace: Change to new WSI header ... by Ian Elliott · 9 years ago
  16. 3333bb4 nulldrv: Change to new WSI query functions. by Ian Elliott · 9 years ago
  17. ccac023 layers: mem_tracker: Change to new WSI query functions. by Ian Elliott · 9 years ago
  18. 7fe115d demos: Change to new WSI header ... by Ian Elliott · 9 years ago
  19. a96de0f tests: Improve selection of VK_PRESENT_MODE_*_WSI based on cube. by Ian Elliott · 9 years ago
  20. dad1320 tests: Change to new WSI header ... by Ian Elliott · 9 years ago
  21. ebda989 intel: Implemented the new WSI query functions. by Ian Elliott · 9 years ago
  22. 2cd0e0d loader: Change to new WSI query functions. by Ian Elliott · 9 years ago
  23. 73fd595 vulkan.py: Change to new WSI query functions. by Ian Elliott · 9 years ago
  24. 30ad136 WSI: Update swapchain headers to to version 13 and 45. by Ian Elliott · 9 years ago
  25. 15b9f85 build: rebuild LLVM when LLVM overlay files change by GregF · 9 years ago
  26. 563d1bb layers: Don't output DrawState dynamic state info for null handles by Mark Lobodzinski · 9 years ago
  27. 182b830 loader: Remove one time scan of layer libraries; do it as needed by Jon Ashburn · 9 years ago
  28. d1175a1 vktrace (Windows): Move vulkan_trace.dll to same folder as vktrace.exe by David Pinedo · 9 years ago
  29. aaafc60 layers: Handle uninitialized QueueFamily values in APIDump by Mark Lobodzinski · 9 years ago
  30. bbdf358 build: advance glslang and LunarGLASS versions to SPIR-V rev 31 by GregF · 9 years ago
  31. 3aaa088 layers: port ShaderChecker to SPIR-V v31 (from ChrisF) by GregF · 9 years ago
  32. b1e6d86 compiler: switch to SPIR-V v31 headers by GregF · 9 years ago
  33. 71ae6e6 WSI: Remove old "vs_wsi_lunarg.h" file. by Ian Elliott · 9 years ago
  34. 9189f1a tests: Enable trace/replay in run_all_test variants on Linux by Cody Northrop · 9 years ago
  35. 5d75f25 Tests: Get vktrace/replay test working on Linux by David Pinedo · 9 years ago
  36. 611fb0b vktrace: Make default trace library vulkan tracing lib from current directory by Jon Ashburn · 9 years ago
  37. c3d2838 vktrace: Set PYTHON_EXECUTABLE to PYTHON_CMD for sake of Windows. by Ian Elliott · 9 years ago
  38. 9c5345a vkreplay: Make the Vulkan replay library static and linked into vkreplay by Jon Ashburn · 9 years ago
  39. d027366 layers: Restore information messages to the MemTracker layer by Mark Lobodzinski · 9 years ago
  40. a43e24c tests: Move DestroyShaderModule calls after pipeline creation by Mark Lobodzinski · 9 years ago
  41. 9d9317e vktrace: Fix trace packet handling for GetQueryPoolResults() by Jon Ashburn · 9 years ago
  42. 32349cf tests: Copy layer settings file at start and delete at end by Tony Barbour · 9 years ago
  43. 190cb18 trace: fix misspelling in help message by David Pinedo · 9 years ago
  44. 9e8755b vktrace: Changes for supporting version 148 of header by Jon Ashburn · 9 years ago
  45. ad10f15 vktrace: Make it build on windows by Jon Ashburn · 9 years ago
  46. 4be38e7 vktrace: Build vktrace as part of the main build by Jon Ashburn · 9 years ago
  47. 8db7463 vktrace: Rename executables to vktrace and vkreplay by Jon Ashburn · 9 years ago
  48. ca6d136 vktrace: Remove QT as dependency by Jon Ashburn · 9 years ago
  49. 965cf71 vkreplay: Fix build warnings by Jon Ashburn · 9 years ago
  50. 485b0b3 vktrace: remove unused getopt library from replayer by Jon Ashburn · 9 years ago
  51. e07c3fd vktrace: remove debugger source files by Jon Ashburn · 9 years ago
  52. 3dde396 vktrace: Change build files for working in new directory structure by Jon Ashburn · 9 years ago
  53. 1a70cda codegen: Bring in fixes from glave codegen scripts to vulkan.py vk_helper.py by Jon Ashburn · 9 years ago
  54. cb622a1 vktrace: Move codegen script to vktrace_generate.py and make work with vulkan.py by Jon Ashburn · 9 years ago
  55. b5d8719 vktrace: Remove libs, includes and python files that are now in repo by Jon Ashburn · 9 years ago
  56. 738fe59 trace/replay: Use screenshot layer for taking a snapshot by David Pinedo · 9 years ago
  57. 0129498 glave: Fix pipelineCache remap in CreateGraphicsPipelines during replay by Jon Ashburn · 9 years ago
  58. b856846 glave: Change replayer to look for vulkan.0.dll instead of vulkan.dll by Jon Ashburn · 9 years ago
  59. 187d429 vktrace: Add files from glave repo by Jon Ashburn · 9 years ago
  60. 4d9cfd2 Merge remote-tracking branch 'glvproj/glave-vulkan-header-rev-138-sync' by Jon Ashburn · 9 years ago
  61. fdb20cf layers: Reenable informational messages in DrawState layer by Mark Lobodzinski · 9 years ago
  62. f9136f4 include: Change debug report pUserData parameter to non-const by Jon Ashburn · 9 years ago
  63. 8a19064 tests: Fixed a few errors in Tri caught by ObjectTracker by Mark Lobodzinski · 9 years ago
  64. 9ba151c Update ICD links in BUILD.md. by Peter Gal · 9 years ago
  65. d31ab43 demos: Initialize render pass in pipeline create by Tony Barbour · 9 years ago
  66. be701ac tests: Skip test that requires GLSL path by Cody Northrop · 9 years ago
  67. 2e1cbb5 tests: Print type in blit test error message by Cody Northrop · 9 years ago
  68. 8733389 tests: Don't require success if error code is acceptable by Cody Northrop · 9 years ago
  69. 1684adb windows: Fix various warnings by Cody Northrop · 9 years ago
  70. 855f4e5 tests: Use new env variable for layers location by Tony Barbour · 9 years ago
  71. 3c9e3b1 tests: Add fragment shaders to some tests to be able to run on more devices by Tony Barbour · 9 years ago
  72. b746ee7 tests: Adjust window width and height for Windows 10 by Cody Northrop · 9 years ago
  73. 7f81538 tests: Update usage flags for swap_chain by Cody Northrop · 9 years ago
  74. d7d828b tests: Use pipeline object in more tests by Tony Barbour · 9 years ago
  75. 875e746 tests: Add method to set msaa state in pipeline obj by Tony Barbour · 9 years ago
  76. 4e8d1b1 tests: Use Pipeline Object where possible by Tony Barbour · 9 years ago
  77. ed13243 tests: CreateVKPipeline really wants pl layout so pass that by Tony Barbour · 9 years ago
  78. 49a3b65 tests: MapMemWithoutHostVisibleBit abort if all mem is mappable by Tony Barbour · 9 years ago
  79. 867361e tests: Don't compare images on Windows to goldens by Tony Barbour · 9 years ago
  80. b374422 tests: Use new WSI model for --show-images by Tony Barbour · 9 years ago
  81. 0caa94f tests: Add index tracking to queue objects by Tony Barbour · 9 years ago
  82. 248080b demos: Fix trivial bugs in tri by Tony Barbour · 9 years ago
  83. d72da75 tests: Fixes for running layer_validation_tests on windows by Mike Stroyan · 9 years ago
  84. 8e672a0 Update stale info in BUILD.md. by Dejan Mircevski · 9 years ago
  85. 68e2bef loader: Change layer manifest file location env var to VK_LAYER_PATH by Jon Ashburn · 9 years ago
  86. f069eb7 v148: Bug 14368 - Minor fixes for VkPhysicalDeviceFeatures by Cody Northrop · 9 years ago
  87. d38b648 v147: Bugs 14352 and 14300 by Cody Northrop · 9 years ago
  88. e9825b7 v146: Bug 14290 - Move typedefs from vk_platform.h to vulkan.h, make pSampleMask an array by Cody Northrop · 9 years ago
  89. 74a6385 v145: Bug 14160 - Remove VK_DEVICE_CREATE_VALIDATION_BIT and unused flags field by Cody Northrop · 9 years ago
  90. c332eef v144: Bug 14292 - Rename VkRenderPassBeginInfo::attachmentCount to clearValueCount by Cody Northrop · 9 years ago
  91. 6de6b0b v143: Bug 14277 - Follow pointer naming convention in VkSubpassDescription by Cody Northrop · 9 years ago
  92. f110c6e v142: Bug 14275 - Remove image layouts in VkFramebufferCreateInfo by Cody Northrop · 9 years ago
  93. ef72e2a v140: Bug 14251 - Inconsistencies in the definition of queries by Cody Northrop · 9 years ago
  94. c8aa4a5 v139: Bug 14257 - Remove pCount parameter from vkAllocDescriptorSets by Cody Northrop · 9 years ago
  95. 10d8f98 tests: Fix Windows build breakage by Cody Northrop · 9 years ago
  96. a98cf9b layers: Fixed formatting error in DrawState by Mark Lobodzinski · 9 years ago
  97. 0a78bcc layers: Fix freed memory use in layer_destroy_msg_callback by Mike Stroyan · 9 years ago
  98. 90bf5b0 layers: DrawState validation cases for BeginCommandBuffer by Mark Lobodzinski · 9 years ago
  99. c4748dc loader: Remove extension origin and use Vulkan ext prop structure by Jon Ashburn · 9 years ago
  100. 0b72805 loader: Make sure layer list from manifest file is all cleaned up properly by Jon Ashburn · 9 years ago