1. 0a369f6 layers: Enable Wall and Werror. by Michael Lentine · 8 years ago
  2. 9f941e7 layers: Don't skip over tessellation stages when validating stage interfaces by Chris Forbes · 8 years ago
  3. 9d09277 winrtinstaller: A new dir is created for reinstall of same version by David Pinedo · 8 years ago
  4. 32eb2ec winrtinstaller: Allow uninstall to be run from any dir by David Pinedo · 8 years ago
  5. 9b9d8de winrtinstaller: fix install dir not recorded in registry correctly by David Pinedo · 8 years ago
  6. 5580597 winrtinstaller: install to to same dir if already installed. PUBLISHER changed. by David Pinedo · 8 years ago
  7. 5edce89 header: Update to version 1.0.3 which adds some version macros by Jon Ashburn · 8 years ago
  8. c1cf6a8 loader: Change error to warning for missing layer registry key by Jon Ashburn · 8 years ago
  9. c297268 loader: add Architecture and interface document by Jon Ashburn · 8 years ago
  10. 51d3507 windowssdk: Fix 32-bit install issue with Powershell script. by Mark Young · 8 years ago
  11. d1aa0c1 Add .clang-format: LLVM style with IndentWidth of 4. by Karl Schultz · 8 years ago
  12. 24038ca Adjust .gitignore to remove vktrace files and add cmake user file. by Karl Schultz · 8 years ago
  13. 501075b draw_state: Add FIXME/TODO for vkAcquireNextImageKHR(..., fence, ...). by Ian Elliott · 8 years ago
  14. 73bf8bc layers: Redo draw_state locking--all in top-level functions. by Ian Elliott · 8 years ago
  15. 2264144 linux: use linux naming conventions by Jeremy Hayes · 8 years ago
  16. e9f09ef loader: Null-terminated string checks by Mark Lobodzinski · 8 years ago
  17. 9a1c7b7 layers: Add string validation to param_checker by Mark Lobodzinski · 9 years ago
  18. a9f3349 layers: Add UTF-8 String validation utility by Mark Lobodzinski · 9 years ago
  19. ae8e8a7 layers: lock use of threading layer cmd pool map by Mike Stroyan · 8 years ago
  20. 91163c8 winrtinstaller: update license text by David Pinedo · 8 years ago
  21. 7ec8609 layers: MR215 Update spec version to match json files by Courtney Goeltzenleuchter · 8 years ago
  22. 89f8f36 loader: MR215 device extensions not enumerated by Courtney Goeltzenleuchter · 8 years ago
  23. 929f879 layers: In GetInstanceProcAddr, intercept instance procs even if NULL instance by Karl Schultz · 8 years ago
  24. 37bef95 layers: Fix 32-bit Windows build by Dustin Graves · 8 years ago
  25. 899960f layers: Fix CreateSemaphore/CreateEvent conflict by Dustin Graves · 8 years ago
  26. 92136bd layers: MR217 Turn on more layers for Android build by Cody Northrop · 8 years ago
  27. d08141b layers: MR217 Fix Android build of swapchain by Cody Northrop · 8 years ago
  28. 453e91f layers: MR217 Fix unique_objects android build by Tobin Ehlis · 8 years ago
  29. 70d08eb winrtinstaller: update licenses by David Pinedo · 8 years ago
  30. dd59bcc Fix so that store images and buffers are assumed written. by Michael Lentine · 8 years ago
  31. 9595b06 layer: GL125 only check for fence in_use on valid fence handles by Tobin Ehlis · 8 years ago
  32. a033533 layers: GL127 GL128 fix duplicate in_use updates by Tobin Ehlis · 8 years ago
  33. e567ae6 layers: thread checks of VkCommandBuffer pool read by Mike Stroyan · 8 years ago
  34. a7bf328 layers: thread checks for vkDestroyInstance and vkDestroyDevice by Mike Stroyan · 8 years ago
  35. c877450 layers: allow one thread multiple uses of object by Mike Stroyan · 8 years ago
  36. 1a08001 layers: use less of namespace std by Mike Stroyan · 8 years ago
  37. 3409fcd layers: change android build to xml threading by Mike Stroyan · 8 years ago
  38. 31c50c8 layers: Handle 32-bit threading validation by Mike Stroyan · 8 years ago
  39. 10b8cb7 tests: disable bailout in teardown by Mike Stroyan · 8 years ago
  40. 845bdc4 layers: Add threading layer generation by Mike Stroyan · 9 years ago
  41. dee76ef layers: bring xml and scripts from documentation by Mike Stroyan · 9 years ago
  42. 431b82a winrtinstaller: Improve search for layer json files in SDK Bin dir by David Pinedo · 8 years ago
  43. 1e368f7 windowsrtinstaller: Change lincense info. by David Pinedo · 8 years ago
  44. 76c0560 windowsrtinstaller: updated license by David Pinedo · 8 years ago
  45. 36048ab windowrtinstaller: Add more details to README.txt by David Pinedo · 8 years ago
  46. 81661c4 layers: LX324, Fix descriptor indices in draw_state by Mark Lobodzinski · 8 years ago
  47. eda0d27 layers: MR213 GL126 Fix render pass compatibility check by Michael Lentine · 8 years ago
  48. 0d617f1 layers: Fix subscript-out-of-range crash in mem_tracker by Mark Lobodzinski · 8 years ago
  49. a3c69bc layers: Fix vkEnumeratePhysicalDevices()--was always returning an error. by Ian Elliott · 8 years ago
  50. 3c99d55 layers: Move logging callback destroy after logging calls by Mark Lobodzinski · 8 years ago
  51. d7b18f9 loader: filter device extensions in the terminator instead of trampoline by Jon Ashburn · 8 years ago
  52. 3231183 layers: MR212 Add locking to the swapchain layer. by Ian Elliott · 8 years ago
  53. 684924e layers: Fix for GL119 to correctly index into pBindings by Tobin Ehlis · 8 years ago
  54. 0998ede layers: Verify that command buffer is recorded when submitted to a primary. by Michael Lentine · 8 years ago
  55. d7621bb layers: Validate secondary command buffers are most recently bound. by Michael Lentine · 8 years ago
  56. c7cf918 layers: Validate command buffer is not being used simultaneously unless specified. by Michael Lentine · 8 years ago
  57. 258ddda layers: MR208 Improve locking in the mem_tracker layer. by Ian Elliott · 8 years ago
  58. 8c8b266 layers: Improve locking in the draw_state layer. by Ian Elliott · 8 years ago
  59. 962b01e layers: Fix 32-bit Windows build by Dustin Graves · 8 years ago
  60. 76a4a8f Remove WTFPL from LICENSE.txt by Karl Schultz · 8 years ago
  61. 929a100 tests: Copyright updates by Karl Schultz · 8 years ago
  62. 3776734 layers: Validate that fence is not in use when submitted. by Michael Lentine · 8 years ago
  63. 539b022 layers: Validate subpass index in begin info is valid. by Michael Lentine · 8 years ago
  64. 3009b62 layers: Make sure fb render pass and secondary render pass are compatible. by Michael Lentine · 8 years ago
  65. f6592ef layers: Validate that the framebuffer specified in the secondary command buffer is the same as the current one. by Michael Lentine · 8 years ago
  66. 3124af6 layers: Validate render pass compatiblity for executed secondary command buffers. by Michael Lentine · 8 years ago
  67. 82c123c layers: Fix issues with some command buffer tracking structures being left uninitialized by Chris Forbes · 8 years ago
  68. 4383a2d layers: Fix 32-bit Windows build by Dustin Graves · 8 years ago
  69. b168b1a loader: GL120, move critical section to cover loader_get_icd_and_device by Andrzej Kotlowski · 8 years ago
  70. 458696a layers: MR209 Fix swapchain's vkDestroyInstance to error about devices ... by Ian Elliott · 8 years ago
  71. dc6f8de layers: Valdiate query is not active when cmd buffer is ending. by Michael Lentine · 8 years ago
  72. d1b2a8b layers: GL122 Init queueFamilyIndex in command pool. by Michael Lentine · 8 years ago
  73. 8abfd94 layers: Fix Windows build error in device_limits by Jon Ashburn · 8 years ago
  74. ceb0b86 layers: GL96 validateCommandBufferState should return skipCall by Tobin Ehlis · 8 years ago
  75. e703fa9 layers: GL64 Don't warn on descriptor set that's not updated by Tobin Ehlis · 8 years ago
  76. 5d8ad0a layers: Check that queryFlags is valid if enabled. by Michael Lentine · 8 years ago
  77. 09853ef layers: Add check to make sure inherited queries in enabled before use. by Michael Lentine · 8 years ago
  78. 7d26c57 layers: Add occlusion query precise check. by Michael Lentine · 8 years ago
  79. 5f6dc4f layers: Improve in flight cmd buffer validation by Michael Lentine · 8 years ago
  80. 26870f3 layers: Add queue bit checks. by Michael Lentine · 8 years ago
  81. eaa78cd demos/tests: Enable unique_objects layer by Dustin Graves · 8 years ago
  82. b1b2440 remove reference to run_all_tests_with_layers, which has been removed by Tony Barbour · 8 years ago
  83. 261d978 windowsrtinstaller: update estimated size for Programs and Features by David Pinedo · 8 years ago
  84. 6e0a213 loader: Fix bug on pass by value for created_instance by Jon Ashburn · 8 years ago
  85. e1b8da1 tests: Fix Windows compilation error that popped up recently. by Mark Young · 8 years ago
  86. 1ed594e Revert "layers: Clang-format changes for files in layers dir of repo" by Mark Lobodzinski · 8 years ago
  87. 65ae431 license: Update the main MIT license to reflect white space and copyrights by Jon Ashburn · 8 years ago
  88. 0c537d5 license: remove licenses for componenets that were moved to different repo. by Jon Ashburn · 8 years ago
  89. 23d36b1 loader:Update copyright and apply clang-format (no logic changes) by Jon Ashburn · 8 years ago
  90. 8e42f40 Update copyright info in python scripts by Karl Schultz · 8 years ago
  91. 6addd81 tests: Update copyright and apply clang-format by Karl Schultz · 8 years ago
  92. b39d9e6 layers: Clang-format changes for files in layers dir of repo by Mark Lobodzinski · 8 years ago
  93. f79938f windowrtinstaller: use new image files names in installer by David Pinedo · 8 years ago
  94. 0976fe6 windowsrtinstaller: changed images by David Pinedo · 8 years ago
  95. 6eda00a layers: Validation Layer Copyright Updates by Mark Lobodzinski · 8 years ago
  96. 7b60e49 Remove all tests except for layer validation and doc validation by Tony Barbour · 8 years ago
  97. eee234c Update BUILD.md and README.md for the reduced scope of this repo by Jon Ashburn · 8 years ago
  98. 1662dcb scripts: Remove icd generation specific code by Jon Ashburn · 8 years ago
  99. c5354e9 androidBuild: remove unused layers api_dump, generic, basic, multi by Jon Ashburn · 8 years ago
  100. 1f32a44 layers: Remove non-validation layers by Jon Ashburn · 8 years ago