1. 3ebf125 misc: Update licenses to Apache 2.0 by Jon Ashburn · 8 years ago
  2. e66d4e4 layers: Include all 4 Linux WSI interfaces by Tony Barbour · 8 years ago
  3. 8c0dabf layers: Fix android build from linux or Win32 system by Tobin Ehlis · 8 years ago
  4. 58048d0 misc: Remove lunarg_debug_marker extension by Jon Ashburn · 8 years ago
  5. d53098f cmake: GH PR17, Improve error detection for displayserver selection by Mark Lobodzinski · 8 years ago
  6. 7791dad cmake: GH PR17, Fix vulkan.py code generation script for Windows builds by Mark Lobodzinski · 8 years ago
  7. bd4dd59 layers: GH PR17, Add Wayland, Xlib, Android & Mir extensions to codegen scripts by Mun, Gwan-gyeong · 8 years ago
  8. fb4c1c3 layers: MR221: Correct name for unique_objects layer by Courtney Goeltzenleuchter · 8 years ago
  9. ce9c66f layers: Re-enable support for linux by Mark Lobodzinski · 8 years ago
  10. 510e20d header: Update 1.0.3 header revision for inclusion of debug report extension by Mark Lobodzinski · 8 years ago
  11. 5a0f283 android: Add support for Android surface extension by Courtney Goeltzenleuchter · 8 years ago
  12. 111d8d9 Remove Khronos confidential clause from license text. by Karl Schultz · 8 years ago
  13. 8e42f40 Update copyright info in python scripts by Karl Schultz · 8 years ago
  14. f19916e misc: Move to Vulkan header version 0.222 by Jon Ashburn · 9 years ago
  15. 19d3bf1 misc: rename startXXX to firstXXX and add firstXXX param to setviewport/scissor by Jon Ashburn · 9 years ago
  16. f6b168c layers: Version 217 WSI changes. by Ian Elliott · 9 years ago
  17. 7415d5a debug_report: rename object type and error bits by Courtney Goeltzenleuchter · 9 years ago
  18. ad7a501 debug_report: rename vk_lunarg_debug_report.h by Courtney Goeltzenleuchter · 9 years ago
  19. 822e8d7 debug_report: Add DebugReportMessage function by Courtney Goeltzenleuchter · 9 years ago
  20. 5ffb1d9 debug_report: make destroy have void return value by Courtney Goeltzenleuchter · 9 years ago
  21. 05854bf debug_report: rename and update to use CreateInfo by Courtney Goeltzenleuchter · 9 years ago
  22. 107a0d2 debug_report: Rename VkDbgMsgCallback object by Courtney Goeltzenleuchter · 9 years ago
  23. b19042e layers: rename VkDbgObjectType by Courtney Goeltzenleuchter · 9 years ago
  24. e86e138 layers: Add WSI extensions to autogen code by Mark Lobodzinski · 9 years ago
  25. 3077be0 vulkan: Add win32 and xcb extensions to vulkan.py by Mark Lobodzinski · 9 years ago
  26. 76f235b vulkan: Fix parameter name for GetSwapchainImagesKHR by Jon Ashburn · 9 years ago
  27. 9380b67 misc: Add DestroySurfaceKHR to the codegen WSI surface extension by Jon Ashburn · 9 years ago
  28. 0584606 layers: Convert most of the layers to the new WSI. by Ian Elliott · 9 years ago
  29. f328470 vulkan.py: Changes in previous WSI functions. by Ian Elliott · 9 years ago
  30. abd0772 Layers: changed layer names to conform to spec by David Pinedo · 9 years ago
  31. ce9b177 bug 15120: rename vkCmdPushConstants "values" to "pValues" by Chia-I Wu · 9 years ago
  32. 9ab6150 bug 15068: Use hardfp calling convention on Android for 32-bit ARM targets by Chia-I Wu · 9 years ago
  33. 9316d3b Moved header files from include to include/vulkan by David Pinedo · 9 years ago
  34. 0555952 misc: Update author information by Courtney Goeltzenleuchter · 9 years ago
  35. fcbe16f misc: switch copyright to Valve by Courtney Goeltzenleuchter · 9 years ago
  36. 1724104 bug 15045: vkGetPhysicalDeviceImageFormatProperties for unsupported formats (WIP) by Chia-I Wu · 9 years ago
  37. 5c17c96 bug 14537: vkGetPhysicalDeviceImageFormatProperties doesn't express all limitations (WIP) by Chia-I Wu · 9 years ago
  38. 28e0691 bug 14608: VkShaderModule object lifetime (WIP) by Chia-I Wu · 9 years ago
  39. ab83a0e bug 14918 part 4: more cleanups (WIP) by Chia-I Wu · 9 years ago
  40. 1b99bb2 bug 14918 part 3: sed renames by Chia-I Wu · 9 years ago
  41. aed8ca9 bug 14921 part 3: typos by Chia-I Wu · 9 years ago
  42. bb7fad9 v196: bug 14921 part 2: Expanding abbreviations for consistency (WIP) by Chia-I Wu · 9 years ago
  43. 3432a0c bug 14921 part 1: sed renames by Chia-I Wu · 9 years ago
  44. 2bfb33c bug 14918 part 2: some simple renames (WIP) by Chia-I Wu · 9 years ago
  45. 40cf0ae bug 14892 part 2: rename more "count" (WIP) by Chia-I Wu · 9 years ago
  46. 5353466 bug 14918 part1: consistency/cleanup ideas (from jbolz/pdaniell/dkoch) (WIP) by Chia-I Wu · 9 years ago
  47. 1ff4c3d bug 14848: Verifying Sparse Behavior (WIP) by Chia-I Wu · 9 years ago
  48. b99df44 bug 14543: rename VkTex* enums to VkTexture* similarly for VK_TEX_* to VK_TEXTURE_* (WIP) by Chia-I Wu · 9 years ago
  49. f7458c5 bug 12921: Memory callback (WIP) by Chia-I Wu · 9 years ago
  50. d50a7d7 bug 14892: 'count' parameters and members named inconsistently in many cases (WIP) by Chia-I Wu · 9 years ago
  51. d50677e bug 14909: Define "length" as it relates to push constants be in units of bytes not words (WIP) by Chia-I Wu · 9 years ago
  52. cbe3c9f bug 14876: Can timestamps be written inside a renderpass? (WIP) by Chia-I Wu · 9 years ago
  53. 2dc4af3 MR 461: Documented updated vkQueueSubmit and remove wait + signal semaphore operations on queues. (WIP) by Chia-I Wu · 9 years ago
  54. 51ce5ea bug 14868: Replace VkTimestampType with VkPipelineStageFlagBits (WIP) by Chia-I Wu · 9 years ago
  55. b16facd bug 14855: vkGetPipelineCacheSize is unique (consistency issue) (WIP) by Chia-I Wu · 9 years ago
  56. d8c946a bug 14365: Rename slopeScaledDepthBias to depthBiasSlopeScaled (WIP) by Chia-I Wu · 9 years ago
  57. ccc93a7 bug 14844: Query Pool issues (WIP) by Chia-I Wu · 9 years ago
  58. ce805cb vulkan.py: use generated "core" API by Chia-I Wu · 9 years ago
  59. 901e3d0 vulkan.py: fix vulkan.h parsing by Chia-I Wu · 9 years ago
  60. bee18a9 bug-14258: Make descriptor pools and command pools more consistent by Courtney Goeltzenleuchter · 9 years ago
  61. 4ca43f6 misc: Change clear rectangle to include array layer/count by Courtney Goeltzenleuchter · 9 years ago
  62. 646b907 bug-14746: add batched submit for semaphores and command buffers by Courtney Goeltzenleuchter · 9 years ago
  63. 06d8947 Bug 14621: Change vkGet* functions to not return VkResult by Courtney Goeltzenleuchter · 9 years ago
  64. 299e6d1 bug-14580: add dataSize to vkGetPipelineCacheData by Courtney Goeltzenleuchter · 9 years ago
  65. c9323e0 bug-14291: combine color and depth/stencil clears by Courtney Goeltzenleuchter · 9 years ago
  66. 08c2637 bug-14715: DrawIndirect fix by Courtney Goeltzenleuchter · 9 years ago
  67. 078f817 bug 14365: make separate viewport and scissor cmds by Courtney Goeltzenleuchter · 9 years ago
  68. 49c7308 bug 14365: replace dynamic state objects by Courtney Goeltzenleuchter · 9 years ago
  69. fe908d3 Bug 14644 - add poolUsage/maxSets to VkDescriptorPoolCreateInfo by Courtney Goeltzenleuchter · 9 years ago
  70. 45df9e1 Bug 14643: use VkClearDepthStencilValue by Courtney Goeltzenleuchter · 9 years ago
  71. 35985f6 bug 14509: Rename Layer and Extension queries by Courtney Goeltzenleuchter · 9 years ago
  72. a22097a bug 14537: Improve VkImageFormatProperties by Courtney Goeltzenleuchter · 9 years ago
  73. 2141f65 vulkan.h: Change return types of some functions to void by Mark Lobodzinski · 9 years ago
  74. da72a0d vulkan.h: Refactoring physical device sparse properties and limits, bug# 13139 by Mark Lobodzinski · 9 years ago
  75. 7e40db9 WSI: Convert WSI swapchain extension usage to new KHR style by Ian Elliott · 9 years ago
  76. 5861a1b Bug 14522: Remove VkAttachmentView by Courtney Goeltzenleuchter · 9 years ago
  77. d1aa3b2 vktrace: Add support for debug_marker_lunarg extension by Tobin Ehlis · 9 years ago
  78. 271ba75 v156: Bug 14451 - Rename dynamic state objects by Cody Northrop · 9 years ago
  79. 82485a8 Bug 14406: Add support for front/back stencil reference dynamic state by Cody Northrop · 9 years ago
  80. 1236511 Bug 14323: RasterLine and RasterDepthBias changes by Cody Northrop · 9 years ago
  81. fe14cda vulkan.py: Change to new WSI query functions. by Ian Elliott · 9 years ago
  82. ea65e49 codegen: Bring in fixes from glave codegen scripts to vulkan.py vk_helper.py by Jon Ashburn · 9 years ago
  83. d080288 v140: Bug 14251 - Inconsistencies in the definition of queries by Cody Northrop · 9 years ago
  84. 1e4f802 v139: Bug 14257 - Remove pCount parameter from vkAllocDescriptorSets by Cody Northrop · 9 years ago
  85. ab7db3b vulkan: Add vkCmdPushConstants entry point by Courtney Goeltzenleuchter · 9 years ago
  86. a97e2ea intel: Add support for GetRenderAreaGranularity by Courtney Goeltzenleuchter · 9 years ago
  87. 42540ef misc: Add vkGetPhysicalDeviceImageFormatProperties as a stub by Jon Ashburn · 9 years ago
  88. 1064fe3 layers: INITIAL Changes to use new WSI swapchain extensions. by Ian Elliott · 9 years ago
  89. 2d3ba63 v127: Use PFN_vkVoidFunction for GetProcAddr by Courtney Goeltzenleuchter · 9 years ago
  90. ceebbb1 v133: Update parameters on CmdPipelineBarrier by Courtney Goeltzenleuchter · 9 years ago
  91. dbd2032 v133: Update parameter types on CmdWaitEvents by Courtney Goeltzenleuchter · 9 years ago
  92. 2caec86 v115: remove GetPhysicalDevicePerformance by Courtney Goeltzenleuchter · 9 years ago
  93. e62183e icd: Support for command pools by Cody Northrop · 9 years ago
  94. fb71f22 bug-14184: Transient memory allocations by Courtney Goeltzenleuchter · 9 years ago
  95. 34ec692 Bug 14248: Add vkFreeDescriptorSets by Tony Barbour · 9 years ago
  96. a05dbaa Bug 14084 - Object Tracker, Image, Generic layers by Tony Barbour · 9 years ago
  97. a30e7e5 layers: Layer updates to get helpers compiling with type safety changes by Tobin Ehlis · 9 years ago
  98. 1d2cd3f Bug 14084 - Improve type safety and remove polymorphism by Tony Barbour · 9 years ago
  99. 08accc6 update vulkan.h for multi-pass command buffers (V131, #14075) by Chia-I Wu · 9 years ago
  100. cd2a099 vulkan: Rename bool32_t to VkBool32 by Courtney Goeltzenleuchter · 9 years ago