1. 251f058 build: move to SPIR-V rev 32 by GregF · 9 years ago
  2. 6f2274e intel: Removed ICD validation checks from img.c by Mark Lobodzinski · 9 years ago
  3. feb6196 Remove libpng and zlib dependencies, add copyrights by Tony Barbour · 9 years ago
  4. 5638e00 vktrace: tracer set env vars for enabling Screenshot layer if needed by Jon Ashburn · 9 years ago
  5. 6461ef2 loader: Add lock around cJSON so big loader lock is not needed as much by Jon Ashburn · 9 years ago
  6. 54a6c18 layers: DeviceLimits warns if queue properties not queried prior to vkCreateDevice() by Tobin Ehlis · 9 years ago
  7. 5af3f77 build: fixes for latest SPIR-V rev 31 by GregF · 9 years ago
  8. a257eea WSI: Small code changes to deal with latest WSI header. by Ian Elliott · 9 years ago
  9. 7080d4f WSI: Update vk_ext_khr_device_swapchain.h to revision 53 (SDK 0.9) by Ian Elliott · 9 years ago
  10. 830368a layers: ShaderChecker can attempt calls on errors by Mike Stroyan · 9 years ago
  11. 19a6de2 layers: fix ShaderChecker hang on stage mismatch by Mike Stroyan · 9 years ago
  12. 1ccea63 layers: make DrawState globals static by Mike Stroyan · 9 years ago
  13. 13977eb build: bring update_external_sources.sh to latest rev 31 SPIR-V by GregF · 9 years ago
  14. e30405b vktrace: Remove the tracer library options and support for multiple tracers by Jon Ashburn · 9 years ago
  15. 4b34ddc Finished migration of validation checks out of cmd_pipeline.c by Tobin Ehlis · 9 years ago
  16. c4c2318 layers: Add Idx buffer alignment check to DrawState by Tobin Ehlis · 9 years ago
  17. 912df02 Remove old checks from pipeline.c and verify that they're handled in validation by Tobin Ehlis · 9 years ago
  18. eb7715d layers: Fix bug where logging_callback was not being correctly cleaned up by Tobin Ehlis · 9 years ago
  19. 7e15844 tests: remove remaining ScopedUseGlsl use and support by Chris Forbes · 9 years ago
  20. 9ddda14 tests: Remove nonsense ScopedUseGlsl use in test that requires GLSL by Chris Forbes · 9 years ago
  21. 46794b8 layers: Make passing a non-SPIRV shader to CreateShaderModule an error by Chris Forbes · 9 years ago
  22. 93245a9 layers: Fix APIDump to handle "stdout" special case by Tobin Ehlis · 9 years ago
  23. 432d276 loader: Fix a few possibly unitialized variables by Jon Ashburn · 9 years ago
  24. 31dc0a9 layers: Add documentation for SHADER_CHECKER_MISSING_DESCRIPTOR by Cody Northrop · 9 years ago
  25. 453461c windows: Get trace/replay script working again by Cody Northrop · 9 years ago
  26. 556c76c layers: Require pipeline layout to contain all referenced descriptors by Chris Forbes · 9 years ago
  27. 0ae1580 layers: Collect descriptor usage from SPIRV images by Chris Forbes · 9 years ago
  28. 2b8493a layers: Shadow descriptor set layout in ShaderChecker by Chris Forbes · 9 years ago
  29. 6539977 layers: Update DrawState array of PIPELINE_NODEs to be vector by Tobin Ehlis · 9 years ago
  30. 1350a36 layers: Add return value for Generic vkCreateInstance() function by Tobin Ehlis · 9 years ago
  31. 037347c misc: bump header version to 170 by Courtney Goeltzenleuchter · 9 years ago
  32. 304e656 Bug 14318: Clarify image layout transitions in a RenderPass by Courtney Goeltzenleuchter · 9 years ago
  33. 73db5bf bug 14640: add pNext/sType to VkDeviceQueueCreateInfo by Courtney Goeltzenleuchter · 9 years ago
  34. fe908d3 Bug 14644 - add poolUsage/maxSets to VkDescriptorPoolCreateInfo by Courtney Goeltzenleuchter · 9 years ago
  35. 5db62b5 bug 14437: Remove VK_PIPELINE_STAGE_TRANSITION_BIT by Courtney Goeltzenleuchter · 9 years ago
  36. a321699 misc: Bump header version by Courtney Goeltzenleuchter · 9 years ago
  37. 00c52b2 validation: Add tests for bad SPIR-V validation checks by Courtney Goeltzenleuchter · 9 years ago
  38. b5afdbf shader_checker: Do not hold lock across API call. by Courtney Goeltzenleuchter · 9 years ago
  39. e3efa50 bug 14564: and initial layout for image creation by Courtney Goeltzenleuchter · 9 years ago
  40. f69841d misc: Add maxVertexInputBindings by Courtney Goeltzenleuchter · 9 years ago
  41. b1fe3f8 misc: code movement due to header build changes by Courtney Goeltzenleuchter · 9 years ago
  42. 45df9e1 Bug 14643: use VkClearDepthStencilValue by Courtney Goeltzenleuchter · 9 years ago
  43. 55659b7 bug-14538: Remove validation error codes by Courtney Goeltzenleuchter · 9 years ago
  44. 35985f6 bug 14509: Rename Layer and Extension queries by Courtney Goeltzenleuchter · 9 years ago
  45. 6785fe7 layers: Move some fixed code into header files for APIDump and Generic by Jon Ashburn · 9 years ago
  46. 3dc3938 layers: Fix intercept of WSI instance entrypoints by Jon Ashburn · 9 years ago
  47. 8acd233 layers: Fix several bugs in WSI extension handling in layers by Jon Ashburn · 9 years ago
  48. c3445d2 layers: No assert on init instance table map.size != 1 by Jon Ashburn · 9 years ago
  49. f97d9da layers: Remove the DEBUG_REPORT entrypoints from device dispatch structure. by Jon Ashburn · 9 years ago
  50. b05e8c1 loader: Remove windows disable of global optimization. by Jon Ashburn · 9 years ago
  51. 11efc30 layers: Update DrawState to handle creation of multiple gfx pipelines by Tobin Ehlis · 9 years ago
  52. 209b529 tests: Added DeviceLimits to layer validation tests by Mark Lobodzinski · 9 years ago
  53. e8229fb layers: Various memtracker TODOs, fixed some error messages by Mark Lobodzinski · 9 years ago
  54. 5c10178 layers: Update vk_layer_settings.txt to clarify CALLBACK option and change DebugAction for all layers to "LOG_MSG" by Tobin Ehlis · 9 years ago
  55. ec59830 layers: Improve invalid object checks of ObjectTracker by Tobin Ehlis · 9 years ago
  56. ed1a8dd loader: Need to init instance dispatch without layers by Courtney Goeltzenleuchter · 9 years ago
  57. e3e39ef layers: Add return value to non-void function by Cody Northrop · 9 years ago
  58. c4f105d layers: Migrate Fence checks from ObjectTracker to MemTracker by Tobin Ehlis · 9 years ago
  59. 2b57c7b layers: Example vk_layer_settings.txt file by Tobin Ehlis · 9 years ago
  60. b1df55e layers: Fix layer STDOUT logging by Tobin Ehlis · 9 years ago
  61. 5fcc421 layers: Migrate MemTracker to allow log_msg callback to signal early return by Mark Lobodzinski · 9 years ago
  62. ca4e63b tests: Modify VkLayerTest.PipelineNotBound to work on Windows by Cody Northrop · 9 years ago
  63. 4232dad demos/tests: Fix aspectMask updates in a few spots by Cody Northrop · 9 years ago
  64. 42a4252 layers: Another CreateDevice fix (was using WSI instance extension name) by Ian Elliott · 9 years ago
  65. 197818b layers: Check if CreateDevice enabling WSI device extension, not instance by Ian Elliott · 9 years ago
  66. 5d78eb8 vktrace: Really put vktrace_layer.json and vktrace_layer.dll in the correct output dirs by David Pinedo · 9 years ago
  67. db34229 vktrace: Put vktrace_layer.json and vktrace_layer.dll in the correct output dirs by David Pinedo · 9 years ago
  68. 9ad4338 bug-14583: Remove the unneeded vkBufferViewType by Courtney Goeltzenleuchter · 9 years ago
  69. b46f227 Bug 14583: Updates based on initial feedback by Courtney Goeltzenleuchter · 9 years ago
  70. 6eb1aeb Bug 14583: Remove VkBufferView for UBO/SSBO descriptor types by Courtney Goeltzenleuchter · 9 years ago
  71. 020e221 tests: Remove unneeded function by Courtney Goeltzenleuchter · 9 years ago
  72. 6c76d2e tests: Do not need descriptor info for vertex buffer by Courtney Goeltzenleuchter · 9 years ago
  73. 00265c8 tests: Need to set the viewType now by Courtney Goeltzenleuchter · 9 years ago
  74. 8dcde7e vulkan: Add maxDescriptorSet*BuffersDynamic to limits by Courtney Goeltzenleuchter · 9 years ago
  75. 7b0d95d vulkan: Add missing _BIT to some bitfield enums. by Courtney Goeltzenleuchter · 9 years ago
  76. 9757c62 vulkan: Bump version to 166 by Courtney Goeltzenleuchter · 9 years ago
  77. ba72451 Bug 12998: change ImageSubresourceRange's aspect to aspectMask by Courtney Goeltzenleuchter · 9 years ago
  78. 39c8187 Bug 12998: change imageAspectMast to aspectMask by Courtney Goeltzenleuchter · 9 years ago
  79. 01ee1ca bug 14313: Allow copies to do multi-layer copies by Courtney Goeltzenleuchter · 9 years ago
  80. e66afec vktrace: When launch child process add tracing layer env var enablement by Jon Ashburn · 9 years ago
  81. 44fd604 vktrace: Convert tracing library to an actual vulkan layer library by Jon Ashburn · 9 years ago
  82. c9ac2b6 layers: Migrate ObjectTracker to updated Validation error reporting by Tobin Ehlis · 9 years ago
  83. 348803a layers: Fix spurious WSI memory binding error messages in MemTracker by Mark Lobodzinski · 9 years ago
  84. 1cfb30a layers: Migrate DrawState to new error reporting allowing for callback to signal early return by Tobin Ehlis · 9 years ago
  85. 286fb5f Bug 12998: Document required depth formats and layouts in buffer memory by Courtney Goeltzenleuchter · 9 years ago
  86. 1459c75 bug 14530: Remove IMAGE_CREATE_INVARIANT_DATA_BIT by Courtney Goeltzenleuchter · 9 years ago
  87. 8134da0 Bug 14587: Rename flags: XXX_CREATE_SPARSE_BIT by Courtney Goeltzenleuchter · 9 years ago
  88. cda3034 Bug 14313: Remove VK_FORMAT_FEATURE_CONVERSION_BIT by Courtney Goeltzenleuchter · 9 years ago
  89. 4a26189 bug 14313: Rename ArraySlice to ArrayLayer by Courtney Goeltzenleuchter · 9 years ago
  90. f1ece60 Bug 14313: Remove VK_FORMAT_FEATURE_CONVERSION_BIT by Courtney Goeltzenleuchter · 9 years ago
  91. 660f0ca bug 14516: rename VK_IMAGE_USAGE_DEPTH_STENCIL_BIT by Courtney Goeltzenleuchter · 9 years ago
  92. 9795335 bug 14541: rename VkTexAddress to VkTexAddressMode by Courtney Goeltzenleuchter · 9 years ago
  93. a22097a bug 14537: Improve VkImageFormatProperties by Courtney Goeltzenleuchter · 9 years ago
  94. 4da2886 Bug 14537: Improve VkImageFormatProperties by Courtney Goeltzenleuchter · 9 years ago
  95. 40f8d80 bug-13139: refactor sparse properties by Courtney Goeltzenleuchter · 9 years ago
  96. 4dacaa7 tests: Fix test error caught by validation changes by Mark Lobodzinski · 9 years ago
  97. 7b77233 layers: Reenable MemTracker reference tracking by Mark Lobodzinski · 9 years ago
  98. 2141f65 vulkan.h: Change return types of some functions to void by Mark Lobodzinski · 9 years ago
  99. bafcdf3 layers: Add note about vkCreateDevice behavior by Courtney Goeltzenleuchter · 9 years ago
  100. 3bd9c9b vulkan: Add validation error result by Courtney Goeltzenleuchter · 9 years ago