1. 111d8d9 Remove Khronos confidential clause from license text. by Karl Schultz · 8 years ago
  2. e9f09ef loader: Null-terminated string checks by Mark Lobodzinski · 8 years ago
  3. b168b1a loader: GL120, move critical section to cover loader_get_icd_and_device by Andrzej Kotlowski · 8 years ago
  4. 6e0a213 loader: Fix bug on pass by value for created_instance by Jon Ashburn · 8 years ago
  5. 23d36b1 loader:Update copyright and apply clang-format (no logic changes) by Jon Ashburn · 8 years ago
  6. ccd00a6 loader: Fix createInstance to pass pAllocator down by Jon Ashburn · 8 years ago
  7. f9af1d3 loader: Disable using CreateInstance allocation callbacks by Jon Ashburn · 8 years ago
  8. 373c180 vktrace: Get partially working again with the new loader/layer interface by Jon Ashburn · 8 years ago
  9. 524b7e3 loader: remove resolved TODOs by Courtney Goeltzenleuchter · 8 years ago
  10. 00150eb loader: implement new layer init method by Courtney Goeltzenleuchter · 8 years ago
  11. e5b9bba loader: Return the loader created instance rather than from the instance chain by Jon Ashburn · 8 years ago
  12. e46cf7c loader: Fix bad memory ref and CreateInstance fail don't write ouptut by Jon Ashburn · 8 years ago
  13. 725930d loader: Fix so unwrapped instance gets used for layer instance extension dispatch by Jon Ashburn · 8 years ago
  14. 5f55660 loader: Fix so unwrapped instance gets used for layer instance extension dispatch by Jon Ashburn · 8 years ago
  15. f19916e misc: Move to Vulkan header version 0.222 by Jon Ashburn · 8 years ago
  16. 6a118ae misc: make sure host memory alignment is a power of two by Jon Ashburn · 8 years ago
  17. 19d3bf1 misc: rename startXXX to firstXXX and add firstXXX param to setviewport/scissor by Jon Ashburn · 9 years ago
  18. 7415d5a debug_report: rename object type and error bits by Courtney Goeltzenleuchter · 9 years ago
  19. 45cde5d loader: use callbacks from CreateInstance by Courtney Goeltzenleuchter · 9 years ago
  20. 8288727 loader: utils for managing debug report events by Courtney Goeltzenleuchter · 9 years ago
  21. f821dad misc: Update copyright statements by Courtney Goeltzenleuchter · 9 years ago
  22. 6e6a216 loader: Convert ext list helper functions to generic form by Jon Ashburn · 9 years ago
  23. 954fa34 loader: Started porting loader to new WSI (GIPA missing). by Ian Elliott · 9 years ago
  24. 781a7ae loader: Don't use ICD's VkDevice after it has been destroyed by Jon Ashburn · 9 years ago
  25. ce9b177 bug 15120: rename vkCmdPushConstants "values" to "pValues" by Chia-I Wu · 9 years ago
  26. 9ab6150 bug 15068: Use hardfp calling convention on Android for 32-bit ARM targets by Chia-I Wu · 9 years ago
  27. 0555952 misc: Update author information by Courtney Goeltzenleuchter · 9 years ago
  28. fcbe16f misc: switch copyright to Valve by Courtney Goeltzenleuchter · 9 years ago
  29. c208790 misc: Remove Vulkan name from Copyright by Courtney Goeltzenleuchter · 9 years ago
  30. 1724104 bug 15045: vkGetPhysicalDeviceImageFormatProperties for unsupported formats (WIP) by Chia-I Wu · 9 years ago
  31. 5c17c96 bug 14537: vkGetPhysicalDeviceImageFormatProperties doesn't express all limitations (WIP) by Chia-I Wu · 9 years ago
  32. 28e0691 bug 14608: VkShaderModule object lifetime (WIP) by Chia-I Wu · 9 years ago
  33. 00eb6c0 loader: Call down chain for vkEnumerateDeviceExtensionProperties by Jon Ashburn · 9 years ago
  34. 24cd4be loader: Create a VkPhysicalDevice object rather than using ICDs by Jon Ashburn · 9 years ago
  35. 1b99bb2 bug 14918 part 3: sed renames by Chia-I Wu · 9 years ago
  36. 3432a0c bug 14921 part 1: sed renames by Chia-I Wu · 9 years ago
  37. 2bfb33c bug 14918 part 2: some simple renames (WIP) by Chia-I Wu · 9 years ago
  38. 40cf0ae bug 14892 part 2: rename more "count" (WIP) by Chia-I Wu · 9 years ago
  39. 5353466 bug 14918 part1: consistency/cleanup ideas (from jbolz/pdaniell/dkoch) (WIP) by Chia-I Wu · 9 years ago
  40. 1ff4c3d bug 14848: Verifying Sparse Behavior (WIP) by Chia-I Wu · 9 years ago
  41. b99df44 bug 14543: rename VkTex* enums to VkTexture* similarly for VK_TEX_* to VK_TEXTURE_* (WIP) by Chia-I Wu · 9 years ago
  42. f7458c5 bug 12921: Memory callback (WIP) by Chia-I Wu · 9 years ago
  43. d50a7d7 bug 14892: 'count' parameters and members named inconsistently in many cases (WIP) by Chia-I Wu · 9 years ago
  44. 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
  45. cbe3c9f bug 14876: Can timestamps be written inside a renderpass? (WIP) by Chia-I Wu · 9 years ago
  46. 2dc4af3 MR 461: Documented updated vkQueueSubmit and remove wait + signal semaphore operations on queues. (WIP) by Chia-I Wu · 9 years ago
  47. 51ce5ea bug 14868: Replace VkTimestampType with VkPipelineStageFlagBits (WIP) by Chia-I Wu · 9 years ago
  48. b16facd bug 14855: vkGetPipelineCacheSize is unique (consistency issue) (WIP) by Chia-I Wu · 9 years ago
  49. d8c946a bug 14365: Rename slopeScaledDepthBias to depthBiasSlopeScaled (WIP) by Chia-I Wu · 9 years ago
  50. ccc93a7 bug 14844: Query Pool issues (WIP) by Chia-I Wu · 9 years ago
  51. bee18a9 bug-14258: Make descriptor pools and command pools more consistent by Courtney Goeltzenleuchter · 9 years ago
  52. 4ca43f6 misc: Change clear rectangle to include array layer/count by Courtney Goeltzenleuchter · 9 years ago
  53. 646b907 bug-14746: add batched submit for semaphores and command buffers by Courtney Goeltzenleuchter · 9 years ago
  54. 06d8947 Bug 14621: Change vkGet* functions to not return VkResult by Courtney Goeltzenleuchter · 9 years ago
  55. 299e6d1 bug-14580: add dataSize to vkGetPipelineCacheData by Courtney Goeltzenleuchter · 9 years ago
  56. c9323e0 bug-14291: combine color and depth/stencil clears by Courtney Goeltzenleuchter · 9 years ago
  57. 1ff1759 Loader: Fix locking bug in CreateInstance by Jon Ashburn · 9 years ago
  58. e0e6457 loader: Fixes in trampoline code to support layers which wrap objects by Jon Ashburn · 9 years ago
  59. 08c2637 bug-14715: DrawIndirect fix by Courtney Goeltzenleuchter · 9 years ago
  60. 078f817 bug 14365: make separate viewport and scissor cmds by Courtney Goeltzenleuchter · 9 years ago
  61. 49c7308 bug 14365: replace dynamic state objects by Courtney Goeltzenleuchter · 9 years ago
  62. fe908d3 Bug 14644 - add poolUsage/maxSets to VkDescriptorPoolCreateInfo by Courtney Goeltzenleuchter · 9 years ago
  63. 45df9e1 Bug 14643: use VkClearDepthStencilValue by Courtney Goeltzenleuchter · 9 years ago
  64. 35985f6 bug 14509: Rename Layer and Extension queries by Courtney Goeltzenleuchter · 9 years ago
  65. b05e8c1 loader: Remove windows disable of global optimization. by Jon Ashburn · 9 years ago
  66. a22097a bug 14537: Improve VkImageFormatProperties by Courtney Goeltzenleuchter · 9 years ago
  67. 2141f65 vulkan.h: Change return types of some functions to void by Mark Lobodzinski · 9 years ago
  68. ed89407 bug-14538: Remove driver validation checks by Courtney Goeltzenleuchter · 9 years ago
  69. da72a0d vulkan.h: Refactoring physical device sparse properties and limits, bug# 13139 by Mark Lobodzinski · 9 years ago
  70. 87d6aa9 loader: make thirdparty code use allocation callbacks by Jon Ashburn · 9 years ago
  71. e39a4f8 loader: Make use of app provided allocation callbacks by Jon Ashburn · 9 years ago
  72. 5861a1b Bug 14522: Remove VkAttachmentView by Courtney Goeltzenleuchter · 9 years ago
  73. 271ba75 v156: Bug 14451 - Rename dynamic state objects by Cody Northrop · 9 years ago
  74. 82485a8 Bug 14406: Add support for front/back stencil reference dynamic state by Cody Northrop · 9 years ago
  75. 1236511 Bug 14323: RasterLine and RasterDepthBias changes by Cody Northrop · 9 years ago
  76. 3d00233 loader: Make so layer manifest files are retained at CreateInstance by Jon Ashburn · 9 years ago
  77. 8810c5f loader: Make the ICD library scan happen as needed rather than once by Jon Ashburn · 9 years ago
  78. eacfa3a loader: Make the global/instance ext list once for each instance by Jon Ashburn · 9 years ago
  79. 9a4c6aa loader: Remove global instance extension list and rebuild it as needed by Jon Ashburn · 9 years ago
  80. b82c185 loader: Remove one time scan of layer libraries; do it as needed by Jon Ashburn · 9 years ago
  81. d080288 v140: Bug 14251 - Inconsistencies in the definition of queries by Cody Northrop · 9 years ago
  82. 1e4f802 v139: Bug 14257 - Remove pCount parameter from vkAllocDescriptorSets by Cody Northrop · 9 years ago
  83. ab7db3b vulkan: Add vkCmdPushConstants entry point by Courtney Goeltzenleuchter · 9 years ago
  84. 754864f loader: Add missing entrypoints CmdPushConstants, GetRenderArea, GetPDImgFormat by Jon Ashburn · 9 years ago
  85. b2ef137 loader: Switch to using layer manifest file info for layer extension info by Jon Ashburn · 9 years ago
  86. d3ef02f loader: Changes to use new WSI swapchain extensions. by Ian Elliott · 9 years ago
  87. ceebbb1 v133: Update parameters on CmdPipelineBarrier by Courtney Goeltzenleuchter · 9 years ago
  88. dbd2032 v133: Update parameter types on CmdWaitEvents by Courtney Goeltzenleuchter · 9 years ago
  89. 2caec86 v115: remove GetPhysicalDevicePerformance by Courtney Goeltzenleuchter · 9 years ago
  90. e62183e icd: Support for command pools by Cody Northrop · 9 years ago
  91. fb71f22 bug-14184: Transient memory allocations by Courtney Goeltzenleuchter · 9 years ago
  92. 34ec692 Bug 14248: Add vkFreeDescriptorSets by Tony Barbour · 9 years ago
  93. 1d2cd3f Bug 14084 - Improve type safety and remove polymorphism by Tony Barbour · 9 years ago
  94. 08accc6 update vulkan.h for multi-pass command buffers (V131, #14075) by Chia-I Wu · 9 years ago
  95. cd2a099 vulkan: Rename bool32_t to VkBool32 by Courtney Goeltzenleuchter · 9 years ago
  96. c669cc6 misc: Support Pipeline caches and multi pipeline create, bug 14033 API changes by Jon Ashburn · 9 years ago
  97. 16e8bef vulkan.h: V136 -- Vulkan Sparse Resource Issues by Mark Lobodzinski · 9 years ago
  98. 2d0c4bb loader: Use layer manifest files to discovery and query layers by Jon Ashburn · 9 years ago
  99. 366b27a loader: Add validation checks to CreateDevice by Courtney Goeltzenleuchter · 9 years ago
  100. 3b8c5ff loader: Validate global layers requested by app by Courtney Goeltzenleuchter · 9 years ago