1. 942b172 vulkan.h: V93 -- fine-grained memory binding synchronization. Bug# 13464 by Mark Lobodzinski · 9 years ago
  2. 2501add vulkan.h: V94 -- remove vkCmdCloneImageData. Bug #16550. by Mark Lobodzinski · 9 years ago
  3. b0fbe91 misc: Add vkGetInstanceProcAddr() entrypoint by Jon Ashburn · 9 years ago
  4. b66f5fd bug 13854: Remove memory references by Courtney Goeltzenleuchter · 9 years ago
  5. f69f8a2 bug-13690: Clarification on vkFlushMappedMemory by Courtney Goeltzenleuchter · 9 years ago
  6. d7a5cff bug-13751: Update vkCmdClearColorImage color parameter by Courtney Goeltzenleuchter · 9 years ago
  7. d9dc0c7 vkEnumerateLayers: Update to match upstream by Courtney Goeltzenleuchter · 9 years ago
  8. b050c68 update to vulkan.h header version 90, bug 13529 by Mike Stroyan · 9 years ago
  9. f869338 switch to VK_WSI_LunarG by Chia-I Wu · 9 years ago
  10. 0fadf5f vulkan: Update vulkan.h for revision 89 -- Bug #13743 by Mark Lobodzinski · 9 years ago
  11. d4c1a50 vulkan: Update vulkan.h for revision 88 -- Bug #13744 by Cody Northrop · 9 years ago
  12. b125054 Bug 13632 Header 84 Add VkFlushMappedMemory by Tony Barbour · 9 years ago
  13. 71a8512 Bug 13632 Header 84 Add offset and size to VkMapMemory by Tony Barbour · 9 years ago
  14. a3b9a20 vulkan: Remove VkDescriptorSetLayoutChain from vkCmdBindDescriptorSets by Chia-I Wu · 9 years ago
  15. d1c3572 Bug 13632 Header 84 Assorted questions and comments on vulkan.h by Tony Barbour · 9 years ago
  16. 83a6425 misc: Change vkEnumerateGpus to vkEnumeratePhysicalDevices by Jon Ashburn · 9 years ago
  17. af0d72c vulkan: Rename bindInfo to pBindInfo. by Jeremy Hayes · 9 years ago
  18. f68ad72 bug 13632: Convert commands to plural form by Courtney Goeltzenleuchter · 9 years ago
  19. 0193901 Add GetPhysicalDeviceExtensionInfo() function to API by Tobin Ehlis · 9 years ago
  20. 7ad197f layers: Removing old GetExtensionSupport API call by Tobin Ehlis · 9 years ago
  21. 1dbc8e2 bug 13466: Allow writing query results to buffer memory by Courtney Goeltzenleuchter · 9 years ago
  22. 40f7f40 vulkan: Updated vulkan.h for revision 79 -- Bug #13464 by Mark Lobodzinski · 9 years ago
  23. 6865d4a vulkan.h: Rename parameters in vkCmdResolveImage calls by Tony Barbour · 9 years ago
  24. 9fd4cc4 vulkan: Add vkGetGlobalExtensionInfo entrypoint by Jon Ashburn · 9 years ago
  25. 502744a vulkan: Naming beautification by Courtney Goeltzenleuchter · 9 years ago
  26. bacb0f5 loader: refactor layer activation function to handle more general inputs by Jon Ashburn · 9 years ago
  27. fb4efc6 vulkan: beautification changes by Courtney Goeltzenleuchter · 9 years ago
  28. 95487bc vulkan: API renaming by Courtney Goeltzenleuchter · 9 years ago
  29. f53c3cb renaming: Move many xgl files to vk version by Courtney Goeltzenleuchter · 9 years ago[Renamed (99%) from xgl.py]
  30. d8e229c Stage 1 of rename by Courtney Goeltzenleuchter · 9 years ago
  31. b317fad misc: Add create_info struct to CreateInstance() by Jon Ashburn · 9 years ago
  32. 148e158 Updated header file to version 67 (xglResetFences) by Mark Lobodzinski · 9 years ago
  33. 97b7523 xgl: Enable new mem ref functions by Courtney Goeltzenleuchter · 9 years ago
  34. 2ebabfb xgl: Remove QueueSetGlobalMemReferences by Courtney Goeltzenleuchter · 9 years ago
  35. d3fb955 xgl: Add QueueMemReference functions by Courtney Goeltzenleuchter · 9 years ago
  36. fca98f2 glave: Rename descriptor region to descriptor pool by Jon Ashburn · 9 years ago
  37. 53f07d7 binding: update for xglCmdBindDescriptorSets() by Chia-I Wu · 9 years ago
  38. 41126e5 binding: introduce XGL_DESCRIPTOR_SET_LAYOUT_CHAIN by Chia-I Wu · 9 years ago
  39. fae40bc binding: rename xglClearDescriptorPool() by Chia-I Wu · 9 years ago
  40. b41393e binding: update XGL_DESCRIPTOR_SET_LAYOUT_CREATE_INFO by Chia-I Wu · 9 years ago
  41. 985ba16 binding: rename descriptor region to descriptor pool by Chia-I Wu · 9 years ago
  42. ebb9584 xgl: Rename XGL_QUEUE_SEMAPHORE to XGL_SEMAPHORE by Courtney Goeltzenleuchter · 9 years ago
  43. 583495b xgl: Remove xglSetFastClearColor / xglSetFastClearDepth by Courtney Goeltzenleuchter · 9 years ago
  44. 0d40f15 xgl: Remove PIPELINE_DELTA. by Courtney Goeltzenleuchter · 9 years ago
  45. b3efe9b xgl: Add IMAGE_LAYOUT to Cmd*Image* calls by Courtney Goeltzenleuchter · 9 years ago
  46. 1e8f3be xgl: Add XGL_PIPE_EVENT to CmdResetEvent by Courtney Goeltzenleuchter · 9 years ago
  47. 89299fa xgl: Add xglCmdBlitImage entry point by Courtney Goeltzenleuchter · 9 years ago
  48. 69894b7 xgl: Proposal to remove XGL_FRAMEBUFFER by Courtney Goeltzenleuchter · 9 years ago
  49. c80a557 xgl: update xglDbg.h for XGL_INSTANCE by Courtney Goeltzenleuchter · 9 years ago
  50. d462fba xgl: combine xglCmdClearColor* into one function by Courtney Goeltzenleuchter · 9 years ago
  51. 18248e6 xgl: Impossible to expose multi-function queues by Courtney Goeltzenleuchter · 9 years ago
  52. 290dcb1 Revert "misc: Add xglRecordMemoryRange entrypoint and use it in Glave" by Jon Ashburn · 9 years ago
  53. 9296775 misc: Add xglRecordMemoryRange entrypoint and use it in Glave by Jon Ashburn · 9 years ago
  54. d47a1c4 xgl: Final edits for rev47+ alignment by Mark Lobodzinski · 10 years ago
  55. e13f198 render_pass: Add CmdBegin{End}RenderPass() by Jon Ashburn · 10 years ago
  56. 7e65d75 All of the codegen for layers is now working well enough that the generated layers will compile. by Tobin Ehlis · 10 years ago
  57. e5f98b9 instance: Remove xglInitAndEnumerateGpus by Jon Ashburn · 10 years ago
  58. 1beab2d instance: Added initial {Create|Destroy}Instance() and xglEnumerateGpus(). by Jon Ashburn · 10 years ago
  59. 17caf57 xgl: Remove XGL_* typedef wrappers by Mark Lobodzinski · 10 years ago
  60. 58c2018 xgl: Add fast clear APIs by Mark Lobodzinski · 10 years ago
  61. 2958902 xgl: Remove xglCmdAtomics by Courtney Goeltzenleuchter · 10 years ago
  62. 9b6eae5 memory alloc: Add allocation index to BindObjectMemory by Jon Ashburn · 10 years ago
  63. 96bcce0 memory alloc: Remove xglGetMemoryHeapXXX from driver,loader, glave, layers by Jon Ashburn · 10 years ago
  64. 11078b0 xgl: move to new resource binding model by Chia-I Wu · 10 years ago
  65. fb80d5f xgl: Resource transition proposal from Bug 12904. by Mike Stroyan · 10 years ago
  66. f52346d driver:implement changes for Dynamic State by Tony Barbour · 10 years ago
  67. 1a28fe0 update for buffer object changes by Chia-I Wu · 10 years ago
  68. d65ae08 misc: Fix tiler rebase in driver, tests, include by Jeremy Hayes · 10 years ago
  69. 99a7f5d xgl.py: missing xgl prefix in XGL_LAYER_DISPATCH_TABLE by Chia-I Wu · 10 years ago
  70. cde29f1 xgl.py: fix prototype paring by Chia-I Wu · 10 years ago
  71. 391bb6d xgl: Add xgl header changes for rev30 and 31. by Mark Lobodzinski · 10 years ago
  72. 27697e4 xgl.py: remove special-purpose functions by Chia-I Wu · 10 years ago
  73. a5d28fa xgl.py: add more methods to Param and Proto by Chia-I Wu · 10 years ago
  74. f2ffc52 xgl.py: update with parsed core extension by Chia-I Wu · 10 years ago
  75. 509a412 xgl.py: add the ability to parse xgl.h by Chia-I Wu · 10 years ago
  76. e86d8ab xgl.py: add names of objects by Chia-I Wu · 10 years ago
  77. af3b555 xgl.py: add c_pretty_decl() to Proto by Chia-I Wu · 10 years ago
  78. 9a4ceb1 xgl.py: remove icd_dispatch_table by Chia-I Wu · 10 years ago
  79. e442dc3 xgl.py: use lists instead of tuples by Chia-I Wu · 10 years ago
  80. c4f24e8 xgl.py: add Extension by Chia-I Wu · 10 years ago
  81. e05c8c6 loader: handle inserting dispatch table pointer into all created objects by Jon Ashburn · 10 years ago
  82. d586459 Add reserved parameter to xglEnumerateLayers for layer usage by Jon Ashburn · 10 years ago
  83. 7a42e12 update to the latest vertex fetch proposal by Chia-I Wu · 10 years ago
  84. eecd408 wsi_x11: add xcb_window_t to xglWsiX11GetMSC() by Chia-I Wu · 10 years ago
  85. e50fae5 Change GetProcAddr function signature to use XGL types. by Jon Ashburn · 10 years ago
  86. f7bcf9b Add xglEnumerateLayers function including support in layers. by Jon Ashburn · 10 years ago
  87. d38bfb1 Layers initial prototype. by Jon Ashburn · 10 years ago
  88. 6dee8b8 add stubs for XGL_WSI_X11 by Chia-I Wu · 10 years ago
  89. 6bdf019 xgl-generate: do not hardcode #include's by Chia-I Wu · 10 years ago
  90. 900a257 xgl-generate: add is_dispatchable() by Chia-I Wu · 10 years ago
  91. fb2559d xgl-generate: add a script for code generation by Chia-I Wu · 10 years ago