1. c2e987e vulkan.h: Bug 14181 - Barriers need to be more precise by Tony Barbour · 9 years ago
  2. be63799 loader: Move CreateDevice to device table by Courtney Goeltzenleuchter · 9 years ago
  3. 2c4e7c7 vulkan.h: V110 #13864 -- Border Color Values Underspecified by Tony Barbour · 9 years ago
  4. 04ee6b9 vulkan.h: Bug 14171 - remove unused structure type enums by Tony Barbour · 9 years ago
  5. 22e8116 vulkan.h: Bug 14153 - remove maxInlineMemoryUpdateSize by Tony Barbour · 9 years ago
  6. fdff557 vulkan.h: Bug 14136 - reorder logicop enums by Tony Barbour · 9 years ago
  7. 864fd38 vulkan.h: Bug 13900 - Remove initialCount from semaphores by Tony Barbour · 9 years ago
  8. e094edf vulkan.h: Bug 13616 Clarification of types of sample counts by Tony Barbour · 9 years ago
  9. 54f4f42 vulkan.h: Bug 13939 Remove references to depth/stencil resolve by Tony Barbour · 9 years ago
  10. 6d84d83 vulkan.h: V109 -- Remove minLod from VkImageViewCreateInfo by Tony Barbour · 9 years ago
  11. 426b905 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  12. 1d72310 Bug 14014: Allow multiple entrypoints in modules by Courtney Goeltzenleuchter · 9 years ago
  13. f2e33ad bug 14016: Make vkResetFences take const pFences by Courtney Goeltzenleuchter · 9 years ago
  14. dc3abe2 vulkan: remove unused error code by Courtney Goeltzenleuchter · 9 years ago
  15. d757630 vulkan.h: Remove vkGetFormatInfo, add features/limits (#12827, v125) by Chris Forbes · 9 years ago
  16. b25c9b9 bug 13038: Remove support for multiple GPUs by Courtney Goeltzenleuchter · 9 years ago
  17. 0e0fb5c vulkan.h: V104 -- Unify compute/graphics pipeline shader passing semantics, Bug# 13800 by Mark Lobodzinski · 9 years ago
  18. a65c463 vulkan.h: V103 -- Add VkPipelineLayout to vkCmdBindDescriptorSets, Bug# 14047 by Mark Lobodzinski · 9 years ago
  19. eb66fee misc: Remove VK_PHYSICAL_DEVICE_INFO_TYPE_DISPLAY_PROPERTIES_WSI by Jon Ashburn · 9 years ago
  20. ba4a195 misc: Remove GetDisplayInfoWSI() by Jon Ashburn · 9 years ago
  21. 4405fbf vulkan.h: V102 -- Rename min/maxDepth for DepthStencil, Bug# 13917 by Mark Lobodzinski · 9 years ago
  22. 101e169 vulkan.h: V101 -- Remove programPointSize, Bug# 13928 by Mark Lobodzinski · 9 years ago
  23. b480085 vulkan.h: V100 -- Remove vkClearDescriptorSets, Bug# 13783 by Mark Lobodzinski · 9 years ago
  24. 78a9557 vulkan.h: V99 -- Remove fixed-function point parameters, Bug# 13928 by Mark Lobodzinski · 9 years ago
  25. 3446b5a vulkan.h: V99 -- Remove vkPinSystemMemory, Bug# 13926 by Mark Lobodzinski · 9 years ago
  26. 7cb8050 vulkan.h: V99 -- Remove vkSetMemoryPriority, Bug# 13925 by Mark Lobodzinski · 9 years ago
  27. 1d66eeb debug_report: Add error codes by Courtney Goeltzenleuchter · 9 years ago
  28. cc4dfcf loader: Remove GetGlobalExtensionInfo from dispatch table by Jon Ashburn · 9 years ago
  29. c0d0bb0 bug-13466: Implement comment #14 by Courtney Goeltzenleuchter · 9 years ago
  30. 6f8cd63 layers: Fix DrawState and ParamChecker to only use debug_marker if enabled by Jon Ashburn · 9 years ago
  31. eca60e6 debug_report: Add debug message flag by Courtney Goeltzenleuchter · 9 years ago
  32. dac96cf vulkan: Fix for bug 13785. by Courtney Goeltzenleuchter · 9 years ago
  33. f0615e2 misc: Make DEBUG_MARKER entrypoints a device extension with separate dispatch by Jon Ashburn · 9 years ago
  34. 24e292a debug: remove old debug extension header by Courtney Goeltzenleuchter · 9 years ago
  35. 1c7c65d extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  36. 7f76f5d misc: white space cleanup by Courtney Goeltzenleuchter · 9 years ago
  37. cedc15f misc: Make wsi lunarg an extension rather than core entrypoints by Jon Ashburn · 9 years ago
  38. 1245cec misc: Change vkGetProcAddr to vkGetDeviceProcAddr by Jon Ashburn · 9 years ago
  39. 80d3b71 misc: Remove validation bit from the CreateDevice flags by Jon Ashburn · 9 years ago
  40. 2666e2f misc: Loader and Layers move device chain activation to CreateDevice by Jon Ashburn · 9 years ago
  41. 52c1d73 layers: Use the instance chain for entrypoints with instance by Jon Ashburn · 9 years ago
  42. 79b78ac layers: Add GetInstanceProcAddr() to all layers by Jon Ashburn · 9 years ago
  43. 9a9bb64 loader: Make VkInstance a dispatchable object and init with instance table by Jon Ashburn · 9 years ago
  44. 8cd8ecd v98: replace vkUpdateDescriptors() by vkUpdateDescriptorSets() by Chia-I Wu · 9 years ago
  45. 0fe9549 v98: remove vk{Begin,End}DescriptorPoolUpdate() by Chia-I Wu · 9 years ago
  46. d3114a2 v98: rename count to arraySize in VkDescriptorSetLayoutBinding by Chia-I Wu · 9 years ago
  47. 2318261 vulkan.h: V97 -- Remove multiple allocations. Bug# 13948. by Mark Lobodzinski · 9 years ago
  48. 20f6859 vulkan.h: V96 -- xglCmdBlitImage filter mode. Bug# 13759. by Mark Lobodzinski · 9 years ago
  49. fb9f564 vulkan.h: V93 -- fine-grained memory binding synchronization. Bug# 13464 by Mark Lobodzinski · 9 years ago
  50. 84b4ce1 vulkan.h: V94 -- remove vkCmdCloneImageData. Bug #16550. by Mark Lobodzinski · 9 years ago
  51. 53c1677 misc: Add vkGetInstanceProcAddr() entrypoint by Jon Ashburn · 9 years ago
  52. ac83452 bug 13854: Remove memory references by Courtney Goeltzenleuchter · 9 years ago
  53. a569a50 bug-13690: Clarification on vkFlushMappedMemory by Courtney Goeltzenleuchter · 9 years ago
  54. da4a99e bug-13751: Update vkCmdClearColorImage color parameter by Courtney Goeltzenleuchter · 10 years ago
  55. bb1f360 vkEnumerateLayers: Update to match upstream by Courtney Goeltzenleuchter · 10 years ago
  56. 11e76ac vulkan.h: Fix up warnings and use VkObject appropriately by Tony Barbour · 10 years ago
  57. 699e2aa misc: Make headers match upstream by Courtney Goeltzenleuchter · 10 years ago
  58. 230e625 update to vulkan.h header version 90, bug 13529 by Mike Stroyan · 10 years ago
  59. 5b66aa5 switch to VK_WSI_LunarG by Chia-I Wu · 10 years ago
  60. 2b302f2 update vk_wsi_lunarg.h ... by Chia-I Wu · 10 years ago
  61. 556f721 vulkan: Update vulkan.h for revision 89 -- Bug #13743 by Mark Lobodzinski · 10 years ago
  62. 1a01b1d vulkan: Update vulkan.h for revision 88 -- Bug #13744 by Cody Northrop · 10 years ago
  63. 1508627 WSI header file changes pushed upstream. by Ian Elliott · 10 years ago
  64. 2986281 bug-13668: Support for pipeline statistics queries by Courtney Goeltzenleuchter · 10 years ago
  65. ec96c18 bug-13466: Note conflict with upstream on VkQueryResultFlags by Courtney Goeltzenleuchter · 10 years ago
  66. 553acb9 misc: non-functional changes to match upstream header by Courtney Goeltzenleuchter · 10 years ago
  67. 859ceab Bug 13632 Header 84 Add VkFlushMappedMemory by Tony Barbour · 10 years ago
  68. 3e3420a Bug 13632 Header 84 Add offset and size to VkMapMemory by Tony Barbour · 10 years ago
  69. 6097f3a vulkan: Remove VkDescriptorSetLayoutChain from vkCmdBindDescriptorSets by Chia-I Wu · 10 years ago
  70. 8205d90 Bug 13632 Header 84 Assorted questions and comments on vulkan.h by Tony Barbour · 10 years ago
  71. 07b309a misc: Change vkEnumerateGpus to vkEnumeratePhysicalDevices by Jon Ashburn · 10 years ago
  72. 4753653 vulkan: Rename bindInfo to pBindInfo. by Jeremy Hayes · 10 years ago
  73. 4696294 bug 13632: Convert commands to plural form by Courtney Goeltzenleuchter · 10 years ago
  74. d02809a vulkan: Update object memory requirements (13723). by Jeremy Hayes · 10 years ago
  75. 0ef6ec5 Add GetPhysicalDeviceExtensionInfo() function to API by Tobin Ehlis · 10 years ago
  76. 9804906 bug 13466: Allow writing query results to buffer memory by Courtney Goeltzenleuchter · 10 years ago
  77. cf26e07 vulkan: Updated vulkan.h for revision 79 -- Bug #13464 by Mark Lobodzinski · 10 years ago
  78. 97dcd04 vulkan.h: V74. Unify memory pools. Bug #13633. by Mark Lobodzinski · 10 years ago
  79. 11f7437 vulkan.h: Rename parameters in vkCmdResolveImage calls by Tony Barbour · 10 years ago
  80. e9f9994 intel: Fix xglCmdImageResolve doesn't properly support MSAA texture arrays by Tony Barbour · 10 years ago
  81. 9c65322 misc: Remove validation level by Jon Ashburn · 10 years ago
  82. ad87081 vulkan: Consistent naming scheme for resources in XGL by Courtney Goeltzenleuchter · 10 years ago
  83. eb2728b vulkan: Add vkGetGlobalExtensionInfo entrypoint by Jon Ashburn · 10 years ago
  84. f4f6959 vulkan: Match white space formating of upstream by Courtney Goeltzenleuchter · 10 years ago
  85. 070f6da vulkan: Avoid use of reserved underscore-uppercase sequence by Courtney Goeltzenleuchter · 10 years ago
  86. 5413d20 vk_platform: Remove unneeded type after rename by Courtney Goeltzenleuchter · 10 years ago
  87. 136eb18 vulkan: Naming beautification by Courtney Goeltzenleuchter · 10 years ago
  88. fcf855f vulkan: Naming beautification by Courtney Goeltzenleuchter · 10 years ago
  89. 301c5f0 loader: refactor layer activation function to handle more general inputs by Jon Ashburn · 10 years ago
  90. 9125202 vulkan.h: v75. Add cube-compatible image create bit. Bug 13609 by Mark Lobodzinski · 10 years ago
  91. 9cbbfe3 vulkan.h: Added comments as specified in Bug 13606 by Mark Lobodzinski · 10 years ago
  92. 382489d vulkan: beautification changes by Courtney Goeltzenleuchter · 10 years ago
  93. ddcb619 vulkan: API renaming by Courtney Goeltzenleuchter · 10 years ago
  94. 2040b43 rename vkPlatform.h -> vk_platform.h by Courtney Goeltzenleuchter · 10 years ago
  95. d38dcc9 xgl.h v70. Fix for vkUpdateDescriptors. Bug 13615 by Courtney Goeltzenleuchter · 10 years ago
  96. a8c0628 renaming: Move many xgl files to vk version by Courtney Goeltzenleuchter · 10 years ago
  97. bfd2605 rename: Clean header to match svn version by Courtney Goeltzenleuchter · 10 years ago
  98. 9cc421e Stage 1 of rename by Courtney Goeltzenleuchter · 10 years ago
  99. 89e99e6 Symbolic links while things are moving by Courtney Goeltzenleuchter · 10 years ago
  100. 6857076 intel: Add XGL_PIPE_EVENT_LOCAL_FRAGMENT_PROCESSING_COMPLETE by Tony Barbour · 10 years ago