1. d59852f layers: Make logicOp param validation conditional by Dustin Graves · 8 years ago
  2. bb84994 layers: Fix unsafe bool mix warnings (part 2) by Dustin Graves · 8 years ago
  3. e78276b layers: Update param_checker VkResult validation by Dustin Graves · 8 years ago
  4. c3fc3d8 layers: Codegen VkBool32/enum parameter validation by Dustin Graves · 8 years ago
  5. 54b6f13 Remove device from layer_data_map at destroy in parameter_validation by Tony Barbour · 8 years ago
  6. 4789202 layers: LX450, Tighten up queueFamilyIndex validation, fix crash by Mark Lobodzinski · 8 years ago
  7. f1ea418 misc: Update to header version 1.0.6 by Jon Ashburn · 8 years ago
  8. 875879e Remove device from layer_data_map at destroy in parameter_validation by Tony Barbour · 8 years ago
  9. 1c33357 layers: Rename param_checker to parameter_validation by Mark Lobodzinski · 8 years ago[Renamed (94%) from layers/param_checker.cpp]
  10. 0a8fda5 layers: Additional null checks for param_checker by Dustin Graves · 8 years ago
  11. d11c4ee layers: Move layer debug action initialization into layer_utils by Mark Lobodzinski · 8 years ago
  12. 491a3cd layers: clang-format layers directory by Jon Ashburn · 8 years ago
  13. 4687f26 layers: Remove redundant/unused param checker code by Dustin Graves · 8 years ago
  14. 3e646e3 layers: Add func pointer NULL checks by Dustin Graves · 8 years ago
  15. 80c0dea layers: Add param checks for CreateInstance/Device by Dustin Graves · 8 years ago
  16. cfdbfae layers: Add vkFreeCommandBuffers param check by Dustin Graves · 8 years ago
  17. d47367b layers: gllavl#78 validate base pipeline by Jeremy Hayes · 8 years ago
  18. 1c063f6 layers: Make layer option names more consistent and update docs by Mark Lobodzinski · 8 years ago
  19. 11ad803 Check boolean values in vkCreateSampler by rdb · 8 years ago
  20. c87f31e layers: MR243: NULL pointer and struct type checks by Dustin Graves · 9 years ago
  21. aeb80a2 layers: MR221: Update extension info to match json files by Courtney Goeltzenleuchter · 8 years ago
  22. fc50272 layers: MR221: Fix implementationVersion by Courtney Goeltzenleuchter · 9 years ago
  23. 5c13d4d header: Update 1.0.3 header revision for inclusion of debug report extension by Mark Lobodzinski · 9 years ago
  24. fc4e11e param_checker: Check for pQueuePriorities by Courtney Goeltzenleuchter · 9 years ago
  25. cc8ae37 bug-135: param_checker incorrectly checking optional strings by Courtney Goeltzenleuchter · 9 years ago
  26. 7b87708 bug 134: param_checker using layer private data before it's been created by Courtney Goeltzenleuchter · 9 years ago
  27. 3cd96a2 Remove Khronos confidential clause from license text. by Karl Schultz · 9 years ago
  28. 584ccab layers: Enable Wall and Werror. by Michael Lentine · 9 years ago
  29. b2c8e08 layers: Add string validation to param_checker by Mark Lobodzinski · 9 years ago
  30. b838dc0 Revert "layers: Clang-format changes for files in layers dir of repo" by Mark Lobodzinski · 9 years ago
  31. e260acf layers: Clang-format changes for files in layers dir of repo by Mark Lobodzinski · 9 years ago
  32. 288e4f7 layers: Validation Layer Copyright Updates by Mark Lobodzinski · 9 years ago
  33. 1595771 layers: MR170, Validate queue paramters when getting a queue in param_checker by Michael Lentine · 9 years ago
  34. a1cde23 layers: MR169, Validate queueCount in param_checker by Michael Lentine · 9 years ago
  35. 2975878 layers: MR168, Validate queue priority between 0 and 1 in param_checker by Michael Lentine · 9 years ago
  36. 7e21e74 layers: MR167, Make sure queueCount is non-zero in param_checker by Michael Lentine · 9 years ago
  37. 84db6f5 layers: MR166, Avoid duplicate queueFamilyIndices in param_checker by Michael Lentine · 9 years ago
  38. bd897d8 misc: bump to header 1.0.2 by Jon Ashburn · 9 years ago
  39. ac7b68b debug_report: Integrate review feedback by Courtney Goeltzenleuchter · 9 years ago
  40. 2bdf6da loader: implement new layer init method by Courtney Goeltzenleuchter · 9 years ago
  41. 88467fa layers: MR144, Fix layer names by Michael Lentine · 9 years ago
  42. df3c41b layers: MR129, Remove incorrect asserts from param_checker and object_tracker by Tobin Ehlis · 9 years ago
  43. 05da20e layers: Gitlab 65, Add image layout extension enum to paramchecker validation by Mark Lobodzinski · 9 years ago
  44. a4ae48b misc: Move to Vulkan header version 0.222 by Jon Ashburn · 9 years ago
  45. b6c8eb5 layers: Enable fine-grained filtering of param_checker log messages by Mark Lobodzinski · 9 years ago
  46. 6e2b8dc misc: For header vers 220, fix BOTTOM_OF_PIPE typo by Jon Ashburn · 9 years ago
  47. d389269 misc: Add barrier pipeline stage BOTTOM_OF_PIPE; for header vers 219 by Jon Ashburn · 9 years ago
  48. adb6135 misc: rename descriptorSetlayout pBinding; update to header vers 217 by Jon Ashburn · 9 years ago
  49. 44bcea4 misc: Changes to go to header v215 including vulkan.h version update by Jon Ashburn · 9 years ago
  50. f251652 misc: rename startXXX to firstXXX and add firstXXX param to setviewport/scissor by Jon Ashburn · 9 years ago
  51. 2e87e61 layers: Rename Layer/library/json files for consistency by Mark Lobodzinski · 9 years ago
  52. acb1359 debug_report: rename object type and error bits by Courtney Goeltzenleuchter · 9 years ago
  53. 5a424ce layers: Add support for DebugReportMessageLUNARG by Courtney Goeltzenleuchter · 9 years ago
  54. d89520d layers: export debug_report extension by Courtney Goeltzenleuchter · 9 years ago
  55. f6a6e22 debug_report: rename and update to use CreateInfo by Courtney Goeltzenleuchter · 9 years ago
  56. dc9592a debug_report: Rename VkDbgMsgCallback object by Courtney Goeltzenleuchter · 9 years ago
  57. b03a0bf layers: Add allocator to layer init functions by Courtney Goeltzenleuchter · 9 years ago
  58. 95e6dba layers: rename VkDbgObjectType by Courtney Goeltzenleuchter · 9 years ago
  59. f8fe128 layers: Rename DebugReport flags by Courtney Goeltzenleuchter · 9 years ago
  60. 0f480e6 Update param checker. by Michael Lentine · 9 years ago
  61. 1982a36 layers: Check compareEnable. by Jeremy Hayes · 9 years ago
  62. 0ee0ca0 bug 15120: rename vkCmdPushConstants "values" to "pValues" by Chia-I Wu · 9 years ago
  63. c1f5e40 MR640: Alloc -> Allocate naming fixes by Chia-I Wu · 9 years ago
  64. af9e4fd bug 15068: Use hardfp calling convention on Android for 32-bit ARM targets by Chia-I Wu · 9 years ago
  65. 329ca9e Moved header files from include to include/vulkan by David Pinedo · 9 years ago
  66. cbc4a5e layers: Fix printf formats by Michael Lentine · 9 years ago
  67. 96cd795 misc: Update author information by Courtney Goeltzenleuchter · 9 years ago
  68. 8a17da5 misc: switch copyright to Valve by Courtney Goeltzenleuchter · 9 years ago
  69. 50c57ef misc: Remove Vulkan name from Copyright by Courtney Goeltzenleuchter · 9 years ago
  70. 5202c54 bug 15045: vkGetPhysicalDeviceImageFormatProperties for unsupported formats (WIP) by Chia-I Wu · 9 years ago
  71. cba6cea bug 15003: vkCmdPipelineBarrier should be allowed on a DMA queue (WIP) by Chia-I Wu · 9 years ago
  72. 3138d6a bug 14537: vkGetPhysicalDeviceImageFormatProperties doesn't express all limitations (WIP) by Chia-I Wu · 9 years ago
  73. 062ad15 bug 14608: VkShaderModule object lifetime (WIP) by Chia-I Wu · 9 years ago
  74. f03cbf7 bug 14887: Documenting Valid Behavior in the Spec (WIP) by Chia-I Wu · 9 years ago
  75. aff81ff layers: Allow calling down chain with vkEnumerateDeviceExtensionProperties by Jon Ashburn · 9 years ago
  76. 195c9e1 bug 15000: aspect/aspectMask inconsistencies (WIP) by Chia-I Wu · 9 years ago
  77. 989de84 bug 14965: Merge VK_MEMORY_INPUT/OUTPUT flags to better express write-after-wite hazards (WIP) by Chia-I Wu · 9 years ago
  78. 4291d88 bug 14918 part 4: more cleanups (WIP) by Chia-I Wu · 9 years ago
  79. c51b121 bug 14918 part 3: sed renames by Chia-I Wu · 9 years ago
  80. 27d8ed9 bug 14922: Consistent memory properties (WIP) by Chia-I Wu · 9 years ago
  81. d507261 bug 14936: Sparse questions/issues (WIP) by Chia-I Wu · 9 years ago
  82. 1f85191 bug 14921 part 1: sed renames by Chia-I Wu · 9 years ago
  83. ce532f7 MR 542: Remaining items from the cleanup bug (WIP) by Chia-I Wu · 9 years ago
  84. 7e47070 bug 14918 part 2: some simple renames (WIP) by Chia-I Wu · 9 years ago
  85. 483e770 bug 14892 part 2: rename more "count" (WIP) by Chia-I Wu · 9 years ago
  86. 6f8e3f1 bug 14778: VK_IMAGE_VIEW_CREATE_READ_ONLY_DEPTH_BIT underspecified (WIP) by Chia-I Wu · 9 years ago
  87. 3ffcd73 bug 14918 part1: consistency/cleanup ideas (from jbolz/pdaniell/dkoch) (WIP) by Chia-I Wu · 9 years ago
  88. 06809d5 bug 14848: Verifying Sparse Behavior (WIP) by Chia-I Wu · 9 years ago
  89. 3603b08 bug 14543: rename VkTex* enums to VkTexture* similarly for VK_TEX_* to VK_TEXTURE_* (WIP) by Chia-I Wu · 9 years ago
  90. 69f4012 bug 12921: Memory callback (WIP) by Chia-I Wu · 9 years ago
  91. 763a749 bug 14892: 'count' parameters and members named inconsistently in many cases (WIP) by Chia-I Wu · 9 years ago
  92. 932f1bd bug 14909: Define "length" as it relates to push constants be in units of bytes not words (WIP) by Chia-I Wu · 9 years ago
  93. 6ec33a0 bug 14857: Adding extensibility to VkSubmitInfo (WIP) by Chia-I Wu · 9 years ago
  94. b21a51a bug 14567: What is VK_QUEUE_EXTENDED_BIT? (WIP) by Chia-I Wu · 9 years ago
  95. 8f6fd6e bug 14876: Can timestamps be written inside a renderpass? (WIP) by Chia-I Wu · 9 years ago
  96. f273d5a bug 14864: Remove redundant VkPipelineShaderStageCreateInfo.stage field? (WIP) by Chia-I Wu · 9 years ago
  97. 11dd12f MR 461: Documented updated vkQueueSubmit and remove wait + signal semaphore operations on queues. (WIP) by Chia-I Wu · 9 years ago
  98. 59c215d bug 14868: Replace VkTimestampType with VkPipelineStageFlagBits (WIP) by Chia-I Wu · 9 years ago
  99. acf253f bug 14725: Remove or replace VK_SPARSE_MEMORY_BIND_REPLICATE_64KIB_BLOCK_BIT (WIP) by Chia-I Wu · 9 years ago
  100. 28c3c43 bug 14855: vkGetPipelineCacheSize is unique (consistency issue) (WIP) by Chia-I Wu · 9 years ago