1. 67eaaa1 header: Move to version 1.0.0 from 0.222 by Jon Ashburn · 9 years ago
  2. f19916e misc: Move to Vulkan header version 0.222 by Jon Ashburn · 9 years ago
  3. ad77905 Fixes: Fixed Visual Studio warnings during compilation. by Mark Young · 9 years ago
  4. 46cb7b5 misc: For header vers 221; add deviceFeature drawIndirectFirstInstance by Jon Ashburn · 9 years ago
  5. 8c0c143 misc: For header vers 220, fix BOTTOM_OF_PIPE typo by Jon Ashburn · 9 years ago
  6. 4bf8ba4 misc: Add barrier pipeline stage BOTTOM_OF_PIPE; for header vers 219 by Jon Ashburn · 9 years ago
  7. c1931be headers: debug_report ext and pipelineCache version additions for header 218 by Jon Ashburn · 9 years ago
  8. 6e23c1f misc: rename descriptorSetlayout pBinding; update to header vers 217 by Jon Ashburn · 9 years ago
  9. 7f9716c misc: Add pipeline stage flags to wait upon for queueSubmit semaphores; v216 by Jon Ashburn · 9 years ago
  10. ebe92a3 misc: Changes to go to header v215 including vulkan.h version update by Jon Ashburn · 9 years ago
  11. 2b2f90c misc: Changes to go to header v214 including vulkan.h version update by Jon Ashburn · 9 years ago
  12. edb0b23 bump header version to 213.1 by Jon Ashburn · 9 years ago
  13. 19d3bf1 misc: rename startXXX to firstXXX and add firstXXX param to setviewport/scissor by Jon Ashburn · 9 years ago
  14. 30b673b misc: Bump header to 212.1 by Jon Ashburn · 9 years ago
  15. a9eb2fc WSI: Update "vulkan.h" with WSI contents of version 217. by Ian Elliott · 9 years ago
  16. 9d5f89b layers: bump debug_report version number by Jon Ashburn · 9 years ago
  17. 52fee65 debug_report: Update extension name by Courtney Goeltzenleuchter · 9 years ago
  18. 7415d5a debug_report: rename object type and error bits by Courtney Goeltzenleuchter · 9 years ago
  19. ad7a501 debug_report: rename vk_lunarg_debug_report.h by Courtney Goeltzenleuchter · 9 years ago
  20. f821dad misc: Update copyright statements by Courtney Goeltzenleuchter · 9 years ago
  21. 822e8d7 debug_report: Add DebugReportMessage function by Courtney Goeltzenleuchter · 9 years ago
  22. 5ffb1d9 debug_report: make destroy have void return value by Courtney Goeltzenleuchter · 9 years ago
  23. 05854bf debug_report: rename and update to use CreateInfo by Courtney Goeltzenleuchter · 9 years ago
  24. 107a0d2 debug_report: Rename VkDbgMsgCallback object by Courtney Goeltzenleuchter · 9 years ago
  25. e658086 demos: Fix build warning on Linux for tri by Jon Ashburn · 9 years ago
  26. af5e755 debug_report: Make pUserData always a const by Courtney Goeltzenleuchter · 9 years ago
  27. ea49d3c loader: Remove unused debug helper functions by Courtney Goeltzenleuchter · 9 years ago
  28. b986b17 layers: Fix debug_report extension number by Jon Ashburn · 9 years ago
  29. 09197ae layers: Rename VK_DEBUG_REPORT_EXTENSION enums by Courtney Goeltzenleuchter · 9 years ago
  30. b19042e layers: rename VkDbgObjectType by Courtney Goeltzenleuchter · 9 years ago
  31. fd4830c layers: Rename DebugReport flags by Courtney Goeltzenleuchter · 9 years ago
  32. ddc8db5 vulkan: Changes for header version 211 by Jon Ashburn · 9 years ago
  33. a8a5f85 wsi: Make WSI cases more consistent, fail if not set correctly by Mark Lobodzinski · 9 years ago
  34. a8334b4 android: Update build to define android platform at build time by Michael Lentine · 9 years ago
  35. 64e2ebd android: Fix android build. by Michael Lentine · 9 years ago
  36. 1d4b128 layers: Some debug_marker fixes for draw state by Jon Ashburn · 9 years ago
  37. 7cc65bd misc: remove unneeded stdint.h and stdbool.h by Courtney Goeltzenleuchter · 9 years ago
  38. faa9081 wsi: Moved definition of CreateXxxSurface extension to CMakefile by Mark Lobodzinski · 9 years ago
  39. 919fa30 loader: Add vkGetPhysicalDevice*PresentationSupportKHR() by Ian Elliott · 9 years ago
  40. 2a1ec50 layers: add DestroySurfaceKHR to instance dispatch table by Jon Ashburn · 9 years ago
  41. 5cc78bf WSI-ICD: Fix Windows compilation error. by Ian Elliott · 9 years ago
  42. db4300a loader: Address Jon Ashburn's review comments. by Ian Elliott · 9 years ago
  43. 33ed848 loader: Get loader compiling. by Ian Elliott · 9 years ago
  44. ba04233 WSI: Eliminate a lot of references to WSI header files. by Ian Elliott · 9 years ago
  45. 4d52054 WSI-ICD: Created per-platform structs for platform-specific info. by Ian Elliott · 9 years ago
  46. 4825a87 WSI-debug_report: Add VK_OBJECT_TYPE_SURFACE_KHR by Ian Elliott · 9 years ago
  47. b6d294c WSI: Remove old WSI headers (content now in "vulkan.h"). by Ian Elliott · 9 years ago
  48. 3a2d1e4 WSI: Add WSI content to "vulkan.h" and "vk_platform.h". by Ian Elliott · 9 years ago
  49. abd0772 Layers: changed layer names to conform to spec by David Pinedo · 9 years ago
  50. fc1031e loader: Add dynamic dispatch for unknown device extension entrypoints by Jon Ashburn · 9 years ago
  51. 0f6c454 header: bump to vers 210 only changes were to WSI by Jon Ashburn · 9 years ago
  52. 77f0ed7 v209: bump API minor version by Chia-I Wu · 9 years ago
  53. ce9b177 bug 15120: rename vkCmdPushConstants "values" to "pValues" by Chia-I Wu · 9 years ago
  54. 5ee015a MR671: Rename VK_STRUCTURE_TYPE_LAYER_* to ..LOADER_* by Chia-I Wu · 9 years ago
  55. 50ae1a0 v208: bump API minor version by Chia-I Wu · 9 years ago
  56. b8d47ae bug 15089: Does "Across Command Buffer Boundaries" apply to second-level command buffers? by Chia-I Wu · 9 years ago
  57. e1e0972 v207: bump API minor version by Chia-I Wu · 9 years ago
  58. 00ce540 MR640: Alloc -> Allocate naming fixes by Chia-I Wu · 9 years ago
  59. 4cd8604 MR632: Valid usage xml global changes by Chia-I Wu · 9 years ago
  60. ca4800c bug 12998 part 9: add back explicit enum values by Chia-I Wu · 9 years ago
  61. 0a84a70 bug 12998 part 8: add new formats by Chia-I Wu · 9 years ago
  62. 924ce8c bug 12998 part 7: drop unwanted USCALED formats by Chia-I Wu · 9 years ago
  63. 08bee5e bug 12998 part 5: reorder formats by Chia-I Wu · 9 years ago
  64. f40bbfb bug 12998 part 4: drop explicit enum values temporarily by Chia-I Wu · 9 years ago
  65. caa5aaa bug 12998 part 3: append _PACK* to remaining packed formats by Chia-I Wu · 9 years ago
  66. 935f2ed bug 12998 part 2: append _PACK* to packed formats that change conventions by Chia-I Wu · 9 years ago
  67. 53638c1 bug 12998 part 1: append _BLOCK to compressed formats by Chia-I Wu · 9 years ago
  68. be24a23 vulkan: Bump header to API version 206 by Jon Ashburn · 9 years ago
  69. a4ae486 bug 15086: maxDrawIndirectInstanceCount? by Chia-I Wu · 9 years ago
  70. 0212448 bug 15085: queue creation naming issues by Chia-I Wu · 9 years ago
  71. 8ccf444 bug 15004: Non-coherent memory, when is flush and invalidate required by Chia-I Wu · 9 years ago
  72. 62b38ed bug 15038: Need a way to express the total limit of resources per stage by Chia-I Wu · 9 years ago
  73. b0e8882 v205: bump API minor version by Chia-I Wu · 9 years ago
  74. c0895bf v204: bump API minor version by Chia-I Wu · 9 years ago
  75. ff5a347 bug 15050: Add device limit for max number of input attachments by Chia-I Wu · 9 years ago
  76. 9ab6150 bug 15068: Use hardfp calling convention on Android for 32-bit ARM targets by Chia-I Wu · 9 years ago
  77. 9316d3b Moved header files from include to include/vulkan by David Pinedo · 9 years ago