1. 832caa0 Add NOMINMAX and VC_EXTRALEAN to some windows files by Piers Daniell · 9 years ago
  2. 5890a77 Win/glave: Remove new compiler warnings on Windows. by Ian Elliott · 9 years ago
  3. d1597d2 Linux: Must use "__linux__" instead of "PLATFORM_LINUX". by Ian Elliott · 9 years ago
  4. 188f820 Get the trace player to work with Windows by Piers Daniell · 9 years ago
  5. 4da523a Update tri and cube with stage by Piers Daniell · 9 years ago
  6. 290dcb1 Revert "misc: Add xglRecordMemoryRange entrypoint and use it in Glave" by Jon Ashburn · 9 years ago
  7. 9296775 misc: Add xglRecordMemoryRange entrypoint and use it in Glave by Jon Ashburn · 9 years ago
  8. feae405 Win: Can now use "static inline" on Windows (i.e. no code mods). by Ian Elliott · 9 years ago
  9. 5350930 Win: Build Glave replay on Windows (REQUIRES NEW CMAKE COMMAND). by David Pinedo · 10 years ago
  10. 691c6b2 nulldrv: Creation of the nulldrv, for use on Windows. by David Pinedo · 10 years ago
  11. 3db6d9b intel: Add colorAttachmentCount by Courtney Goeltzenleuchter · 10 years ago
  12. 250dcdd intel: Remove unnecessary dualBlendMode enable by Courtney Goeltzenleuchter · 9 years ago
  13. bbe3cc5 intel: Remove scissor enable and scissor count by Courtney Goeltzenleuchter · 9 years ago
  14. 64ca923 icd: add loader magic word to verify ICD is compatible by Courtney Goeltzenleuchter · 10 years ago
  15. f1a3ae7 Win/icd: Move STATIC_INLINE macro, and use for magic funcs. by Ian Elliott · 9 years ago
  16. a7910a0 Restore xgl.h comments and original whitespace by Piers Daniell · 10 years ago
  17. 70432de Get xglPlatform.h working with old MSVC by Gingertoes · 10 years ago
  18. d47a1c4 xgl: Final edits for rev47+ alignment by Mark Lobodzinski · 10 years ago
  19. 2d4ab1e Can compile "loader" and "layers" on Windows and Linux ... by Ian Elliott · 10 years ago
  20. e13f198 render_pass: Add CmdBegin{End}RenderPass() by Jon Ashburn · 10 years ago
  21. d5d83ed xgl: Fix typo in memory barriers APIs by Mark Lobodzinski · 10 years ago
  22. e5f98b9 instance: Remove xglInitAndEnumerateGpus by Jon Ashburn · 10 years ago
  23. 540fe5a intel: Instance functions create and destroy objects by Jon Ashburn · 10 years ago
  24. 1beab2d instance: Added initial {Create|Destroy}Instance() and xglEnumerateGpus(). by Jon Ashburn · 10 years ago
  25. 837ef92 xgl: Fix pMemBarriers references by Mark Lobodzinski · 10 years ago
  26. 17caf57 xgl: Remove XGL_* typedef wrappers by Mark Lobodzinski · 10 years ago
  27. 4f9858e xgl: Updated headers for some missed SVN revisions by Mark Lobodzinski · 10 years ago
  28. 9c9340f intel: Fix DBG_OBJECT_TYPE range by Jon Ashburn · 10 years ago
  29. 58c2018 xgl: Add fast clear APIs by Mark Lobodzinski · 10 years ago
  30. a4ea8bb xgl: Remove extraneous structSizes by Courtney Goeltzenleuchter · 10 years ago
  31. f173c9c xgl: header updates for XGL_RESULT by Courtney Goeltzenleuchter · 10 years ago
  32. b0a2cc9 xgl: fix constness of pointers by Chia-I Wu · 10 years ago
  33. dffa120 xgl: Add framebuffer-no-attachment support by Mark Lobodzinski · 10 years ago
  34. a058eee Update XGL_FORMAT. by Jeremy Hayes · 10 years ago
  35. 707a102 xgl: Add begin/end_range to all enums by Mark Lobodzinski · 10 years ago
  36. ca0c760 xgl: Rename XGL_WAIT_EVENT enum in header by Mark Lobodzinski · 10 years ago
  37. 3e35624 xgl: Bump rev for Command Atomic update by Courtney Goeltzenleuchter · 10 years ago
  38. 2958902 xgl: Remove xglCmdAtomics by Courtney Goeltzenleuchter · 10 years ago
  39. e0d8788 xgl: Rename semaphore enums by Mark Lobodzinski · 10 years ago
  40. 205b422 memory alloc: Remove last heaps from memory alloc and requirements by Jon Ashburn · 10 years ago
  41. f505c8d memory alloc: Remove alignment from alloc_info structure by Jon Ashburn · 10 years ago
  42. e01ff7a memory alloc: Remove MEMORY_ALLOC_FLAGS add MEMORY_TYPE by Jon Ashburn · 10 years ago
  43. e479243 memory alloc: Remove memory_heap flags replace with memory_property flags by Jon Ashburn · 10 years ago
  44. 8a5da75 memory alloc: Add IMAGE and BUFFER alloc info structures by Jon Ashburn · 10 years ago
  45. 7e78195 memory alloc: Add MEMORY_ALLOCATION_COUNT support and usage in tests. by Jon Ashburn · 10 years ago
  46. 9b6eae5 memory alloc: Add allocation index to BindObjectMemory by Jon Ashburn · 10 years ago
  47. 96bcce0 memory alloc: Remove xglGetMemoryHeapXXX from driver,loader, glave, layers by Jon Ashburn · 10 years ago
  48. 11078b0 xgl: move to new resource binding model by Chia-I Wu · 10 years ago
  49. 424033f complete fixed-function vertex fetch support by Chia-I Wu · 10 years ago
  50. df0db7d xgl: resource transition integrated, update xgl.h version by Mike Stroyan · 10 years ago
  51. fb80d5f xgl: Resource transition proposal from Bug 12904. by Mike Stroyan · 10 years ago
  52. 603f333 xgl: Dynamic State complete, update header version by Courtney Goeltzenleuchter · 10 years ago
  53. f52346d driver:implement changes for Dynamic State by Tony Barbour · 10 years ago
  54. a9fbf6f xgl: Buffer Object integrated, update xgl.h version by Courtney Goeltzenleuchter · 10 years ago
  55. 1a28fe0 update for buffer object changes by Chia-I Wu · 10 years ago
  56. f9a4862 xgl: Tiler updates complete, Update header version by Courtney Goeltzenleuchter · 10 years ago
  57. d65ae08 misc: Fix tiler rebase in driver, tests, include by Jeremy Hayes · 10 years ago
  58. 98dd16a include: Remove CmdBindAttachments() by Jon Ashburn · 10 years ago
  59. 45492ff include: xglBeginCommandBuffer API changed for Tiler Gpus by Jon Ashburn · 10 years ago
  60. fa42099 include: Add new API changes including structs/enums for Tiling GPU support by Jon Ashburn · 10 years ago
  61. 13c6b70 XGL: Move to svn r28460. by Jeremy Hayes · 10 years ago
  62. 6874e9c include: set version to 0.22.1 for recent ABI changes by Jon Ashburn · 10 years ago
  63. 391bb6d xgl: Add xgl header changes for rev30 and 31. by Mark Lobodzinski · 10 years ago
  64. be58264 layers: Add utilities for layer configuration via settings file. by Jon Ashburn · 10 years ago
  65. 99ff89d include: fix typedefs by Chia-I Wu · 10 years ago
  66. fabe36d xgl: Add new resource type for textures by Cody Northrop · 10 years ago
  67. 3141e03 include: Remove API typedefs from xglLayer.h by Jon Ashburn · 10 years ago
  68. 83f4a69 include: Move API typedefs from xglLayer.h into xgl.h, xglDbg.h, xglWsi by Jon Ashburn · 10 years ago
  69. d586459 Add reserved parameter to xglEnumerateLayers for layer usage by Jon Ashburn · 10 years ago
  70. 4258653 layers: Updated Object Tracker to support callbacks and extensions by Tobin Ehlis · 10 years ago
  71. 7a42e12 update to the latest vertex fetch proposal by Chia-I Wu · 10 years ago
  72. eecd408 wsi_x11: add xcb_window_t to xglWsiX11GetMSC() by Chia-I Wu · 10 years ago
  73. bfde09b intel: Support GLSL compiling in less intrusive way by Courtney Goeltzenleuchter · 10 years ago
  74. 52ee778 intel: Add shader structure for GLSL compile extension by Courtney Goeltzenleuchter · 10 years ago
  75. 42c144a checkpoint: Adding GLSL compiler extension by Courtney Goeltzenleuchter · 10 years ago
  76. 6b4d70c Make layer activation via CreateDevice struct or env variable by Jon Ashburn · 10 years ago
  77. e50fae5 Change GetProcAddr function signature to use XGL types. by Jon Ashburn · 10 years ago
  78. f7bcf9b Add xglEnumerateLayers function including support in layers. by Jon Ashburn · 10 years ago
  79. d38bfb1 Layers initial prototype. by Jon Ashburn · 10 years ago
  80. b42e999 include: update xgl.h with FF vertex fetch by Chia-I Wu · 10 years ago
  81. 9281c39 include: add preliminary XGL_WSI_X11 proposal by Chia-I Wu · 10 years ago
  82. 38e1d2f remove XGLConfig.h.in by Chia-I Wu · 10 years ago
  83. d54d06d xgl: Remove mantle headers by Courtney Goeltzenleuchter · 10 years ago
  84. 2e7db77 xgl: Fix typo for IA_PIPELINE sType. by Courtney Goeltzenleuchter · 10 years ago
  85. 450a423 header: add XGL_DBG_OBJECT_TYPE by Chia-I Wu · 10 years ago
  86. 68a5524 add a terse xglDbg.h by Chia-I Wu · 10 years ago
  87. 2220a3b Starting to build framework. by Courtney Goeltzenleuchter · 10 years ago