1. 2f85ff5 layers: Move in_use.store(0) to BASE_NODE constructor by Tobin Ehlis · 8 years ago
  2. 209532e tests: Add in-use sampler test by Tobin Ehlis · 8 years ago
  3. fafab2d tests: Add in-use pipeline test by Tobin Ehlis · 8 years ago
  4. 2adda37 tests: Add in-use query pool destroy test by Tobin Ehlis · 8 years ago
  5. ee3af20 layers: Update bound object increment and decrement functions by Tobin Ehlis · 8 years ago
  6. 0b18729 layers: Clarify in-use object error message by Tobin Ehlis · 8 years ago
  7. 122207b tests: Wait idle instead of ignoring errors by Tobin Ehlis · 8 years ago
  8. 1afd0f5 layers: Improve map cleanup on object deletion by Tobin Ehlis · 8 years ago
  9. 7d1dd14 layers: Add detection for in-use query pool & clean-up destroys by Tobin Ehlis · 8 years ago
  10. aadba90 layers: Flag error on destroyed pipeline in-use by Tobin Ehlis · 8 years ago
  11. 84fdd29 layers: Flag error on destroyed sampler in-use by Tobin Ehlis · 8 years ago
  12. 4042b65 tests: GH428 Cleanup of some tests by Mark Mueller · 8 years ago
  13. 4e20c8e layers: correct param in vkCmdDebugMarkerEndEXT by Arda Coskunses · 8 years ago
  14. 35159af loader: Cleanup 1.0.25 extension work by Mark Young · 8 years ago
  15. 12f7cd0 layers: correct typo vkExternalMemoryHandleTypeFlagsNV by Arda Coskunses · 8 years ago
  16. 59f68ab tests: Add test for framebuffer image destroyed by Tobin Ehlis · 8 years ago
  17. c7d4ff1 layers: Rename pCB to cb_node by Tobin Ehlis · 8 years ago
  18. b0fcdfa layers: Print framebuffer object type by Tobin Ehlis · 8 years ago
  19. 545fae3 layers: Add cmd buffer binding for fb images by Tobin Ehlis · 8 years ago
  20. 1a3b62b header: Bump vulkan.hpp to 1.0.26 by Lenny Komow · 8 years ago
  21. e459d17 build: gh850 support msys by Mark Young · 8 years ago
  22. 85bb400 layers: Add error for CmdEndRenderPass before reaching final subpass by Chris Forbes · 8 years ago
  23. 6d62470 tests: Add test for EndRenderPass before reaching final subpass by Chris Forbes · 8 years ago
  24. 2886a9e layers: Make CmdEndRenderPass more careful about side effects on failure by Chris Forbes · 8 years ago
  25. 0948afa layers: add error to CmdNextSubpass if stepping beyond last subpass by Chris Forbes · 8 years ago
  26. 2784bcb layers: Make CmdNextSubpass more careful about side effects on failure by Chris Forbes · 8 years ago
  27. 3b97e93 tests: Add test case for excessive CmdNextSubpass by Chris Forbes · 8 years ago
  28. d28978b layers: Add MEMTRACK_INVALID_MEM_REGION error by Tobin Ehlis · 8 years ago
  29. 7edb0a9 layers: Clarify invalid memory message by Tobin Ehlis · 8 years ago
  30. f1ff762 loader: Bump SOVERSION to 1.0.26 by Mark Lobodzinski · 8 years ago
  31. 22a615f layers: Move Windows json files to version 1.0.26 by Mark Lobodzinski · 8 years ago
  32. eb86c90 layers: Move Linux json files to version 1.0.26 by Mark Lobodzinski · 8 years ago
  33. 55a2249 header: Move vk.xml to verison 1.0.26 by Mark Lobodzinski · 8 years ago
  34. b3e9783 header: Move vulkan.h to version 1.0.26 by Mark Lobodzinski · 8 years ago
  35. db13a2a loader: Clean up failure handling in loader by Mark Young · 8 years ago
  36. 7e47129 loader: gh901 Fix loader w multiple ICDs by Mark Young · 8 years ago
  37. 5c873fe layers: Use actual enum type name in err msg by Karl Schultz · 8 years ago
  38. 21fe80e winsdk: Fix releases showing as older than alphas by Lenny Komow · 8 years ago
  39. 84ba048 loader: Clean up loader_init_generic_list by Mark Young · 8 years ago
  40. 8191d9f loader: Rename DevExt to dev_ext by Mark Young · 8 years ago
  41. 60861ac loader: Modify loader_make_version by Mark Young · 8 years ago
  42. 6759630 build: Restore default symbol visibility to layers/tests by Karl Schultz · 8 years ago
  43. 3a41cae build: gh672 Fix CMake CXX_FLAGS inheritance by Karl Schultz · 8 years ago
  44. a7aaf9f use "exit /b", not "exit" by Jeff Juliano · 8 years ago
  45. 389dc0c Fix VK_NV_external_memory_capabilities support by James Jones · 8 years ago
  46. 6792928 docs: Fix "Cautions" title by Mark Young · 8 years ago
  47. 7e4da97 loader: gh851 wrap debug report callbacks by Mark Young · 8 years ago
  48. 5d2c7ec header: fix vulkan.hpp detection of 64-bit arch by Endre Oma · 8 years ago
  49. 6e58ebd layers: Fix reporting of multiple allowed image view types by Chris Forbes · 8 years ago
  50. 65bf810 layers: Don't spuriously produce an error if there are no view type bits set by Chris Forbes · 8 years ago
  51. 48a1b2e layers: Impose singlesample/multisample constraints on input attachment descriptors by Chris Forbes · 8 years ago
  52. 3d721ad loader: Update script names with correct ext name by Mark Young · 8 years ago
  53. 1a86744 loader: gh888 Add KHR/EXT extensions in vulkan.h by Mark Young · 8 years ago
  54. 0b082e4 Add new text to discuss wrapping of objects, including cautions. by Ian Elliott · 8 years ago
  55. 6501c12 header: Update vulkan.hpp to 1.0.25 by Lenny Komow · 8 years ago
  56. 6e45fe7 loader: Fixed some types and comments by Mark Lobodzinski · 8 years ago
  57. 5f20852 loader: Add support for NV device extension by Mark Lobodzinski · 8 years ago
  58. 0853ad5 loader: Add support for AMD device extension by Mark Lobodzinski · 8 years ago
  59. 317574e loader: Add support for NV instance extension by Mark Lobodzinski · 8 years ago
  60. 320ebe8 layers: Update dispatch tables for new 1.0.25 APIs by Mark Lobodzinski · 8 years ago
  61. 4c57a73 layers: Update vulkan.py for new extension APIs by Mark Lobodzinski · 8 years ago
  62. b32c9ec loader: Bump SOVERSION to 1.0.25 by Mark Lobodzinski · 8 years ago
  63. 29d9193 layers: Move windows json files to version 1.0.25 by Mark Lobodzinski · 8 years ago
  64. 328fcc0 layers: Move linux json files to version 1.0.25 by Mark Lobodzinski · 8 years ago
  65. 3b0e482 header: Remove ValidationFlags changes from vk.xml by Mark Lobodzinski · 8 years ago
  66. fc88420 header: Move vk.xml to version 1.0.25 by Mark Lobodzinski · 8 years ago
  67. a5ab3ae header: Move vk_platform.h to version 1.0.25 by Mark Lobodzinski · 8 years ago
  68. 4a35ff5 header: Remove ValidationFlags changes from vulkan.h by Mark Lobodzinski · 8 years ago
  69. 74bb26f header: Move vulkan.h to version 1.0.25 by Mark Lobodzinski · 8 years ago
  70. f7914cf doc: Update loaderandlayerinterface by Mark Young · 8 years ago
  71. 4443fe8 winsdk: Correct installer log renaming by Lenny Komow · 8 years ago
  72. dd649e1 docs: GH428 Update doc for sync validation test cases by Mark Mueller · 8 years ago
  73. 1cd9f41 tests: GH428 Addition of tests for sync validation cases by Mark Mueller · 8 years ago
  74. 96a56d5 tests: GH428 Addition of tests for sync validation cases by Mark Mueller · 8 years ago
  75. c8d441e tests: GH428 Addition of tests for sync validation cases by Mark Mueller · 8 years ago
  76. 917f6bc tests: GH428 Addition of tests for sync validation cases by Mark Mueller · 8 years ago
  77. 93b938f tests: GH428 Addition of tests for sync validation cases by Mark Mueller · 8 years ago
  78. 0782cea layers: GH428 Adding skip_call to DestroySemaphore by Mark Mueller · 8 years ago
  79. d8b4f6b winsdk: Fix powershell error to say ConfigureRT by Lenny Komow · 8 years ago
  80. 6a37d12 winsdk: Remove rt installer using msvcr120.dll by Lenny Komow · 8 years ago
  81. 1613216 winsdk: Fix uninstall log not clearing old copies by Lenny Komow · 8 years ago
  82. 75d79f0 tests: Test to create view with INPUT_ATTACMENT usage by Tony Barbour · 8 years ago
  83. 27a3d0f layers: Fix Dota2 crash in Windows by Mark Lobodzinski · 8 years ago
  84. ce1d1f7 layers: PR887, Add extension white-list by Mark Lobodzinski · 8 years ago
  85. aa96d32 layers: Add white-list helper to layer utils by Mark Lobodzinski · 8 years ago
  86. b5eee7c layers: Add unique_objects to layer settings file by Mark Lobodzinski · 8 years ago
  87. ad8448e layers: Add unique_objects to default layer config by Mark Lobodzinski · 8 years ago
  88. 8a2305d layers: Add debug report support to unique_objects by Mark Lobodzinski · 8 years ago
  89. c300226 build: update spirv and glslang revisions by Mark Young · 8 years ago
  90. cc4306f tests: Check for different invalid usage by Tony Barbour · 8 years ago
  91. fd1751d loader: Update SO version for 1.0.24 header by Mark Lobodzinski · 8 years ago
  92. ebf3316 header: Update vulkan.hpp to 1.0.24 by Lenny Komow · 8 years ago
  93. 9bfeb04 layers: Modify format queries for enums by Mark Lobodzinski · 8 years ago
  94. 8f85a08 header: Update vk.xml to 1.0.24 by Mark Lobodzinski · 8 years ago
  95. a9219df header: Update vk_platform.h to 1.0.24 by Mark Lobodzinski · 8 years ago
  96. fc5f251 header: Update vulkan.h to 1.0.24 by Mark Lobodzinski · 8 years ago
  97. 311dcbe layers: Allow input attachment usage in CreateImageView by Tony Barbour · 8 years ago
  98. ce938c5 layers: Update json files for 1.0.24 header by Mark Lobodzinski · 8 years ago
  99. 447924e loader: Update resource context default version by Mark Young · 8 years ago
  100. 4215f6a docs: Update README.md for Glslang issue by Mark Young · 8 years ago