1. 06d8947 Bug 14621: Change vkGet* functions to not return VkResult by Courtney Goeltzenleuchter · 9 years ago
  2. 299e6d1 bug-14580: add dataSize to vkGetPipelineCacheData by Courtney Goeltzenleuchter · 9 years ago
  3. fdfade7 bug-14809: Need VK_ERROR_FEATURE_NOT_PRESENT by Courtney Goeltzenleuchter · 9 years ago
  4. 38e48f3 misc: make enum boundary names consistent by Courtney Goeltzenleuchter · 9 years ago
  5. 188cd2d bug-14808: report number of valid bits in timesamps by Courtney Goeltzenleuchter · 9 years ago
  6. bd0e1a7 misc: upstream header v176 by Courtney Goeltzenleuchter · 9 years ago
  7. df172f9 misc: Remove WRITE_COMBINED by Courtney Goeltzenleuchter · 9 years ago
  8. fa533f0 misc: Fix compile warnings about undefined _MSC_VER by Courtney Goeltzenleuchter · 9 years ago
  9. 6fabf91 bug-14737: Move alphaToCoverageEnable to MultisampleStateCreateInfo by Courtney Goeltzenleuchter · 9 years ago
  10. f978646 bug-14646: remove VK_SUBPASS_DESCRIPTION_NO_OVERDRAW_BIT by Courtney Goeltzenleuchter · 9 years ago
  11. 5e86fe8 misc: bump header version 174 by Courtney Goeltzenleuchter · 9 years ago
  12. fe1b36e bug-14084: Replace abbreviations in VkQueryPipelineStatisticFlags by Courtney Goeltzenleuchter · 9 years ago
  13. 9683589 bug-14531: Expand tess abbreviation to tessellation by Courtney Goeltzenleuchter · 9 years ago
  14. 168e417 misc: Bump header to align with upstream by Courtney Goeltzenleuchter · 9 years ago
  15. 7831e96 bug-14642: Rename queueRecordCount to requestedQueueCount by Courtney Goeltzenleuchter · 9 years ago
  16. c04cf59 misc: Bump header to align with upstream by Courtney Goeltzenleuchter · 9 years ago
  17. c9323e0 bug-14291: combine color and depth/stencil clears by Courtney Goeltzenleuchter · 9 years ago
  18. a4c4ae0 misc: Rename depthClip to depthClamp by Courtney Goeltzenleuchter · 9 years ago
  19. bd094ce tests: Add mem barrier to change layout to present for --show-images by Tony Barbour · 9 years ago
  20. 9226a82 tests: Clean up object tracker complaints from --show-images by Tony Barbour · 9 years ago
  21. 208b3ff tests: Add new layers to _with_layers tests by Tony Barbour · 9 years ago
  22. fb3b23b Return empty string instead of null by Michael Lentine · 9 years ago
  23. e3753b3 loader: Fix heap_realloc function to return newly allocated memory by Jon Ashburn · 9 years ago
  24. 432ef5c layers: Remove mid() & mdd() functions from DrawState by Tobin Ehlis · 9 years ago
  25. f93f1e3 layers: Add DrawState check for DescriptorSet availability in Pool by Tobin Ehlis · 9 years ago
  26. 644ff04 layers: DrawState layout tracking improvements by Tobin Ehlis · 9 years ago
  27. 1a4b9e7 layers: Added TODO comments to DrawState for missing validation checks by Tobin Ehlis · 9 years ago
  28. 07c100d layers: Fix indices in DrawState error message by Tobin Ehlis · 9 years ago
  29. 8b5b28c layers: Comment in DrawState for missing validation of DescriptorPool size limit by Tobin Ehlis · 9 years ago
  30. 8290c5c Fix "_out64" -> "build" references accidentally removed by Cody Northrop · 9 years ago
  31. 4cf5c0b Fix formatting in BUILD.md by Cody Northrop · 9 years ago
  32. 44ea898 BUILD.md: changed "_out64" to "build" by David Pinedo · 9 years ago
  33. af392d0 Clarify parameter usage in memory_type_from_properties by Tony Barbour · 9 years ago
  34. 13ec6b0 layers: LX161, validate attachment references in subpasses by Mark Lobodzinski · 9 years ago
  35. f53c6e5 layers: LX160, Validate Descriptor Set Image Aspects by Mark Lobodzinski · 9 years ago
  36. 3f8c300 loader: Clean up loader_platform file by Jon Ashburn · 9 years ago
  37. b698675 Add subpass dependency validation. by Michael Lentine · 9 years ago
  38. e6d3f2c layers: LX159, properly validate swapchain images by Mark Lobodzinski · 9 years ago
  39. 5283348 layers: LX159, validate all descriptorSets in array by Mark Lobodzinski · 9 years ago
  40. 5308f9a layers: LX159, pipelineCache CAN be Null. by Mark Lobodzinski · 9 years ago
  41. d29c7db layers: Remove MemTracker dead code by Mark Lobodzinski · 9 years ago
  42. 5df372f cmake: Need glslang for tests as well as ICD by Courtney Goeltzenleuchter · 9 years ago
  43. e250a32 cmake: Fix options for building on Windows by Courtney Goeltzenleuchter · 9 years ago
  44. 5dfc4a9 cmake: Make all sub-components optional by Jason Ekstrand · 9 years ago
  45. cc7550e loader: Use loc instead of location for getting the directory by Jason Ekstrand · 9 years ago
  46. 4bc1ec5 Updaing build to include vk_layer_utils by Michael Lentine · 9 years ago
  47. 4f30cdf update_external_sources: Get Windows LunarGLASS build working again by Cody Northrop · 9 years ago
  48. b9644ee layers: Bug #14850, enforce validation for semaphore states by Mark Lobodzinski · 9 years ago
  49. 0ac4b7d tests: Add device limits layer to test script by Tony Barbour · 9 years ago
  50. 1088c40 layers: Remove dependency between calls to vkCreateImage and vkGetPhysicalDeviceProperties by Tony Barbour · 9 years ago
  51. 1ff1759 Loader: Fix locking bug in CreateInstance by Jon Ashburn · 9 years ago
  52. 0979230 update_external_sources: move up to latest glslang by Greg Fischer · 9 years ago
  53. 9c1e8cb loader: Remove unneeded defines by Courtney Goeltzenleuchter · 9 years ago
  54. 22d8d79 loader: Use correct 64bit printf format for Windows by Courtney Goeltzenleuchter · 9 years ago
  55. 58f3eff layers: Fix Windows compiler warnings by Courtney Goeltzenleuchter · 9 years ago
  56. dad30df layers: Fix Windows compile warnings by Courtney Goeltzenleuchter · 9 years ago
  57. 8f8367e layers: clean up includes by Courtney Goeltzenleuchter · 9 years ago
  58. cf60e0a layers: Add DEBUG_OUTPUT support to swapchain by Courtney Goeltzenleuchter · 9 years ago
  59. ed12e71 layers: Add DEBUG_OUTPUT support to shader_checker by Courtney Goeltzenleuchter · 9 years ago
  60. d29f4f0 layers: Add DEBUG_OUTPUT support to param_checker by Courtney Goeltzenleuchter · 9 years ago
  61. 0036b57 layers: Add DEBUG_OUTPUT support to mem_tracker by Courtney Goeltzenleuchter · 9 years ago
  62. ffcdd8b layers: Add DEBUG_OUTPUT support to image by Courtney Goeltzenleuchter · 9 years ago
  63. 62d945a layers: Add DEBUG_OUTPUT support to draw_state by Courtney Goeltzenleuchter · 9 years ago
  64. d6fce63 layers: Add DEBUG_OUTPUT support to device_limits by Courtney Goeltzenleuchter · 9 years ago
  65. 5907ac4 layers: Add support for Windows DEBUG_OUTPUT logging by Courtney Goeltzenleuchter · 9 years ago
  66. 45d42ca loader: Support GetInsTanceProcAddr(inst, "vkGetDeviceProcAddr") by Jon Ashburn · 9 years ago
  67. 82ecef4 layers: Suppress error messages for undestroyed descriptorSets by Mark Lobodzinski · 9 years ago
  68. e735c69 layers: Add DrawState check to flag error on vkFreeDescriptorSets from ONE_SHOT Pool by Tobin Ehlis · 9 years ago
  69. cdc72a4 tests: Track whether desc sets are allocated from dynamic pools by Cody Northrop · 9 years ago
  70. 50a47ef demos/tests: Stop calling vkFreeDescriptorSets on pools with usage ONE_SHOT by Cody Northrop · 9 years ago
  71. 68124ac WSI Validation: Ported better logging approach from generic layer. by Ian Elliott · 9 years ago
  72. d8c5db1 WSI Validation: Move some things between .h and .cpp files. by Ian Elliott · 9 years ago
  73. a308243 intel,layers,tests: move cmd_meta errors to validation by Mike Stroyan · 9 years ago
  74. 304b01f Only check LogicOp if it is enabled. by Michael Lentine · 9 years ago
  75. b212dfc layers: Migrate DrawState global data structs to layer_data struct by Tobin Ehlis · 9 years ago
  76. 0b63233 layers: DrawState migrate device and instance dispatch tables into layer data struct by Tobin Ehlis · 9 years ago
  77. 1cb7f57 layers: In DeviceLimits move dispatch table to layer data struct by Tobin Ehlis · 9 years ago
  78. 2bed4c3 update_external_sources: Fix svn LunarGLASS checkout for Linux by Cody Northrop · 9 years ago
  79. cd9f874 misc: do not need pull if using git checkout by Courtney Goeltzenleuchter · 9 years ago
  80. 9ff6ae9 layers: Remove obsolete dbg message logging header by Jon Ashburn · 9 years ago
  81. 3a278b7 layers: Add support for debug_report extension in generic layer by Jon Ashburn · 9 years ago
  82. 557efa7 loader: Fix comile warning on Window by Jon Ashburn · 9 years ago
  83. 8f3459c loader, icd: correct use of _aligned_malloc by Mike Stroyan · 9 years ago
  84. 8021335 layers: Remove dead code from MemTracker by Mark Lobodzinski · 9 years ago
  85. fbb130e layers: Fix DeviceLimits error return codes by Mark Lobodzinski · 9 years ago
  86. a5eabe7 layers: Add validation for Image Aspect settings by Mark Lobodzinski · 9 years ago
  87. 5611875 loader: match free to alloc in dirent functions by Mike Stroyan · 9 years ago
  88. a145649 layers: LunarXchange #145: Fix windows printf format errors by Mark Lobodzinski · 9 years ago
  89. f6622dc tests: Add required graphics pipeline states to unblock creation by Cody Northrop · 9 years ago
  90. eb3a6c1 tests: Add fragment stage to several layer validation tests by Cody Northrop · 9 years ago
  91. c15d0df loader: Fix GetInstanceProcAddr for CreateDevice by Jon Ashburn · 9 years ago
  92. 9f0d6b2 tests: Check color attachment feature before selecting mem types by Tony Barbour · 9 years ago
  93. 6e8c889 tests: Allow GetPhysicalDeviceFormatProperties to return VK_UNSUPPORTED by Jon Ashburn · 9 years ago
  94. e3f3108 tests: Allow querypool to return VK_NOT_READY by Jon Ashburn · 9 years ago
  95. 56151d6 loader: Add warning message for unreconized layer names from env var by Jon Ashburn · 9 years ago
  96. 414dd9e tests: Set viewport state pointers to NULL by Tony Barbour · 9 years ago
  97. 5467e75 update_external_sources: get glslang from gitlab by Greg Fischer · 9 years ago
  98. 6ee6712 update_external_sources: get glslang from gitlab by GregF · 9 years ago
  99. 5f7cd46 Only check blend state if blend is enabled. by Michael Lentine · 9 years ago
  100. 03d8e57 Add basic validation for the shader module. by Michael Lentine · 9 years ago