1. 9a68c98 scripts:Check for use of error enums in tests by Tobin Ehlis · 8 years ago
  2. 64ff686 docs: Update README for AppVeyor Windows CI builds by Karl Schultz · 8 years ago
  3. 6ba2be1 build: Add config file for AppVeyor Windows CI by Karl Schultz · 8 years ago
  4. e987bb7 docs: Update README for Travis by Karl Schultz · 8 years ago
  5. 33035de external: Update Glslang/Spirv-Tools revisions. by Mark Young · 8 years ago
  6. 6f09920 build: Add Android build to travis by Karl Schultz · 8 years ago
  7. 0193d65 loader: Switch variable appropriately by Mark Young · 8 years ago
  8. 1a0afbf layers:Variable renaming for style and clarity by Tobin Ehlis · 8 years ago
  9. 022528b layers:Don't pass active binding set around by Tobin Ehlis · 8 years ago
  10. 205f003 layers:Clean up descriptor data struct by Tobin Ehlis · 8 years ago
  11. 197211a layers: Add VU enums to core_validation.cpp by Dave Houlton · 8 years ago
  12. 8fb3806 layers: Add valid usage enums to core_validation by Mike Schuchardt · 8 years ago
  13. 0b1f2f8 tests: NullRenderPass expected error message by Mike Schuchardt · 8 years ago
  14. 6a00570 tests:Clean up for positive alias memory test by Tobin Ehlis · 8 years ago
  15. f1e89c8 tests: Fix DepthStencilImageViewWithColorAspectBitError by Rene Lindsay · 8 years ago
  16. 867ff6c build: Compile with both clang and gcc on Travis by Karl Schultz · 8 years ago
  17. a1fc64a tests: Fix VkLayerTest.ClearImageErrors test by Rene Lindsay · 8 years ago
  18. 7afd781 layers:Mark latest buffers and images as written by Tobin Ehlis · 8 years ago
  19. a35e1cb tests: Fix VkLayerTest.MiscImageLayerTests by Rene Lindsay · 8 years ago
  20. a9c963d scripts: Correct author emails in helper script by Mark Lobodzinski · 8 years ago
  21. ecd5040 scripts: Remove enum_string_helper from vk_helper.py by Mark Lobodzinski · 8 years ago
  22. 6cb3e66 android: Update build scripts w/enum_string codegen by Mark Lobodzinski · 8 years ago
  23. 1fa20f9 layers: Mod cmake for new enum_string_helper codegen by Mark Lobodzinski · 8 years ago
  24. 41d9bb3 scripts: Update lvl_genvk.py w/new helper generator by Mark Lobodzinski · 8 years ago
  25. 59a37cc scripts: Update helper gen to ignore disabled exts by Mark Lobodzinski · 8 years ago
  26. 7ada59c scripts: Add helper file generator by Mark Lobodzinski · 8 years ago
  27. 34f52a1 layers: Fix VkGraphicsPipelineCreateInfo flags check by Maks Naumov · 8 years ago
  28. b95aeea scripts: PR1314, Remove trailing whitespace/newlines by Michael Jurka · 8 years ago
  29. ba3fe52 layers: Make comments consistent across file by Mark Lobodzinski · 8 years ago
  30. d19ba79 layers: Remove inconsistent comment specifiers by Mark Lobodzinski · 8 years ago
  31. f0af347 layers: Make comments consistent by Mark Lobodzinski · 8 years ago
  32. 71d14cc scripts: Remove unused code from vk_helper.py by Mark Lobodzinski · 8 years ago
  33. 9acd2e3 layers: Update 'string' layer header files by Mark Lobodzinski · 8 years ago
  34. f734f65 layers: Remove struct string helper from cmake by Mark Lobodzinski · 8 years ago
  35. d8382d7 loader: EnumPhysDev fixes by Mark Young · 8 years ago
  36. b8efbde layers:Fix CmdDispatch post-call function by Tobin Ehlis · 8 years ago
  37. 65409e1 layers:Fix unique id for CmdDispatch by Tobin Ehlis · 8 years ago
  38. 1fd9eaf scripts:Add more duplicate error enum exceptions by Tobin Ehlis · 8 years ago
  39. e664a2b scripts:Add duplicate id exception by Tobin Ehlis · 8 years ago
  40. 225b59c scripts:Allow duplicate exceptions for some ids by Tobin Ehlis · 8 years ago
  41. fa8b618 layers:Remove redundant check by Tobin Ehlis · 8 years ago
  42. e1995fc layer:Add unique error ids for memory binding by Tobin Ehlis · 8 years ago
  43. de1a0f9 layers:Add valid usage error ids by Tobin Ehlis · 8 years ago
  44. 3d1f2bd scripts:Update stat script output by Tobin Ehlis · 8 years ago
  45. 959517f layers:Fix unique error enum by Tobin Ehlis · 8 years ago
  46. 7841316 build: Parameterize def file name by Lenny Komow · 8 years ago
  47. 8b80c29 layers: remove unused variable by Frank Henigman · 8 years ago
  48. dcca859 layers: Update Valid Usage enums (VL-61, final) by Mike Weiblen · 8 years ago
  49. 34df4cb layers: add VU checks in image.cpp (Jira VL-66) by Dave Houlton · 8 years ago
  50. 4c54bde layers:Refactor CmdDispatchIndirect() by Tobin Ehlis · 8 years ago
  51. 2b82df8 layers:Refactor CmdDispatch() by Tobin Ehlis · 8 years ago
  52. 4613263 layers:Refactor CmdDrawIndexedIndirect() by Tobin Ehlis · 8 years ago
  53. 52179ad layers:Refactor CmdDrawIndirect() to use pre/post by Tobin Ehlis · 8 years ago
  54. 3f826bf layers:Refactor CmdDrawIndexed() by Tobin Ehlis · 8 years ago
  55. 232017e layers:Improve perf warning for unused vtx buffer by Tobin Ehlis · 8 years ago
  56. bf7d9d3 layers:Kill synchAndPrintDSConfig() function by Tobin Ehlis · 8 years ago
  57. 276d3d3 layers:Split ValidateAndUpdateDrawState() by Tobin Ehlis · 8 years ago
  58. 288cb7e layers:Split validatePipelineDrawtimeState() by Tobin Ehlis · 8 years ago
  59. 1fc5fd7 layers:Rename two functions to CamelCase by Tobin Ehlis · 8 years ago
  60. 1813240 layers:Add PostCallRecordCmdDraw() by Tobin Ehlis · 8 years ago
  61. 1c883a0 layers:Separate state update from addCmd() by Tobin Ehlis · 8 years ago
  62. 38558d8 layers:Pass cmd buffer as log_msg object by Tobin Ehlis · 8 years ago
  63. 5558ecb layers:Remove unneeded return value by Tobin Ehlis · 8 years ago
  64. 5c16c00 loader: clean up comment and variable by Michael Jurka · 8 years ago
  65. 135204f tests: Fix tests for VALIDATION_ERROR_01263+01264 by Rene Lindsay · 8 years ago
  66. 5eba065 Use Python instead of greadlink to get full path on macOS by Michael Jurka · 8 years ago
  67. a5e0112 loader: Fix out of memory in enumerate phys devs by Lenny Komow · 8 years ago
  68. 50b6c17 layers:Update dispatchable object printing by Tobin Ehlis · 8 years ago
  69. 8a1f8a5 loader: Update term phys devices dynamically by Lenny Komow · 8 years ago
  70. b9f70c3 loader: Update tramp phys devices dynamically by Lenny Komow · 8 years ago
  71. 2e95469 android: Preserve toolchain build if present by Cody Northrop · 8 years ago
  72. 4c80aad loader: guard gcc feature appropriately by Frank Henigman · 8 years ago
  73. 067f104 Merge pull request #1300 from KhronosGroup/161221-fix_string_validation by Courtney Goeltzenleuchter · 8 years ago
  74. 7a3486d loader: Fix validation error by Courtney Goeltzenleuchter · 8 years ago
  75. 3fbf077 loader: Fix Clang warning in table_ops.h by Jamie Madill · 8 years ago
  76. 0f2a63f layers: Add missing <string> dependency by Michael Jurka · 8 years ago
  77. ab6c5cd tests: Insert missing vkQueueWaitIdle() by Rene Lindsay · 8 years ago
  78. ad4996e cmake: speed up the build by Jeremy Hayes · 8 years ago
  79. 6daea5b layers: Update Valid Usage enums (VL-61, partial) by Mike Weiblen · 8 years ago
  80. 02ee0ce scripts: Remove enum/struct_validate_helper funcs by Mark Lobodzinski · 8 years ago
  81. 6debcb1 layers: Remove unused header from threading/PV by Mark Lobodzinski · 8 years ago
  82. 8c1ec2a layers: Remove redundant CreateRenderpass checks by Mark Lobodzinski · 8 years ago
  83. 38df456 layers: Remove enum_validate_helper from PV by Mark Lobodzinski · 8 years ago
  84. 0912631 layers: Remove unused threadchecker header file by Mark Lobodzinski · 8 years ago
  85. e46e0a1 layers: Remove cmds vector from GLOBAL_CB_NODE by Chris Forbes · 8 years ago
  86. 3f5fd49 layers: Fix size_t-int cast warning in descriptor_sets by Jamie Madill · 8 years ago
  87. 2c140ae layers:Clean up descriptor set layout on destroy by Tobin Ehlis · 8 years ago
  88. 98a94f1 layers:Add validation flag for DestroyBuffer() by Tobin Ehlis · 8 years ago
  89. 4f94a0c layers:Refactor DestroyBuffer() by Tobin Ehlis · 8 years ago
  90. 4fbe1c2 layers:Add GetQueryPoolResults() validation flag by Tobin Ehlis · 8 years ago
  91. 95f045b layers:Refactor GetQueryPoolResults() to pre/post by Tobin Ehlis · 8 years ago
  92. 4531515 layers:Add validation flag for DestroyQueryPool() by Tobin Ehlis · 8 years ago
  93. d8f5535 layers:Refactor DestroyQueryPool by Tobin Ehlis · 8 years ago
  94. fdedd1e layers:Add validation flag for DestroySemaphore() by Tobin Ehlis · 8 years ago
  95. 653c522 layers:Add validation flag for DestroyFence() by Tobin Ehlis · 8 years ago
  96. 6ed8e14 layers:Refactor DestroySemaphore by Tobin Ehlis · 8 years ago
  97. af62c4a layers:Refactor DestroyFence by Tobin Ehlis · 8 years ago
  98. 3cd97ff layers:Rename QUEUE_NODE to QUEUE_STATE by Tobin Ehlis · 8 years ago
  99. 75fcac7 layers:Refactor GetDeviceQueue by Tobin Ehlis · 8 years ago
  100. 24aa974 layers: Make generators Python 2.7-compatible. by Jamie Madill · 8 years ago