1. 3cd96a2 Remove Khronos confidential clause from license text. by Karl Schultz · 9 years ago
  2. 99e9d1d tests: Update copyright and apply clang-format by Karl Schultz · 9 years ago
  3. 55e270b Remove all tests except for layer validation and doc validation by Tony Barbour · 9 years ago
  4. 2acdd15 Win32: Get 32-bit Windows build working by Mark Young · 9 years ago
  5. 81f1091 rendertests: switch gl_VertexID to gl_VertexIndex by GregF · 9 years ago
  6. a4ae48b misc: Move to Vulkan header version 0.222 by Jon Ashburn · 9 years ago
  7. aac4692 tests: Don't register window class twice when presenting by Tony Barbour · 9 years ago
  8. 0313c5b demos: Fix up dstAccessMasks and move pipeline barriers for present to bottom of pipe by Tony Barbour · 9 years ago
  9. 6e2b8dc misc: For header vers 220, fix BOTTOM_OF_PIPE typo by Jon Ashburn · 9 years ago
  10. d389269 misc: Add barrier pipeline stage BOTTOM_OF_PIPE; for header vers 219 by Jon Ashburn · 9 years ago
  11. 98ce7e0 misc: Add pipeline stage flags to wait upon for queueSubmit semaphores; v216 by Jon Ashburn · 9 years ago
  12. 09338b5 demos: Fix win32_surface compile errors for demos and tests by Jon Ashburn · 9 years ago
  13. 8e53c61 tests: Version 217 WSI changes. by Ian Elliott · 9 years ago
  14. ee93cb3 Fix Windows compile error by Tony Barbour · 9 years ago
  15. 474e9e4 Create a surface to find out what formats are presentable by Tony Barbour · 9 years ago
  16. 7dc9630 tests: undef BadValue to workaround a conflict between xlib.h spvIR.h by Jon Ashburn · 9 years ago
  17. 5334eac tests: Started converting test code to use the new WSI. by Ian Elliott · 9 years ago
  18. 64070a8 WSI: sed-generated changes to WSI code (not all that's needed). by Ian Elliott · 9 years ago
  19. fdc1cd0 bug 15089: Does "Across Command Buffer Boundaries" apply to second-level command buffers? by Chia-I Wu · 9 years ago
  20. 329ca9e Moved header files from include to include/vulkan by David Pinedo · 9 years ago
  21. 3e50d0a tests: Get --show-images working and passing validation by Tony Barbour · 9 years ago
  22. 96cd795 misc: Update author information by Courtney Goeltzenleuchter · 9 years ago
  23. 8a17da5 misc: switch copyright to Valve by Courtney Goeltzenleuchter · 9 years ago
  24. cba6cea bug 15003: vkCmdPipelineBarrier should be allowed on a DMA queue (WIP) by Chia-I Wu · 9 years ago
  25. 989de84 bug 14965: Merge VK_MEMORY_INPUT/OUTPUT flags to better express write-after-wite hazards (WIP) by Chia-I Wu · 9 years ago
  26. 1f85191 bug 14921 part 1: sed renames by Chia-I Wu · 9 years ago
  27. 3ffcd73 bug 14918 part1: consistency/cleanup ideas (from jbolz/pdaniell/dkoch) (WIP) by Chia-I Wu · 9 years ago
  28. 69f4012 bug 12921: Memory callback (WIP) by Chia-I Wu · 9 years ago
  29. 763a749 bug 14892: 'count' parameters and members named inconsistently in many cases (WIP) by Chia-I Wu · 9 years ago
  30. 6ec33a0 bug 14857: Adding extensibility to VkSubmitInfo (WIP) by Chia-I Wu · 9 years ago
  31. e420a33 bug 14362: VK_NULL_HANDLE does not work in C (WIP) by Chia-I Wu · 9 years ago
  32. de841af support and use VkSubmitInfo semaphore signaling and waiting by Chia-I Wu · 9 years ago
  33. 1a748e9 misc: Windows does not like named structure initialization by Courtney Goeltzenleuchter · 9 years ago
  34. a32436b bug-14786: CmdBufferOptimizeFlags -> CmdBufferUsageFlags by Courtney Goeltzenleuchter · 9 years ago
  35. 63f0ead bug-14786: Addressing layered subresources in vkCmdCopyImage by Courtney Goeltzenleuchter · 9 years ago
  36. 8e2f097 WIP bug-14815: VkShaderStage by Courtney Goeltzenleuchter · 9 years ago
  37. ba11ebe WIP bug-14815: VkImageAspect by Courtney Goeltzenleuchter · 9 years ago
  38. 3ec3162 bug-14746: add batched submit for semaphores and command buffers by Courtney Goeltzenleuchter · 9 years ago
  39. 01d2ae1 Bug 14621: Change vkGet* functions to not return VkResult by Courtney Goeltzenleuchter · 9 years ago
  40. c6fd226 bug-14531: Expand tess abbreviation to tessellation by Courtney Goeltzenleuchter · 9 years ago
  41. 2436656 tests: Add mem barrier to change layout to present for --show-images by Tony Barbour · 9 years ago
  42. e483fc0 tests: Clean up object tracker complaints from --show-images by Tony Barbour · 9 years ago
  43. 358c76e tests: cleanup issues found by valgrind by Courtney Goeltzenleuchter · 9 years ago
  44. a26fb7d Remove libpng and zlib dependencies, add copyrights by Tony Barbour · 9 years ago
  45. 434d222 WSI: Small code changes to deal with latest WSI header. by Ian Elliott · 9 years ago
  46. 065983e tests: Need to set the viewType now by Courtney Goeltzenleuchter · 9 years ago
  47. aeffeae Bug 12998: change ImageSubresourceRange's aspect to aspectMask by Courtney Goeltzenleuchter · 9 years ago
  48. 3dee808 bug 14313: Rename ArraySlice to ArrayLayer by Courtney Goeltzenleuchter · 9 years ago
  49. 338dedb WSI: Convert WSI swapchain extension usage to new KHR style by Ian Elliott · 9 years ago
  50. 684fad2 tests: Set swapchain image aspect correctly. by Courtney Goeltzenleuchter · 9 years ago
  51. 1856d6f Bug 14522: Remove VkAttachmentView by Courtney Goeltzenleuchter · 9 years ago
  52. 3b0a3ef wsi: Fix image usage flags in tests and demos by Cody Northrop · 9 years ago
  53. a96de0f tests: Improve selection of VK_PRESENT_MODE_*_WSI based on cube. by Ian Elliott · 9 years ago
  54. dad1320 tests: Change to new WSI header ... by Ian Elliott · 9 years ago
  55. b746ee7 tests: Adjust window width and height for Windows 10 by Cody Northrop · 9 years ago
  56. 7f81538 tests: Update usage flags for swap_chain by Cody Northrop · 9 years ago
  57. b374422 tests: Use new WSI model for --show-images by Tony Barbour · 9 years ago
  58. 6e2dda1 Pass a CmdPool, not a queue index, to CmdBuffer create by Dana Jansens · 9 years ago
  59. 9a3558d tests: Fix uninitialized image create info by Tony Barbour · 9 years ago
  60. a7ec3ba tests: Use correct usage bits for images by Tony Barbour · 9 years ago
  61. 331f4e8 tests: Changes to use new WSI swapchain extensions. by Ian Elliott · 9 years ago
  62. e84a8d6 Bug 14084: Get tests compiling and running by Tony Barbour · 9 years ago
  63. f4aed6c test/binding: inherit Buffer and Image from NonDispHandle by Chia-I Wu · 9 years ago
  64. 78c2a35 test/binding: inherit CmdBuffer from Handle by Chia-I Wu · 9 years ago
  65. f2862c7 test/binding: inherit Queue from Handle by Chia-I Wu · 9 years ago
  66. a263629 test/binding: inherit Device from Handle by Chia-I Wu · 9 years ago
  67. 1e056dd tests: Fix description of SPIR-V options by Cody Northrop · 9 years ago
  68. d0e7d22 tests: On init, specify if buffer is src or dst by Cody Northrop · 9 years ago
  69. dda0c17 tests: (Workaround) Add VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT for swap chain image by Cody Northrop · 9 years ago
  70. 025cbb1 tests: Provide VK_IMAGE_USAGE_TRANSFER_DESTINATION_BIT flag for vkCreateImage by Cody Northrop · 9 years ago
  71. 257fe6e tests: Specify VK_BUFFER_USAGE_TRANSFER_SOURCE_BIT on buffer used to copy from by Cody Northrop · 9 years ago
  72. a392a29 tests: Clean up SPV usage flags, Windows uses it now by Cody Northrop · 9 years ago
  73. 426b905 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  74. 7ce9d26 tests: Need space for two persistent buffer structs by Courtney Goeltzenleuchter · 9 years ago
  75. cedc15f misc: Make wsi lunarg an extension rather than core entrypoints by Jon Ashburn · 9 years ago
  76. 1cfbd17 tests: Switch to m_use_glsl and cleanup option parsing by Cody Northrop · 9 years ago
  77. eb9130e tests: Add SPIR-V stripping/canonicalization to test framework by Cody Northrop · 9 years ago
  78. 8bef8ee tests: Clean up some MSVC++ compiler warnings by Tony Barbour · 9 years ago
  79. f05ba08 tests: Changes to get --show-images to work on Windows by Tony-LunarG · 9 years ago
  80. 25e3b83 tests: Get tests running and compiling on Windows by Tony Barbour · 9 years ago
  81. ac83452 bug 13854: Remove memory references by Courtney Goeltzenleuchter · 9 years ago
  82. 9675ea0 tests: Include HOST_VISIBLE mem prop for --show-images by Courtney Goeltzenleuchter · 9 years ago
  83. e5871c7 tests: Use staging buffer for --show-images by Courtney Goeltzenleuchter · 9 years ago
  84. 9431056 tests: Buffers/Images that map need VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT by Tony Barbour · 9 years ago
  85. 22a3086 misc: Changes to clean up warnings in Release build by Tony Barbour · 9 years ago
  86. ec69b9c tests: white space cleanup by Courtney Goeltzenleuchter · 9 years ago
  87. 230e625 update to vulkan.h header version 90, bug 13529 by Mike Stroyan · 9 years ago
  88. 5b66aa5 switch to VK_WSI_LunarG by Chia-I Wu · 9 years ago
  89. 8205d90 Bug 13632 Header 84 Assorted questions and comments on vulkan.h by Tony Barbour · 9 years ago
  90. 4696294 bug 13632: Convert commands to plural form by Courtney Goeltzenleuchter · 9 years ago
  91. 382489d vulkan: beautification changes by Courtney Goeltzenleuchter · 9 years ago
  92. 0199918 tests: Rename Xgl->Vk all test objects by Tony Barbour · 9 years ago
  93. a8c0628 renaming: Move many xgl files to vk version by Courtney Goeltzenleuchter · 9 years ago[Renamed from tests/xgltestframework.cpp]
  94. 9cc421e Stage 1 of rename by Courtney Goeltzenleuchter · 9 years ago
  95. 8d49dbd xgl: Enable new mem ref functions by Courtney Goeltzenleuchter · 9 years ago
  96. cd5ed1e tests: Simplify calling RecordImage by Courtney Goeltzenleuchter · 9 years ago
  97. 51cbf30 xgl: Add IMAGE_LAYOUT to Cmd*Image* calls by Courtney Goeltzenleuchter · 9 years ago
  98. dd745fd tests: Use render target vector's count by Courtney Goeltzenleuchter · 9 years ago
  99. f316806 xgl: Impossible to expose multi-function queues by Courtney Goeltzenleuchter · 9 years ago
  100. 0c9f29c tests: Change rename CreateWindow for Windows by Tony Barbour · 9 years ago