1. fcfe34c shader compiler: add new VertexIndex by GregF · 9 years ago
  2. 5bf98a3 Make cJSON case-sensitive by Antoine Labour · 9 years ago
  3. f1ae58e vkjson: handle uint64_t as hex strings by Antoine Labour · 9 years ago
  4. bb7d238 vktrace: Fix segmentation violation in vkreply caused by uninitialized pointer by Karl Schultz · 9 years ago
  5. ac7b68b debug_report: Integrate review feedback by Courtney Goeltzenleuchter · 9 years ago
  6. 5fe485e layers: Fix screenshot to intercept CreateInstance so it canbe on instance chain by Jon Ashburn · 9 years ago
  7. e44367a vktrace: Get partially working again with the new loader/layer interface by Jon Ashburn · 9 years ago
  8. 2d81a48 layers: Remove obsolete VkbaseLayerObject by Jon Ashburn · 9 years ago
  9. 5e5065e loader: remove resolved TODOs by Courtney Goeltzenleuchter · 9 years ago
  10. 3804548 loader: Remove CreateInstance and CreateDevice by Courtney Goeltzenleuchter · 9 years ago
  11. c85fe7e loader: Use ICD's GetInstanceProcAddr by Courtney Goeltzenleuchter · 9 years ago
  12. f5f244d loader: Add util to strip loader extensions by Courtney Goeltzenleuchter · 9 years ago
  13. 2bdf6da loader: implement new layer init method by Courtney Goeltzenleuchter · 9 years ago
  14. cc9db23 layers: fix threading destroy instance by Courtney Goeltzenleuchter · 9 years ago
  15. cfbccd8 layers: Add utility functions for new layer init by Courtney Goeltzenleuchter · 9 years ago
  16. 1335a4c layers: Update layer info to match json by Courtney Goeltzenleuchter · 9 years ago
  17. 2ff4e1d loader: Add structures to support new init method by Courtney Goeltzenleuchter · 9 years ago
  18. ea08e17 icd: Remove unused reference to vk_sdk_platform.h by Courtney Goeltzenleuchter · 9 years ago
  19. c824cd7 vkjson: add missing include by Antoine Labour · 9 years ago
  20. fd1dac3 vkjson: Fix build on Windows by Jon Ashburn · 9 years ago
  21. e3795c1 vkjson: initial commit by Antoine Labour · 9 years ago
  22. c29c522 layers: MR148/GL82, Don't memset PIPELINE_NODE in draw_state by Tobin Ehlis · 9 years ago
  23. beeefb6 layers: MR149, Cleanup CMD_NODE use in draw_state by Tobin Ehlis · 9 years ago
  24. fe7d8f7 WindowsRTInst: Layer registry values are created/removed correctly on Windows7 by David Pinedo · 9 years ago
  25. 0e17fea layers: GL84, Reset vkQueuePresentKHR semaphore state in mem_tracker by Mark Lobodzinski · 9 years ago
  26. 037d4aa layers: GL92, Properly remove cmd buf metadata by Mark Lobodzinski · 9 years ago
  27. bdbaf9f layers: MR145/GL67, Correctly mirror command buffer inheritance info by Tobin Ehlis · 9 years ago
  28. 88467fa layers: MR144, Fix layer names by Michael Lentine · 9 years ago
  29. 0faf77e layers: MR143/GL85, Fix draw_state implicit command buffer reset by Tobin Ehlis · 9 years ago
  30. 240fb9f debug_report: MR141, Change pUserData to match type used elsewhere by Courtney Goeltzenleuchter · 9 years ago
  31. 7e62aef layers: MR142/GL89, draw_state: check swapchain images during descriptor updates by Tobin Ehlis · 9 years ago
  32. 16199c4 layers: Fix object_trackers dereferencing of invalid pointers by Mark Lobodzinski · 9 years ago
  33. a2bf0ab layers: Fix problems with screenshot to get it working again by Karl Schultz · 9 years ago
  34. b09126a layers: MR140, Add get_type_def helper in DrawState by Chris Forbes · 9 years ago
  35. 5c32636 layers: MR140, Add SPIRV instruction stream iterator helper by Chris Forbes · 9 years ago
  36. c94be0b layers: MR140, Pass whole shader_module to build_type_def_index by Chris Forbes · 9 years ago
  37. e009129 layers: MR140, Remove some commented merge remnants by Chris Forbes · 9 years ago
  38. 0fe2173 layers: LX257, Validate Uniform/Storage buffer offset alignments by Mark Lobodzinski · 9 years ago
  39. ebbfd5b loader: Return the loader created instance rather than from the instance chain by Jon Ashburn · 9 years ago
  40. 8b1720e installer: Fix LunarXchange issue #287. by Mark Young · 9 years ago
  41. 7a599b4 layers: Fix json file for multi layer by Jon Ashburn · 9 years ago
  42. 004ecf4 laoder: Fix phys_dev to use unwrapped version in loader_CreateDevice by Jon Ashburn · 9 years ago
  43. c2b87f4 Fix assert in the icd/intel/cmd_meta.c by Kristof Kosztyo · 9 years ago
  44. 780820a layers: Add minimal actual analysis of interface blocks to DrawState by Chris Forbes · 9 years ago
  45. 5e42b88 layers: Fix mishandling of VI vs VS validation (Gitlab#69) by Chris Forbes · 9 years ago
  46. 32c6bd0 nulldrv: Initialize image format properties by Chris Forbes · 9 years ago
  47. 4c906e8 nulldrv: Add more proper support for ShaderModule objects by Chris Forbes · 9 years ago
  48. 3752bbb nulldrv: Add minimal support for pipeline cache objects. by Chris Forbes · 9 years ago
  49. a877d76 nulldrv: Claim that our supported image formats can be used as color attachments by Chris Forbes · 9 years ago
  50. 122fe13 nulldrv: Expose some present modes by Chris Forbes · 9 years ago
  51. 2bfc204 nulldrv: Expose some basic formats as presentable by Chris Forbes · 9 years ago
  52. fb8a5c9 nulldrv: Claim to support any WSI surface. by Chris Forbes · 9 years ago
  53. 3df8239 nulldrv: Initialize memory types mask by Chris Forbes · 9 years ago
  54. 941a8f1 layers: gitlab #62, object_tracker allows NULL semaphore in AcquireNextImage by Jon Ashburn · 9 years ago
  55. a8d77e8 spirv-tools: update version due to build problems seen by norbert by GregF · 9 years ago
  56. 7da19ee loader: Fix bad memory ref and CreateInstance fail don't write ouptut by Jon Ashburn · 9 years ago
  57. 5e6876b Change api_version to 1.0.1 in json files by Tony Barbour · 9 years ago
  58. 3924505 layers: Gitlab #71, Fix copy/paste error in mem_tracker by Mark Lobodzinski · 9 years ago
  59. f2e3ca7 nulldrv: MR131, Update api_version in nulldrv json file by Tobin Ehlis · 9 years ago
  60. b4e0efb layers: MR130, Handle VK_WHOLE_SIZE properly in mem_tracker:initializeAndTrackMemory by Chris Forbes · 9 years ago
  61. df3c41b layers: MR129, Remove incorrect asserts from param_checker and object_tracker by Tobin Ehlis · 9 years ago
  62. 6c2fa49 loader: Add support for implicit layer device extensions enumeration by Jon Ashburn · 9 years ago
  63. 2954dae loader: Fix so unwrapped instance gets used for layer instance extension dispatch by Jon Ashburn · 9 years ago
  64. c066bcf Windows RT Installer: Fix layer reg entry setup, no layers we being installed by David Pinedo · 9 years ago
  65. 5b907a7 tests: Remove CreateImageResourceSizeViolation layer validation test by Tony Barbour · 9 years ago
  66. 0521b72 demos: Remove the message box dialog for errors in vulkaninfo by Jon Ashburn · 9 years ago
  67. ab5e3be demos: Fix vulkaninfo version reporting error by Mark Lobodzinski · 9 years ago
  68. 8cf6a9d Windows RT Installer: add buildno to version by David Pinedo · 9 years ago
  69. fb3600e layers: MR128, Don't complain about declarations without Builtin or Location by Chris Forbes · 9 years ago
  70. 40c24d7 layers: MR128, Fix mismatched new[]/delete in validate_pipeline_shaders by Chris Forbes · 9 years ago
  71. ec75952 layers: MR128, Revert "layers: Work around Windows release build crash in cube" by Chris Forbes · 9 years ago
  72. 1b61da5 layers: LX273, Fix accessMask validation for depth/stencil input attachments by Mark Lobodzinski · 9 years ago
  73. 6ef7c9a spirv-tools: update version for SDK 1.0 IHV by GregF · 9 years ago
  74. 89dc27a header: move to version 1.0.1 by Jon Ashburn · 9 years ago
  75. da9d0e8 loader: Fix so unwrapped instance gets used for layer instance extension dispatch by Jon Ashburn · 9 years ago
  76. c1a5c3a layers: Remove extra subpass increment in draw state by Tony Barbour · 9 years ago
  77. 411d7e0 loader: update linux version to 1. by Jeremy Hayes · 9 years ago
  78. 07b3489 intel: Fix alignment to be power of two by Jon Ashburn · 9 years ago
  79. 05da20e layers: Gitlab 65, Add image layout extension enum to paramchecker validation by Mark Lobodzinski · 9 years ago
  80. ca136a6 layers: Fix image layer format mutability validation by Mark Lobodzinski · 9 years ago
  81. 40cab01 layers: MR127, Update DrawState handling of non-updated descriptors by Tobin Ehlis · 9 years ago
  82. e29eb02 Tests: fix misspelling of vktracereplay.ps1 test by David Pinedo · 9 years ago
  83. 9a46a37 loader: Update README.md for ICD<->loader interface by Jon Ashburn · 9 years ago
  84. 3f19e05 loader: Fix old ICD interface to not use vkGetInstanceProcAddr(NULL,) by Jon Ashburn · 9 years ago
  85. 065c187 glslang: upgrade glslang version for SDK 1.0 IHV by GregF · 9 years ago
  86. 8a2ede6 header: Move to version 1.0.0 from 0.222 by Jon Ashburn · 9 years ago
  87. a4ae48b misc: Move to Vulkan header version 0.222 by Jon Ashburn · 9 years ago
  88. aac4692 tests: Don't register window class twice when presenting by Tony Barbour · 9 years ago
  89. 4509ff4 layers: Gitlab 126, Fix for swapchain layer which was checking wrong pointer by Norbert Nopper · 9 years ago
  90. fdd29d9 layers: LX264, Validate immutable format bit in image layer by Mark Lobodzinski · 9 years ago
  91. b95e830 Fixes: Fixed compiler warning about & by Mark Young · 9 years ago
  92. 31fa6f3 Fixes: More compilation warning fixes by Mark Young · 9 years ago
  93. 72f5ae0 layers: Gitlab 41 & 61, Fix invalid descriptor dereferences in helper codegen by Mark Lobodzinski · 9 years ago
  94. 5eb34b9 layers: MR124, Fix semaphore ordering validation in mem tracker layer by Norbert Nopper · 9 years ago
  95. 640a0ab tests: Fold run_all_tests scripts into run_all_tests_with_layers scripts by Mark Lobodzinski · 9 years ago
  96. 0eb15cb layers: LX263, Validate minimum imageArrayLayers value in swapchain layer by Mark Lobodzinski · 9 years ago
  97. 2be6158 layers: Fix unique_object gpa function; no intercept of func without an by Jon Ashburn · 9 years ago
  98. ff5a3df layers: LX256, Suppress warnings on pre-signaled fences in MemTracker by Mark Lobodzinski · 9 years ago
  99. 9a3c2b4 misc: make sure host memory alignment is a power of two by Jon Ashburn · 9 years ago
  100. c6a2575 layers: MR123, Improved ObjectTracker codegen by Tobin Ehlis · 9 years ago