1. d971b61 loader: Add support for debug report by Courtney Goeltzenleuchter · 9 years ago
  2. 8fd0825 loader: Support layers that don't have an extension entrypoint by Jon Ashburn · 9 years ago
  3. 2eed1eb layers: Add multi-device/instance support to param checker layer by Mark Lobodzinski · 9 years ago
  4. 4c7ac0a layers: Add multi-device/instance support to APIDump layer by Mark Lobodzinski · 9 years ago
  5. fb5437a layers: Add multi-device/instance support to generated layers by Mark Lobodzinski · 9 years ago
  6. 76c991d layers: Multi-device/instance support for Memtracker. by Mark Lobodzinski · 9 years ago
  7. e68a9ff misc: Make DEBUG_MARKER entrypoints a device extension with separate dispatch by Jon Ashburn · 9 years ago
  8. f579fa6 extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  9. 5f985ff misc: Fix file permissions by Courtney Goeltzenleuchter · 9 years ago
  10. 210efbc misc: white space cleanup by Courtney Goeltzenleuchter · 9 years ago
  11. 3950e1b DrawState: Add support for multiple PhysicalDevices or Instances by Jon Ashburn · 9 years ago
  12. 9a8a2e2 layers: Add DestroyDevice and DestroyInstance hooking to deinitialize tables by Jon Ashburn · 9 years ago
  13. 1c286bb layers: GPA table initialization shouldn't recurse by Jon Ashburn · 9 years ago
  14. 8d1b0b5 misc: Change vkGetProcAddr to vkGetDeviceProcAddr by Jon Ashburn · 9 years ago
  15. e59f84f shader_checker: Eliminate redefinition of macro by Jon Ashburn · 9 years ago
  16. 873afc4 glave: Remove glave source files from this repo by Jon Ashburn · 9 years ago
  17. fe7ff9c layers: Use objects dispatch table for key to layer maps by Jon Ashburn · 9 years ago
  18. 95a77ba misc: Loader and Layers move device chain activation to CreateDevice by Jon Ashburn · 9 years ago
  19. 71836d9 layers: Use the instance chain for entrypoints with instance by Jon Ashburn · 9 years ago
  20. 8c5cbcf layers: Add initialization of instance dispatch table by Jon Ashburn · 9 years ago
  21. d9dc68b layers: Remove the layer intercept proc generated header by Jon Ashburn · 9 years ago
  22. f6b33db layers: Add GetInstanceProcAddr() to all layers by Jon Ashburn · 9 years ago
  23. d0892c8 cmake: Fix missing dependency in layers for Windows by Cody Northrop · 9 years ago
  24. 3bb1870 layers: Only print state at Draw calls, not at vkCmdBindDescriptorSets time. by Tobin Ehlis · 9 years ago
  25. bf081f3 layers: When printing descriptor info in DrawState correctly handle case of 0 descriptors by Tobin Ehlis · 9 years ago
  26. 280ba2c shader_checker: Check for duplicate VI binding descriptions. by Chris Forbes · 9 years ago
  27. e382c5a layers: Migrate dynamic state checks to DrawState from ObjectTracker by Tobin Ehlis · 9 years ago
  28. 0102a90 layers: fix overrun when only one shader present by Tony Barbour · 9 years ago
  29. 3a10e62 layers: XChange #58 fix - Correctly copy Vtx Bindings by Tobin Ehlis · 9 years ago
  30. 93f89e8 layers: LunarXChange #55 fix - Only print DS state when we have last bound DS by Tobin Ehlis · 9 years ago
  31. 803cc49 layers: Updated ObjectTrack to use std::map and perform some initial valid object checks on params by Tobin Ehlis · 9 years ago
  32. 62cc3fc shader_checker: fix invalid iterator dereference (LunarXchange #60) by Chris Forbes · 9 years ago
  33. f044ec9 shader_checker: Support pipelines with more stages, and be tolerant by Chris Forbes · 9 years ago
  34. f3fc033 shader_checker: Add typechecker support for extra array level by Chris Forbes · 9 years ago
  35. 944aab1 vulkan.h: Memory binding model changes by Mark Lobodzinski · 9 years ago
  36. 39d8d75 shader_checker: Also validate vkCreateGraphicsPipelineDerivative by Chris Forbes · 9 years ago
  37. 81874ba shader_checker: Extract pipeline validation into own function by Chris Forbes · 9 years ago
  38. 0203879 Fix a bunch of mismatched new[]/delete. by Chris Forbes · 9 years ago
  39. 1451918 shader_checker: remove stray debug output from typechecker implementation by Chris Forbes · 9 years ago
  40. 7191cd5 shader_checker: validate VS inputs against VI even when no VI by Chris Forbes · 9 years ago
  41. ee99b9b shader_checker: Only continue with pipeline config if no errors by Chris Forbes · 9 years ago
  42. 7f96383 shader_checker: current object & locking by Chris Forbes · 9 years ago
  43. db467bd shader_checker: Add support for delivering layer messages via callback by Chris Forbes · 9 years ago
  44. 3a22ce9 ShaderChecker: do not crash if Shader output count == 0 and PSO attachments count > 0 by scygan · 9 years ago
  45. dd7aed7 layers: Change MemTracker maps to contain structs by Mike Stroyan · 9 years ago
  46. 950496e layers: Tuning MemTracker by Mike Stroyan · 9 years ago
  47. d3850fe Layers: fix MemTracker threading crash by Mike Stroyan · 9 years ago
  48. f7a43bd layers: thread safe MemTracker by Mike Stroyan · 9 years ago
  49. 1f9985c layers: fast return of inactive MemTracker printing by Mike Stroyan · 9 years ago
  50. 9d00ed7 v98: replace vkUpdateDescriptors() by vkUpdateDescriptorSets() by Chia-I Wu · 9 years ago
  51. d4ab894 v98: remove vk{Begin,End}DescriptorPoolUpdate() by Chia-I Wu · 9 years ago
  52. 712bb5d v98: rename count to arraySize in VkDescriptorSetLayoutBinding by Chia-I Wu · 9 years ago
  53. 2306535 vulkan.h: V97 -- Remove multiple allocations. Bug# 13948. by Mark Lobodzinski · 9 years ago
  54. 0174fed layers: Improved DrawState Descriptor Update validation by Tobin Ehlis · 9 years ago
  55. c4bdde1 layers: Add some early returns in DrawState fail cases to prevent segFs in driver by Tobin Ehlis · 9 years ago
  56. dea6ddf layers: Fix drawState lock bug and don't call driver w/ bad pipeline by Tobin Ehlis · 9 years ago
  57. 49eb23d tests: Added some empty test functions with comments for DrawState layer testing by Tobin Ehlis · 9 years ago
  58. a9f3d76 layers: Fix some DrawState checks by Tobin Ehlis · 9 years ago
  59. ee5eef1 vulkan.h: V96 -- xglCmdBlitImage filter mode. Bug# 13759. by Mark Lobodzinski · 9 years ago
  60. 7c3ec60 layers: Add additional check for RenderPass sampleCount by Tobin Ehlis · 9 years ago
  61. 20b7f86 layers: Build C++ version of generic layer by Mark Lobodzinski · 9 years ago
  62. 38f0db2 layers: Convert object tracker to C++ by Mark Lobodzinski · 9 years ago
  63. 3780e14 tests: Expand layer validation test coverage by Mark Lobodzinski · 9 years ago
  64. 942b172 vulkan.h: V93 -- fine-grained memory binding synchronization. Bug# 13464 by Mark Lobodzinski · 9 years ago
  65. 46d31e5 shader_checker: check types between FS output and CB by Chris Forbes · 9 years ago
  66. 401784b shader_checker: add type checking between VF and VS by Chris Forbes · 9 years ago
  67. 156a116 shader_checker: add helper to walk a type tree and return the basic type by Chris Forbes · 9 years ago
  68. bf2b1d2 shader_checker: fix fs output/cb attachment walking after assert fixes by Chris Forbes · 9 years ago
  69. 7f72054 layers: remove assumption that there's a glslang source tree alongside by Chris Forbes · 9 years ago
  70. e1f48b0 spirv: Update to matching header by Courtney Goeltzenleuchter · 9 years ago
  71. 2501add vulkan.h: V94 -- remove vkCmdCloneImageData. Bug #16550. by Mark Lobodzinski · 9 years ago
  72. 48bd16d layers: Remove use_count from ObjectTracker by Mark Lobodzinski · 9 years ago
  73. 03a7e98 layers: Add object type validation to object tracker by Mark Lobodzinski · 9 years ago
  74. 7c75b85 layers: Use native Vulkan object type definitions by Mark Lobodzinski · 9 years ago
  75. b66f5fd bug 13854: Remove memory references by Courtney Goeltzenleuchter · 9 years ago
  76. f69f8a2 bug-13690: Clarification on vkFlushMappedMemory by Courtney Goeltzenleuchter · 9 years ago
  77. d7a5cff bug-13751: Update vkCmdClearColorImage color parameter by Courtney Goeltzenleuchter · 9 years ago
  78. c779c7e layers: Eliminate compiler warnings on Windows. by Ian Elliott · 9 years ago
  79. 97e52d8 toolchain: Update to newer glslang and LunarGLASS versions by Cody Northrop · 9 years ago
  80. e4171f0 mem_tracker: Fix error from fixing MSVC asserts by Courtney Goeltzenleuchter · 9 years ago
  81. d8f83d8 layers: Fix msvc++ iterator issues by David Pinedo · 9 years ago
  82. 3597a20 draw_state: Fix another MSVC++ debug assert by Courtney Goeltzenleuchter · 9 years ago
  83. ea3117c draw_state: Fix Microsoft C++ iterator assert by Courtney Goeltzenleuchter · 9 years ago
  84. 2fd6799 mem_tracker: Do not increment iterator after delete by Courtney Goeltzenleuchter · 9 years ago
  85. ba348a9 draw_state: Fix Microsoft C++ assert by Courtney Goeltzenleuchter · 9 years ago
  86. c285216 Shader Checker Layer: make sure iterated list is of non-zero length by David Pinedo · 9 years ago
  87. b1567a0 layers: Memtracker formatting changes. by Mark Lobodzinski · 9 years ago
  88. 18f7155 misc: Changes to fix warnings in Windows / VC++ build by Tony Barbour · 9 years ago
  89. f20f87b misc: Changes to clean up warnings in Release build by Tony Barbour · 9 years ago
  90. d9dc0c7 vkEnumerateLayers: Update to match upstream by Courtney Goeltzenleuchter · 9 years ago
  91. 9671531 layers: Using objects instead of pointers - rename pObj by Tony Barbour · 9 years ago
  92. fc15ff8 vulkan.h: Fix up warnings and use VkObject appropriately by Tony Barbour · 9 years ago
  93. b050c68 update to vulkan.h header version 90, bug 13529 by Mike Stroyan · 9 years ago
  94. f869338 switch to VK_WSI_LunarG by Chia-I Wu · 9 years ago
  95. e01252d tests: Ensure vk_blit_test calls QueueAddMemReferences by Mark Lobodzinski · 9 years ago
  96. 0fadf5f vulkan: Update vulkan.h for revision 89 -- Bug #13743 by Mark Lobodzinski · 9 years ago
  97. d4c1a50 vulkan: Update vulkan.h for revision 88 -- Bug #13744 by Cody Northrop · 9 years ago
  98. ad36715 layers: Add missing functions. by Jeremy Hayes · 9 years ago
  99. 1cb6222 Win: Eliminate compiler errors/warnings in "shader_checker.cpp" by Ian Elliott · 9 years ago
  100. e671777 Win: Copy the "spirv.h" file for Windows builds (KLUDGE) ... by Ian Elliott · 9 years ago