1. 0ef6ec5 Add GetPhysicalDeviceExtensionInfo() function to API by Tobin Ehlis · 9 years ago
  2. 46c9665 layers: Removing old GetExtensionSupport API call by Tobin Ehlis · 9 years ago
  3. 9804906 bug 13466: Allow writing query results to buffer memory by Courtney Goeltzenleuchter · 9 years ago
  4. cf26e07 vulkan: Updated vulkan.h for revision 79 -- Bug #13464 by Mark Lobodzinski · 9 years ago
  5. 11f7437 vulkan.h: Rename parameters in vkCmdResolveImage calls by Tony Barbour · 9 years ago
  6. eb2728b vulkan: Add vkGetGlobalExtensionInfo entrypoint by Jon Ashburn · 10 years ago
  7. fcf855f vulkan: Naming beautification by Courtney Goeltzenleuchter · 10 years ago
  8. 301c5f0 loader: refactor layer activation function to handle more general inputs by Jon Ashburn · 10 years ago
  9. 382489d vulkan: beautification changes by Courtney Goeltzenleuchter · 10 years ago
  10. ddcb619 vulkan: API renaming by Courtney Goeltzenleuchter · 9 years ago
  11. a8c0628 renaming: Move many xgl files to vk version by Courtney Goeltzenleuchter · 9 years ago[Renamed (99%) from xgl.py]
  12. 9cc421e Stage 1 of rename by Courtney Goeltzenleuchter · 10 years ago
  13. 29669a4 misc: Add create_info struct to CreateInstance() by Jon Ashburn · 10 years ago
  14. ebe814d Updated header file to version 67 (xglResetFences) by Mark Lobodzinski · 10 years ago
  15. 8d49dbd xgl: Enable new mem ref functions by Courtney Goeltzenleuchter · 10 years ago
  16. 4f6fa36 xgl: Remove QueueSetGlobalMemReferences by Courtney Goeltzenleuchter · 10 years ago
  17. cfedf36 xgl: Add QueueMemReference functions by Courtney Goeltzenleuchter · 10 years ago
  18. 8f831ab glave: Rename descriptor region to descriptor pool by Jon Ashburn · 10 years ago
  19. 862c557 binding: update for xglCmdBindDescriptorSets() by Chia-I Wu · 10 years ago
  20. 7732cb2 binding: introduce XGL_DESCRIPTOR_SET_LAYOUT_CHAIN by Chia-I Wu · 10 years ago
  21. dee9561 binding: rename xglClearDescriptorPool() by Chia-I Wu · 10 years ago
  22. fc9d913 binding: update XGL_DESCRIPTOR_SET_LAYOUT_CREATE_INFO by Chia-I Wu · 10 years ago
  23. 8d24b3b binding: rename descriptor region to descriptor pool by Chia-I Wu · 10 years ago
  24. 0d2efef xgl: Rename XGL_QUEUE_SEMAPHORE to XGL_SEMAPHORE by Courtney Goeltzenleuchter · 10 years ago
  25. c265d94 xgl: Remove xglSetFastClearColor / xglSetFastClearDepth by Courtney Goeltzenleuchter · 9 years ago
  26. 32876a1 xgl: Remove PIPELINE_DELTA. by Courtney Goeltzenleuchter · 10 years ago
  27. 51cbf30 xgl: Add IMAGE_LAYOUT to Cmd*Image* calls by Courtney Goeltzenleuchter · 10 years ago
  28. aa86e0e xgl: Add XGL_PIPE_EVENT to CmdResetEvent by Courtney Goeltzenleuchter · 10 years ago
  29. b787a1e xgl: Add xglCmdBlitImage entry point by Courtney Goeltzenleuchter · 10 years ago
  30. e3b0f3a xgl: Proposal to remove XGL_FRAMEBUFFER by Courtney Goeltzenleuchter · 10 years ago
  31. 9d36ef4 xgl: update xglDbg.h for XGL_INSTANCE by Courtney Goeltzenleuchter · 9 years ago
  32. 9a1ded8 xgl: combine xglCmdClearColor* into one function by Courtney Goeltzenleuchter · 10 years ago
  33. f316806 xgl: Impossible to expose multi-function queues by Courtney Goeltzenleuchter · 10 years ago
  34. b99b4d7 Revert "misc: Add xglRecordMemoryRange entrypoint and use it in Glave" by Jon Ashburn · 10 years ago
  35. fea3e5f misc: Add xglRecordMemoryRange entrypoint and use it in Glave by Jon Ashburn · 10 years ago
  36. a4a7503 xgl: Final edits for rev47+ alignment by Mark Lobodzinski · 10 years ago
  37. b1dbb37 render_pass: Add CmdBegin{End}RenderPass() by Jon Ashburn · 10 years ago
  38. 2f3726c All of the codegen for layers is now working well enough that the generated layers will compile. by Tobin Ehlis · 10 years ago
  39. 457c5d1 instance: Remove xglInitAndEnumerateGpus by Jon Ashburn · 10 years ago
  40. 349508d instance: Added initial {Create|Destroy}Instance() and xglEnumerateGpus(). by Jon Ashburn · 10 years ago
  41. e2d07a5 xgl: Remove XGL_* typedef wrappers by Mark Lobodzinski · 10 years ago
  42. 46658d9 xgl: Add fast clear APIs by Mark Lobodzinski · 10 years ago
  43. 0c57c34 xgl: Remove xglCmdAtomics by Courtney Goeltzenleuchter · 10 years ago
  44. ed62b41 memory alloc: Add allocation index to BindObjectMemory by Jon Ashburn · 10 years ago
  45. df5b51a memory alloc: Remove xglGetMemoryHeapXXX from driver,loader, glave, layers by Jon Ashburn · 10 years ago
  46. f838506 xgl: move to new resource binding model by Chia-I Wu · 10 years ago
  47. 55658c2 xgl: Resource transition proposal from Bug 12904. by Mike Stroyan · 10 years ago
  48. fa6cac7 driver:implement changes for Dynamic State by Tony Barbour · 10 years ago
  49. 714df45 update for buffer object changes by Chia-I Wu · 10 years ago
  50. e0c3b22 misc: Fix tiler rebase in driver, tests, include by Jeremy Hayes · 10 years ago
  51. 727e469 xgl.py: missing xgl prefix in XGL_LAYER_DISPATCH_TABLE by Chia-I Wu · 10 years ago
  52. e6b608c xgl.py: fix prototype paring by Chia-I Wu · 10 years ago
  53. 953a169 xgl: Add xgl header changes for rev30 and 31. by Mark Lobodzinski · 10 years ago
  54. 565734c xgl.py: remove special-purpose functions by Chia-I Wu · 10 years ago
  55. 41911d5 xgl.py: add more methods to Param and Proto by Chia-I Wu · 10 years ago
  56. cc6de62 xgl.py: update with parsed core extension by Chia-I Wu · 10 years ago
  57. 8f4508a xgl.py: add the ability to parse xgl.h by Chia-I Wu · 10 years ago
  58. a5d442f xgl.py: add names of objects by Chia-I Wu · 10 years ago
  59. 2560a60 xgl.py: add c_pretty_decl() to Proto by Chia-I Wu · 10 years ago
  60. f91902a xgl.py: remove icd_dispatch_table by Chia-I Wu · 10 years ago
  61. 82d0c6e xgl.py: use lists instead of tuples by Chia-I Wu · 10 years ago
  62. ec30dcb xgl.py: add Extension by Chia-I Wu · 10 years ago
  63. d6bfe02 loader: handle inserting dispatch table pointer into all created objects by Jon Ashburn · 10 years ago
  64. 6847c2b Add reserved parameter to xglEnumerateLayers for layer usage by Jon Ashburn · 10 years ago
  65. 3b04af5 update to the latest vertex fetch proposal by Chia-I Wu · 10 years ago
  66. 6204f34 wsi_x11: add xcb_window_t to xglWsiX11GetMSC() by Chia-I Wu · 10 years ago
  67. 2173494 Change GetProcAddr function signature to use XGL types. by Jon Ashburn · 10 years ago
  68. 96f28fc Add xglEnumerateLayers function including support in layers. by Jon Ashburn · 10 years ago
  69. d43f9b6 Layers initial prototype. by Jon Ashburn · 10 years ago
  70. b8dceae add stubs for XGL_WSI_X11 by Chia-I Wu · 10 years ago
  71. 6ae460f xgl-generate: do not hardcode #include's by Chia-I Wu · 10 years ago
  72. 900a257 xgl-generate: add is_dispatchable() by Chia-I Wu · 10 years ago
  73. fb2559d xgl-generate: add a script for code generation by Chia-I Wu · 10 years ago