1. f2862c7 test/binding: inherit Queue from Handle by Chia-I Wu · 9 years ago
  2. a263629 test/binding: inherit Device from Handle by Chia-I Wu · 9 years ago
  3. f5fb109 test/binding: inherit PhysicalGpu from Handle by Chia-I Wu · 9 years ago
  4. a10be9d tests/binding: add Handle and NonDispHandle by Chia-I Wu · 9 years ago
  5. 44c757d layers: Updated DrawState to use new VkAttachmentView object by Tobin Ehlis · 9 years ago
  6. c278df8 update vulkan.h for multi-pass command buffers (V131, #14075) by Chia-I Wu · 9 years ago
  7. bdeed15 intel: add intel_render_pass_{attachment,subpass} by Chia-I Wu · 9 years ago
  8. 3d4d4a6 intel: replace intel_{rt,ds}_view with intel_att_view by Chia-I Wu · 9 years ago
  9. 1af1a78 intel: get depth/stencil layout from VkRenderPassCreateInfo by Chia-I Wu · 9 years ago
  10. 9e81ebb intel: get depth/stencil format from VkRenderPassCreateInfo by Chia-I Wu · 9 years ago
  11. 337d70a demos: fix color attachment store op by Chia-I Wu · 9 years ago
  12. 76cd422 demos: destroy VkRenderPass and VkFramebuffer with VkDevice by Chia-I Wu · 9 years ago
  13. 39b4afd demos: remove an extraneous vkCmdBeginRenderPass() by Chia-I Wu · 9 years ago
  14. cbb941b loader: Exit loop as soon as we know the answer by Courtney Goeltzenleuchter · 9 years ago
  15. 67a0741 vulkaninfo: Fix compiler complaint on windows by Courtney Goeltzenleuchter · 9 years ago
  16. d2775f7 loader: use device extension list, not global by Courtney Goeltzenleuchter · 9 years ago
  17. 6c5f52e Revert "demos: use -o on glslangValidator to allow parallel make" by Courtney Goeltzenleuchter · 9 years ago
  18. 2d83e06 demos: use -o on glslangValidator to allow parallel make by GregF · 9 years ago
  19. 1e056dd tests: Fix description of SPIR-V options by Cody Northrop · 9 years ago
  20. 793c729 demos: Fix windows compile error in vulkaninfo.c by David Pinedo · 9 years ago
  21. fcff043 demos: Fix list of known device extensions to not include WSI_LUNARG by Jon Ashburn · 9 years ago
  22. 4b7820f demos: add code to compile spv files in separate directories. by GregF · 9 years ago
  23. 157e28d layers: Allow ObjectTracker to skip validation of objects that can be NULL by Tobin Ehlis · 9 years ago
  24. 0e24996 nulldrv: Update for bug 14033 Add new entrypoints and delete old ones by Jon Ashburn · 9 years ago
  25. 9283b8e misc: Update header version by Courtney Goeltzenleuchter · 9 years ago
  26. e12c3be helper: Update header parser by Courtney Goeltzenleuchter · 9 years ago
  27. 67137fa misc: Make spirv compile and mv one command by Courtney Goeltzenleuchter · 9 years ago
  28. e8f22a4 tests: Remove duplicate code by Courtney Goeltzenleuchter · 9 years ago
  29. 1f41f54 vulkan: Rename bool32_t to VkBool32 by Courtney Goeltzenleuchter · 9 years ago
  30. cdf5e83 tests: Update layer validation for bug-14033 by Courtney Goeltzenleuchter · 9 years ago
  31. 0d60d27 misc: Support Pipeline caches and multi pipeline create, bug 14033 API changes by Jon Ashburn · 9 years ago
  32. 1e98f57 Build: re-enable build of tests on Linux, enable build of null drv on Windows by David Pinedo · 9 years ago
  33. 07238d4 Layers: They now compile on Windows. by David Pinedo · 9 years ago
  34. d9a9d1a loader: Fix bug where layer default system path string needed to be copied by Jon Ashburn · 9 years ago
  35. 92a8991 layers: Flag errors in DrawState if Clear or Resolve cmds issued incorrectly by Tobin Ehlis · 9 years ago
  36. 8cd650e layers: Add DrawState check to warn on Clears prior to Draw cmds by Tobin Ehlis · 9 years ago
  37. d94ba72 layers: Add USAGE bit validation to MemTracker layer by Tobin Ehlis · 9 years ago
  38. dba967a Windows SDK: Rename vulkan.dll to vulkan.<major>.dll by David Pinedo · 9 years ago
  39. 30464cf tests: Change tests/CMakeLists.txt so it can link correctly with glslang by David Pinedo · 9 years ago
  40. e20111c layers: Update ShaderChecker to use new logging mechanism by Chris Forbes · 9 years ago
  41. 02b61d2 layers: Update custom CMake target for Windows by Cody Northrop · 9 years ago
  42. 3c0e432 intel: Fill out some device limits by Chris Forbes · 9 years ago
  43. 83d4e6a vulkan.h: V136 -- Vulkan Sparse Resource Issues by Mark Lobodzinski · 9 years ago
  44. 7c83aa2 vulkaninfo: Fix so that it compiles on Windows. by Ian Elliott · 9 years ago
  45. 62ac1c5 loader: Build fixes for Windows by Cody Northrop · 9 years ago
  46. 6bf975b layers: Fix CMake custom target on Windows by Cody Northrop · 9 years ago
  47. 5bd030b tests: Check for Glave before running trace/replay script by Cody Northrop · 9 years ago
  48. 139ec4f toolchain: Update to latest glslang and LunarGLASS, fix script by Cody Northrop · 9 years ago
  49. 8ebc355 Windows: Show the use of "update_external_sources.bat" by Ian Elliott · 9 years ago
  50. 3ef2dfd Windows: Update "Windows System Requirements" for glslang and tests. by Ian Elliott · 9 years ago
  51. e924ab2 nulldrv: Get compiling and linking on Windows by Ian Elliott · 9 years ago
  52. 3b5a278 tests: Do not try to run glave if doesn't exist by Courtney Goeltzenleuchter · 9 years ago
  53. 67d845c layers: Fix makefile to look for <layerName>.json instead of <layerName>_config by Jon Ashburn · 9 years ago
  54. 06313b7 layers: Change JSON files to use relative path for shared libraries by Jon Ashburn · 9 years ago
  55. 3814450 loader: Handle relative and filename paths in the layer manifest files by Jon Ashburn · 9 years ago
  56. d32cb08 layers: Rename JSON files to <layer_name>.json by Jon Ashburn · 9 years ago
  57. 440b907 layers: Copy json config files to build directory by Courtney Goeltzenleuchter · 9 years ago
  58. 79d8d2c layers: Generic- update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  59. 61414de tests: Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  60. b96abfc ScreenShot: Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  61. eb1ddb0 layers: Image- Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  62. 24d5abb ParamChecker: Update extension and layer mechanism. by Courtney Goeltzenleuchter · 9 years ago
  63. f2ddb73 loader: Fix so device layers to enable are from global list of type device by Jon Ashburn · 9 years ago
  64. 1b111de loader: Use layer manifest files to discovery and query layers by Jon Ashburn · 9 years ago
  65. 59f3dfc Screenshot: Make this a device layer only, no instance intercept by Jon Ashburn · 9 years ago
  66. e1390f2 DrawState: Remove the DOT file dumping and GraphViz stuff by Jon Ashburn · 9 years ago
  67. 7abf8e5 shader_checker: Update extension & layer support by Courtney Goeltzenleuchter · 9 years ago
  68. 63466a5 mem_tracker: Use ARRAY_SIZE macro by Courtney Goeltzenleuchter · 9 years ago
  69. 73e8bd4 drawstate: Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  70. 8a934ba layers: Remove object tracker extensions by Courtney Goeltzenleuchter · 9 years ago
  71. fc11748 layers: Add handy ARRAY_SIZE macro by Courtney Goeltzenleuchter · 9 years ago
  72. aa9faab loader: early exit if nothing to do. by Courtney Goeltzenleuchter · 9 years ago
  73. 142c9c2 Multi: Update to latest extension & layer support by Courtney Goeltzenleuchter · 9 years ago
  74. a3eb0c1 apidump: Correct layer property description by Courtney Goeltzenleuchter · 9 years ago
  75. 70db787 loader: collect layer properties regardless of extension by Courtney Goeltzenleuchter · 9 years ago
  76. 91371ff loader: Filter extensions for ICD's CreateDevice by Courtney Goeltzenleuchter · 9 years ago
  77. a17697f loader: Add validation checks to CreateDevice by Courtney Goeltzenleuchter · 9 years ago
  78. 8c15fc5 cube: explicitly specify validation layers by Courtney Goeltzenleuchter · 9 years ago
  79. 5d9f29b loader: Validate global layers requested by app by Courtney Goeltzenleuchter · 9 years ago
  80. ab27f46 loader: Filter extension list sent to ICD by Courtney Goeltzenleuchter · 9 years ago
  81. b774fb4 tests: misc fixes after porting to new extension by Courtney Goeltzenleuchter · 9 years ago
  82. 3fc6628 tests: Only clean up instance if created by Courtney Goeltzenleuchter · 9 years ago
  83. e74e565 TODO: Add reminder for new code by Courtney Goeltzenleuchter · 9 years ago
  84. 03f1c8c layers: Update generator for threading, objtrack by Courtney Goeltzenleuchter · 9 years ago
  85. f5c6195 tests: Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  86. 1381cd1 loader: Use app's alloc routines if available by Courtney Goeltzenleuchter · 9 years ago
  87. 1fcceeb loader: Add error return to detect invalid layers by Courtney Goeltzenleuchter · 9 years ago
  88. 0248b99 loader: Use stack allocation for temp storage by Courtney Goeltzenleuchter · 9 years ago
  89. 1c22b71 loader: remove redundant log message by Courtney Goeltzenleuchter · 9 years ago
  90. 8b0e68d object_track: Update extension & layer support by Courtney Goeltzenleuchter · 9 years ago
  91. b44d6f2 intel: Update CreateInstance layer handling by Courtney Goeltzenleuchter · 9 years ago
  92. 37d091e cube: Disable currently unused code by Courtney Goeltzenleuchter · 9 years ago
  93. ca8fd28 Update CMake as things are ported. by Courtney Goeltzenleuchter · 9 years ago
  94. c5cf7d7 loader: track layer library list by Courtney Goeltzenleuchter · 9 years ago
  95. b620ace loader: Save app allocation callbacks by Courtney Goeltzenleuchter · 9 years ago
  96. d97cc72 layers: Add TODO regarding locking by Courtney Goeltzenleuchter · 9 years ago
  97. c003613 mem_tracker: Remove unused variable by Courtney Goeltzenleuchter · 9 years ago
  98. 9419f32 mem_tracker: Move wsi data to layer_data by Courtney Goeltzenleuchter · 9 years ago
  99. 326075a layers: Update basic sample layer by Courtney Goeltzenleuchter · 9 years ago
  100. 18061cd loader: bug 12992: extension and layer support by Courtney Goeltzenleuchter · 9 years ago