1. 3ef2dfd Windows: Update "Windows System Requirements" for glslang and tests. by Ian Elliott · 9 years ago
  2. e924ab2 nulldrv: Get compiling and linking on Windows by Ian Elliott · 9 years ago
  3. 3b5a278 tests: Do not try to run glave if doesn't exist by Courtney Goeltzenleuchter · 9 years ago
  4. 67d845c layers: Fix makefile to look for <layerName>.json instead of <layerName>_config by Jon Ashburn · 9 years ago
  5. 06313b7 layers: Change JSON files to use relative path for shared libraries by Jon Ashburn · 9 years ago
  6. 3814450 loader: Handle relative and filename paths in the layer manifest files by Jon Ashburn · 9 years ago
  7. d32cb08 layers: Rename JSON files to <layer_name>.json by Jon Ashburn · 9 years ago
  8. 440b907 layers: Copy json config files to build directory by Courtney Goeltzenleuchter · 9 years ago
  9. 79d8d2c layers: Generic- update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  10. 61414de tests: Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  11. b96abfc ScreenShot: Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  12. eb1ddb0 layers: Image- Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  13. 24d5abb ParamChecker: Update extension and layer mechanism. by Courtney Goeltzenleuchter · 9 years ago
  14. f2ddb73 loader: Fix so device layers to enable are from global list of type device by Jon Ashburn · 9 years ago
  15. 1b111de loader: Use layer manifest files to discovery and query layers by Jon Ashburn · 9 years ago
  16. 59f3dfc Screenshot: Make this a device layer only, no instance intercept by Jon Ashburn · 9 years ago
  17. e1390f2 DrawState: Remove the DOT file dumping and GraphViz stuff by Jon Ashburn · 9 years ago
  18. 7abf8e5 shader_checker: Update extension & layer support by Courtney Goeltzenleuchter · 9 years ago
  19. 63466a5 mem_tracker: Use ARRAY_SIZE macro by Courtney Goeltzenleuchter · 9 years ago
  20. 73e8bd4 drawstate: Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  21. 8a934ba layers: Remove object tracker extensions by Courtney Goeltzenleuchter · 9 years ago
  22. fc11748 layers: Add handy ARRAY_SIZE macro by Courtney Goeltzenleuchter · 9 years ago
  23. aa9faab loader: early exit if nothing to do. by Courtney Goeltzenleuchter · 9 years ago
  24. 142c9c2 Multi: Update to latest extension & layer support by Courtney Goeltzenleuchter · 9 years ago
  25. a3eb0c1 apidump: Correct layer property description by Courtney Goeltzenleuchter · 9 years ago
  26. 70db787 loader: collect layer properties regardless of extension by Courtney Goeltzenleuchter · 9 years ago
  27. 91371ff loader: Filter extensions for ICD's CreateDevice by Courtney Goeltzenleuchter · 9 years ago
  28. a17697f loader: Add validation checks to CreateDevice by Courtney Goeltzenleuchter · 9 years ago
  29. 8c15fc5 cube: explicitly specify validation layers by Courtney Goeltzenleuchter · 9 years ago
  30. 5d9f29b loader: Validate global layers requested by app by Courtney Goeltzenleuchter · 9 years ago
  31. ab27f46 loader: Filter extension list sent to ICD by Courtney Goeltzenleuchter · 9 years ago
  32. b774fb4 tests: misc fixes after porting to new extension by Courtney Goeltzenleuchter · 9 years ago
  33. 3fc6628 tests: Only clean up instance if created by Courtney Goeltzenleuchter · 9 years ago
  34. e74e565 TODO: Add reminder for new code by Courtney Goeltzenleuchter · 9 years ago
  35. 03f1c8c layers: Update generator for threading, objtrack by Courtney Goeltzenleuchter · 9 years ago
  36. f5c6195 tests: Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  37. 1381cd1 loader: Use app's alloc routines if available by Courtney Goeltzenleuchter · 9 years ago
  38. 1fcceeb loader: Add error return to detect invalid layers by Courtney Goeltzenleuchter · 9 years ago
  39. 0248b99 loader: Use stack allocation for temp storage by Courtney Goeltzenleuchter · 9 years ago
  40. 1c22b71 loader: remove redundant log message by Courtney Goeltzenleuchter · 9 years ago
  41. 8b0e68d object_track: Update extension & layer support by Courtney Goeltzenleuchter · 9 years ago
  42. b44d6f2 intel: Update CreateInstance layer handling by Courtney Goeltzenleuchter · 9 years ago
  43. 37d091e cube: Disable currently unused code by Courtney Goeltzenleuchter · 9 years ago
  44. ca8fd28 Update CMake as things are ported. by Courtney Goeltzenleuchter · 9 years ago
  45. c5cf7d7 loader: track layer library list by Courtney Goeltzenleuchter · 9 years ago
  46. b620ace loader: Save app allocation callbacks by Courtney Goeltzenleuchter · 9 years ago
  47. d97cc72 layers: Add TODO regarding locking by Courtney Goeltzenleuchter · 9 years ago
  48. c003613 mem_tracker: Remove unused variable by Courtney Goeltzenleuchter · 9 years ago
  49. 9419f32 mem_tracker: Move wsi data to layer_data by Courtney Goeltzenleuchter · 9 years ago
  50. 326075a layers: Update basic sample layer by Courtney Goeltzenleuchter · 9 years ago
  51. 18061cd loader: bug 12992: extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  52. cf827ca layers: Fix codegen for printing arrays of char* strings by Tobin Ehlis · 9 years ago
  53. 535bd00 loader: Add implicit layer activation by Jon Ashburn · 9 years ago
  54. a2e6efe loader: Split the instance and device layer enablement env vars into 2 by Jon Ashburn · 9 years ago
  55. 6037841 loader: Remove the merged enabled_extension list in device and instance structs by Jon Ashburn · 9 years ago
  56. c5662f6 loader: Add log warning if json manifest file doesn't end in .json by Jon Ashburn · 9 years ago
  57. 68a6392 loader: Make a layer properties structure for manifest file. by Jon Ashburn · 9 years ago
  58. 71727d2 tests: Remove WIN32 checks for SPIR-V usage, remove redundant tests by Cody Northrop · 9 years ago
  59. d0e7d22 tests: On init, specify if buffer is src or dst by Cody Northrop · 9 years ago
  60. d0d701b tests: Specify VK_IMAGE_USAGE_SAMPLED_BIT when creating image by Cody Northrop · 9 years ago
  61. dda0c17 tests: (Workaround) Add VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT for swap chain image by Cody Northrop · 9 years ago
  62. 025cbb1 tests: Provide VK_IMAGE_USAGE_TRANSFER_DESTINATION_BIT flag for vkCreateImage by Cody Northrop · 9 years ago
  63. 257fe6e tests: Specify VK_BUFFER_USAGE_TRANSFER_SOURCE_BIT on buffer used to copy from by Cody Northrop · 9 years ago
  64. a392a29 tests: Clean up SPV usage flags, Windows uses it now by Cody Northrop · 9 years ago
  65. a195136 toolchain: Switch to using github for glslang by Cody Northrop · 9 years ago
  66. a8ac135 toolchain: Add script to pull and build on Windows by Cody Northrop · 9 years ago
  67. a02b2b9 tests: Fix some failing layer validation tests by Tobin Ehlis · 9 years ago
  68. 7a51d90 loader: Rename loader_platform.h -> vk_loader_platform.h by Tobin Ehlis · 9 years ago
  69. 56d204a layers: Rename all layer headers to begin with "vk_layer_" prefix by Tobin Ehlis · 9 years ago
  70. 2d1d970 include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.h by Tobin Ehlis · 9 years ago
  71. e310597 vulkan.h: v129 -- rework clear colors, remove raw clear [#14020] by Chris Forbes · 9 years ago
  72. 1e16cb8 intel: Implement attachment clears by Chris Forbes · 9 years ago
  73. d44d4bb tri: Use render pass load ops for color and depth clears by Chris Forbes · 9 years ago
  74. efc7a6f cube: Use render pass load op for depth clear by Chris Forbes · 9 years ago
  75. 4cf9d10 intel: Add support for depth/stencil clears via render pass load op by Chris Forbes · 9 years ago
  76. 2951d7d vulkan.h: Split attachment and image clears (#13914, v126) by Chris Forbes · 9 years ago
  77. a048b31 vulkan.h: Update features/limits structures (#12827, v125) by Chris Forbes · 9 years ago
  78. 3f23ffb tests: only destroy instance if creation succeeded by Chris Forbes · 9 years ago
  79. 513ae5b intel: add support for vkCmdExecuteCommands() by Chia-I Wu · 9 years ago
  80. 88eaa3b update vulkan.h for multi-level command buffers (V121) by Chia-I Wu · 9 years ago
  81. 854a4a0 vulkan.h: Added #define for MAX_DESCRIPTION by Mark Lobodzinski · 9 years ago
  82. 99d272a vulkan.h: V120 -- Tighten spec around VkMemoryRequirements by Mark Lobodzinski · 9 years ago
  83. c20fc41 vulkan.h: V119 -- Remove unsigned byte indices by Mark Lobodzinski · 9 years ago
  84. c4e83e3 vulkan.h: V118 -- Add array types to VkImageViewType by Mark Lobodzinski · 9 years ago
  85. a25fce0 vulkan.h: V117 -- Remove Atomic Counters, Bug #14081 by Mark Lobodzinski · 9 years ago
  86. 4e97c45 vulkan.h: V116 -- Remove VK_IMAGE_LAYOUT_CLEAR_OPTIMAL by Mark Lobodzinski · 9 years ago
  87. 7234629 vulkan.h: V115 -- Reintroduce memory heaps & types. Bug #14082. by Mark Lobodzinski · 9 years ago
  88. 25756af layers: Update ObjectTracker layer to check first-level struct parameters for valid objects by Tobin Ehlis · 9 years ago
  89. 86b52ec layers: Fix ObjectTracker to add Instance when it's created by Tobin Ehlis · 9 years ago
  90. e796a1d demos: Set pName for cube shaders to "main" to keep ShaderChecker happy by Tobin Ehlis · 9 years ago
  91. 3053c67 loader: Use _alloca instead of alloca on Windows by David Pinedo · 9 years ago
  92. 2d034fd bug 14014: Fill out support for VkShaderModule by Courtney Goeltzenleuchter · 9 years ago
  93. 86ecdac intel: Add shader module object support by Chris Forbes · 9 years ago
  94. 0b29b0d bug-14014: Allow multiple entrypoints in modules by Courtney Goeltzenleuchter · 9 years ago
  95. c867c43 loader: Move CreateDevice to device table by Courtney Goeltzenleuchter · 9 years ago
  96. 6bb613a compiler: fix for mixing structs and blocks in shader by GregF · 9 years ago
  97. 54a3217 rendertests: add test for handling both structs and blocks with same shader by GregF · 9 years ago
  98. 7d878f1 loader: Remove locks from vkGet routines by Tony Barbour · 9 years ago
  99. d031550 tests: Fix script copy to only happen if necessary by Tony Barbour · 9 years ago
  100. c2e987e vulkan.h: Bug 14181 - Barriers need to be more precise by Tony Barbour · 9 years ago