1. f53c3cb renaming: Move many xgl files to vk version by Courtney Goeltzenleuchter · 9 years ago[Renamed (99%) from xgl.py]
  2. d8e229c Stage 1 of rename by Courtney Goeltzenleuchter · 9 years ago
  3. b317fad misc: Add create_info struct to CreateInstance() by Jon Ashburn · 9 years ago
  4. 148e158 Updated header file to version 67 (xglResetFences) by Mark Lobodzinski · 9 years ago
  5. 97b7523 xgl: Enable new mem ref functions by Courtney Goeltzenleuchter · 9 years ago
  6. 2ebabfb xgl: Remove QueueSetGlobalMemReferences by Courtney Goeltzenleuchter · 9 years ago
  7. d3fb955 xgl: Add QueueMemReference functions by Courtney Goeltzenleuchter · 9 years ago
  8. fca98f2 glave: Rename descriptor region to descriptor pool by Jon Ashburn · 9 years ago
  9. 53f07d7 binding: update for xglCmdBindDescriptorSets() by Chia-I Wu · 9 years ago
  10. 41126e5 binding: introduce XGL_DESCRIPTOR_SET_LAYOUT_CHAIN by Chia-I Wu · 9 years ago
  11. fae40bc binding: rename xglClearDescriptorPool() by Chia-I Wu · 9 years ago
  12. b41393e binding: update XGL_DESCRIPTOR_SET_LAYOUT_CREATE_INFO by Chia-I Wu · 9 years ago
  13. 985ba16 binding: rename descriptor region to descriptor pool by Chia-I Wu · 9 years ago
  14. ebb9584 xgl: Rename XGL_QUEUE_SEMAPHORE to XGL_SEMAPHORE by Courtney Goeltzenleuchter · 9 years ago
  15. 583495b xgl: Remove xglSetFastClearColor / xglSetFastClearDepth by Courtney Goeltzenleuchter · 9 years ago
  16. 0d40f15 xgl: Remove PIPELINE_DELTA. by Courtney Goeltzenleuchter · 9 years ago
  17. b3efe9b xgl: Add IMAGE_LAYOUT to Cmd*Image* calls by Courtney Goeltzenleuchter · 9 years ago
  18. 1e8f3be xgl: Add XGL_PIPE_EVENT to CmdResetEvent by Courtney Goeltzenleuchter · 9 years ago
  19. 89299fa xgl: Add xglCmdBlitImage entry point by Courtney Goeltzenleuchter · 10 years ago
  20. 69894b7 xgl: Proposal to remove XGL_FRAMEBUFFER by Courtney Goeltzenleuchter · 9 years ago
  21. c80a557 xgl: update xglDbg.h for XGL_INSTANCE by Courtney Goeltzenleuchter · 9 years ago
  22. d462fba xgl: combine xglCmdClearColor* into one function by Courtney Goeltzenleuchter · 9 years ago
  23. 18248e6 xgl: Impossible to expose multi-function queues by Courtney Goeltzenleuchter · 10 years ago
  24. 290dcb1 Revert "misc: Add xglRecordMemoryRange entrypoint and use it in Glave" by Jon Ashburn · 10 years ago
  25. 9296775 misc: Add xglRecordMemoryRange entrypoint and use it in Glave by Jon Ashburn · 10 years ago
  26. d47a1c4 xgl: Final edits for rev47+ alignment by Mark Lobodzinski · 10 years ago
  27. e13f198 render_pass: Add CmdBegin{End}RenderPass() by Jon Ashburn · 10 years ago
  28. 7e65d75 All of the codegen for layers is now working well enough that the generated layers will compile. by Tobin Ehlis · 10 years ago
  29. e5f98b9 instance: Remove xglInitAndEnumerateGpus by Jon Ashburn · 10 years ago
  30. 1beab2d instance: Added initial {Create|Destroy}Instance() and xglEnumerateGpus(). by Jon Ashburn · 10 years ago
  31. 17caf57 xgl: Remove XGL_* typedef wrappers by Mark Lobodzinski · 10 years ago
  32. 58c2018 xgl: Add fast clear APIs by Mark Lobodzinski · 10 years ago
  33. 2958902 xgl: Remove xglCmdAtomics by Courtney Goeltzenleuchter · 10 years ago
  34. 9b6eae5 memory alloc: Add allocation index to BindObjectMemory by Jon Ashburn · 10 years ago
  35. 96bcce0 memory alloc: Remove xglGetMemoryHeapXXX from driver,loader, glave, layers by Jon Ashburn · 10 years ago
  36. 11078b0 xgl: move to new resource binding model by Chia-I Wu · 10 years ago
  37. fb80d5f xgl: Resource transition proposal from Bug 12904. by Mike Stroyan · 10 years ago
  38. f52346d driver:implement changes for Dynamic State by Tony Barbour · 10 years ago
  39. 1a28fe0 update for buffer object changes by Chia-I Wu · 10 years ago
  40. d65ae08 misc: Fix tiler rebase in driver, tests, include by Jeremy Hayes · 10 years ago
  41. 99a7f5d xgl.py: missing xgl prefix in XGL_LAYER_DISPATCH_TABLE by Chia-I Wu · 10 years ago
  42. cde29f1 xgl.py: fix prototype paring by Chia-I Wu · 10 years ago
  43. 391bb6d xgl: Add xgl header changes for rev30 and 31. by Mark Lobodzinski · 10 years ago
  44. 27697e4 xgl.py: remove special-purpose functions by Chia-I Wu · 10 years ago
  45. a5d28fa xgl.py: add more methods to Param and Proto by Chia-I Wu · 10 years ago
  46. f2ffc52 xgl.py: update with parsed core extension by Chia-I Wu · 10 years ago
  47. 509a412 xgl.py: add the ability to parse xgl.h by Chia-I Wu · 10 years ago
  48. e86d8ab xgl.py: add names of objects by Chia-I Wu · 10 years ago
  49. af3b555 xgl.py: add c_pretty_decl() to Proto by Chia-I Wu · 10 years ago
  50. 9a4ceb1 xgl.py: remove icd_dispatch_table by Chia-I Wu · 10 years ago
  51. e442dc3 xgl.py: use lists instead of tuples by Chia-I Wu · 10 years ago
  52. c4f24e8 xgl.py: add Extension by Chia-I Wu · 10 years ago
  53. e05c8c6 loader: handle inserting dispatch table pointer into all created objects by Jon Ashburn · 10 years ago
  54. d586459 Add reserved parameter to xglEnumerateLayers for layer usage by Jon Ashburn · 10 years ago
  55. 7a42e12 update to the latest vertex fetch proposal by Chia-I Wu · 10 years ago
  56. eecd408 wsi_x11: add xcb_window_t to xglWsiX11GetMSC() by Chia-I Wu · 10 years ago
  57. e50fae5 Change GetProcAddr function signature to use XGL types. by Jon Ashburn · 10 years ago
  58. f7bcf9b Add xglEnumerateLayers function including support in layers. by Jon Ashburn · 10 years ago
  59. d38bfb1 Layers initial prototype. by Jon Ashburn · 10 years ago
  60. 6dee8b8 add stubs for XGL_WSI_X11 by Chia-I Wu · 10 years ago
  61. 6bdf019 xgl-generate: do not hardcode #include's by Chia-I Wu · 10 years ago
  62. 900a257 xgl-generate: add is_dispatchable() by Chia-I Wu · 10 years ago
  63. fb2559d xgl-generate: add a script for code generation by Chia-I Wu · 10 years ago