1. 2d4ab1e Can compile "loader" and "layers" on Windows and Linux ... by Ian Elliott · 10 years ago
  2. 03d0bcc glave: On replay remap buffer handle for CreateBufferView by Jon Ashburn · 9 years ago
  3. 4037087 layers: Add object tracker validation for dynamic state objects by Mark Lobodzinski · 9 years ago
  4. c5c4960 loader: Make sure loader instances get updated upon DestroyInstance() by Jon Ashburn · 9 years ago
  5. 6e9ca2b glave: Only remove replay handle maps on DestroyInstance by Jon Ashburn · 9 years ago
  6. d07dfef glave: Fix tracing CreateInstance appInfo and replay DestroyInstance rm map by Jon Ashburn · 9 years ago
  7. c95d41b glave: Fix tracing and replay for AllocMemory nested structures by Jon Ashburn · 9 years ago
  8. e13f198 render_pass: Add CmdBegin{End}RenderPass() by Jon Ashburn · 9 years ago
  9. 04baf7a glave: Fix trace packets for Instancing related APIs by Jon Ashburn · 9 years ago
  10. d5d83ed xgl: Fix typo in memory barriers APIs by Mark Lobodzinski · 9 years ago
  11. f29cc37 glave: Added comments noting glave work still to be done for xgl.h updates by Tobin Ehlis · 10 years ago
  12. 04178d7 layers: Continuing to update DrawState for new binding model by Tobin Ehlis · 10 years ago
  13. 291cd70 layers: Updated API codegen to handle AllocDescriptorSets by Tobin Ehlis · 10 years ago
  14. 271e51d glave: Trace and replay codegen handles AllocDescriptorSets by Tobin Ehlis · 10 years ago
  15. 7265e83 layers: Updating MemTracker and DrawState interfaces to match API updates by Tobin Ehlis · 10 years ago
  16. 1077703 Various code clean-ups for glave and codegen with updated xgl.h by Tobin Ehlis · 10 years ago
  17. 91ce77e Added Mark's change to track Fence submit by Tobin Ehlis · 10 years ago
  18. bf967aa Glave now compiling although I'm certain it's very broken. by Tobin Ehlis · 10 years ago
  19. 7e65d75 All of the codegen for layers is now working well enough that the generated layers will compile. by Tobin Ehlis · 10 years ago
  20. e5f98b9 instance: Remove xglInitAndEnumerateGpus by Jon Ashburn · 9 years ago
  21. 98bd454 loader: Add loops for multiple instances on global debug calls by Jon Ashburn · 9 years ago
  22. 1e46489 tests: Convert to using Instancing APIs rather than xglInitAndEnumerateGpus by Jon Ashburn · 9 years ago
  23. 8d66a05 demos: Convert to using Instancing API rather than xglInitAndEnumerateGpus() by Jon Ashburn · 9 years ago
  24. 4688839 loader: Finish implement CreateInstance and DestroyInstance by Jon Ashburn · 9 years ago
  25. 4c392fb loader: Implement EnumerateGpus() by Jon Ashburn · 9 years ago
  26. 540fe5a intel: Instance functions create and destroy objects by Jon Ashburn · 9 years ago
  27. 46d1f58 loader: Place icds into the instance, scan icds prior to instance create by Jon Ashburn · 10 years ago
  28. 1beab2d instance: Added initial {Create|Destroy}Instance() and xglEnumerateGpus(). by Jon Ashburn · 10 years ago
  29. 837ef92 xgl: Fix pMemBarriers references by Mark Lobodzinski · 9 years ago
  30. 17caf57 xgl: Remove XGL_* typedef wrappers by Mark Lobodzinski · 9 years ago
  31. 4f9858e xgl: Updated headers for some missed SVN revisions by Mark Lobodzinski · 9 years ago
  32. 9c9340f intel: Fix DBG_OBJECT_TYPE range by Jon Ashburn · 9 years ago
  33. 58c2018 xgl: Add fast clear APIs by Mark Lobodzinski · 9 years ago
  34. a4ea8bb xgl: Remove extraneous structSizes by Courtney Goeltzenleuchter · 10 years ago
  35. f173c9c xgl: header updates for XGL_RESULT by Courtney Goeltzenleuchter · 10 years ago
  36. b0a2cc9 xgl: fix constness of pointers by Chia-I Wu · 10 years ago
  37. dffa120 xgl: Add framebuffer-no-attachment support by Mark Lobodzinski · 10 years ago
  38. a058eee Update XGL_FORMAT. by Jeremy Hayes · 10 years ago
  39. 707a102 xgl: Add begin/end_range to all enums by Mark Lobodzinski · 10 years ago
  40. ca0c760 xgl: Rename XGL_WAIT_EVENT enum in header by Mark Lobodzinski · 10 years ago
  41. 3e35624 xgl: Bump rev for Command Atomic update by Courtney Goeltzenleuchter · 10 years ago
  42. 2958902 xgl: Remove xglCmdAtomics by Courtney Goeltzenleuchter · 10 years ago
  43. e0d8788 xgl: Rename semaphore enums by Mark Lobodzinski · 10 years ago
  44. 698ee78 tests: Fix testbinding alloc_mem method by Jon Ashburn · 10 years ago
  45. 205b422 memory alloc: Remove last heaps from memory alloc and requirements by Jon Ashburn · 10 years ago
  46. f505c8d memory alloc: Remove alignment from alloc_info structure by Jon Ashburn · 10 years ago
  47. e01ff7a memory alloc: Remove MEMORY_ALLOC_FLAGS add MEMORY_TYPE by Jon Ashburn · 10 years ago
  48. e479243 memory alloc: Remove memory_heap flags replace with memory_property flags by Jon Ashburn · 10 years ago
  49. 25bbe46 memory alloc: For buffer allocations use the buffer_info structure by Jon Ashburn · 10 years ago
  50. 8a5da75 memory alloc: Add IMAGE and BUFFER alloc info structures by Jon Ashburn · 10 years ago
  51. 7e78195 memory alloc: Add MEMORY_ALLOCATION_COUNT support and usage in tests. by Jon Ashburn · 10 years ago
  52. 9b6eae5 memory alloc: Add allocation index to BindObjectMemory by Jon Ashburn · 10 years ago
  53. 96bcce0 memory alloc: Remove xglGetMemoryHeapXXX from driver,loader, glave, layers by Jon Ashburn · 10 years ago
  54. 86b36ac tests: Remove calls to xglGetMemoryHeapXXX by Jon Ashburn · 10 years ago
  55. 11078b0 xgl: move to new resource binding model by Chia-I Wu · 10 years ago
  56. bb0c8d2 demos, tests: use XGL_BUFFER_VIEW_RAW for constant buffers by Chia-I Wu · 10 years ago
  57. 424033f complete fixed-function vertex fetch support by Chia-I Wu · 10 years ago
  58. 0e9abf0 BIL: Update to support descriptor set GLSL features by Courtney Goeltzenleuchter · 10 years ago
  59. 19d4d49 xgl: Fix syntax error by Courtney Goeltzenleuchter · 10 years ago
  60. df0db7d xgl: resource transition integrated, update xgl.h version by Mike Stroyan · 10 years ago
  61. fb80d5f xgl: Resource transition proposal from Bug 12904. by Mike Stroyan · 10 years ago
  62. 603f333 xgl: Dynamic State complete, update header version by Courtney Goeltzenleuchter · 10 years ago
  63. f52346d driver:implement changes for Dynamic State by Tony Barbour · 10 years ago
  64. 4f66a16 Remove unnecessary semicolon by Tony Barbour · 10 years ago
  65. f80ccd3 tests:Fix memory leak by Tony Barbour · 10 years ago
  66. a9fbf6f xgl: Buffer Object integrated, update xgl.h version by Courtney Goeltzenleuchter · 10 years ago
  67. 1a28fe0 update for buffer object changes by Chia-I Wu · 10 years ago
  68. f9a4862 xgl: Tiler updates complete, Update header version by Courtney Goeltzenleuchter · 10 years ago
  69. d65ae08 misc: Fix tiler rebase in driver, tests, include by Jeremy Hayes · 10 years ago
  70. 38349d0 glave: Make tiler GPU changes work for tracing and replaying by Jon Ashburn · 10 years ago
  71. cdc40be tests: Remove CmdBindAttachments() for Tiler Gpus by Jon Ashburn · 10 years ago
  72. 09eebd6 layers: Remove CmdBindAttachment() for tiler GPUs by Jon Ashburn · 10 years ago
  73. 98dd16a include: Remove CmdBindAttachments() by Jon Ashburn · 10 years ago
  74. 8652237 layers: Update BeginCommandBuffer API for Tiler Gpus by Jon Ashburn · 10 years ago
  75. c4164b1 tests: Update BeginCommandBuffer Api for Tiler GPUs by Jon Ashburn · 10 years ago
  76. 45492ff include: xglBeginCommandBuffer API changed for Tiler Gpus by Jon Ashburn · 10 years ago
  77. 2b9d019 glave: Add support for new APIs to support Tiler Gpus by Jon Ashburn · 10 years ago
  78. fa42099 include: Add new API changes including structs/enums for Tiling GPU support by Jon Ashburn · 10 years ago
  79. 13c6b70 XGL: Move to svn r28460. by Jeremy Hayes · 10 years ago
  80. 58dc67a xgl: Do not build layers or glave during xgl.h update by Courtney Goeltzenleuchter · 10 years ago
  81. 9b695dd cmake: Fix BIL overlay to glslang by Cody Northrop · 10 years ago
  82. f7e282a tests: Fix regresions in trace/replay from uninitialized parameters. by Jon Ashburn · 10 years ago
  83. 33ada63 cmake: fix up gtest and set -fvisibility=hidden globally by Chia-I Wu · 10 years ago
  84. cdcca51 icd: update glslang, bil and lunarglass by GregF · 10 years ago
  85. 874523e icd: Link ICD with -Bsymbolic by GregF · 10 years ago
  86. 6874e9c include: set version to 0.22.1 for recent ABI changes by Jon Ashburn · 10 years ago
  87. 2ae0226 loader: Fix infinite loop on layer library scan if dlopen fails by Jon Ashburn · 10 years ago
  88. 99a7f5d xgl.py: missing xgl prefix in XGL_LAYER_DISPATCH_TABLE by Chia-I Wu · 10 years ago
  89. 4f1547f layers: Updated MemTracker to track per-region memory transition states for allocations by Tobin Ehlis · 10 years ago
  90. c145be8 layers: Added per-region memory state tracking by Tobin Ehlis · 10 years ago
  91. 8be20fd layers: Enhancements to MemTracker and DrawState by Tobin Ehlis · 10 years ago
  92. 8219c04 Revert "layers: Fix generation of EnumerateLayers in APIDump" by Jon Ashburn · 10 years ago
  93. 25065ee layers: Fix generation of EnumerateLayers in APIDump by Jon Ashburn · 10 years ago
  94. 77483a7 xgl_helper: Eliminate compiler not used warning by Courtney Goeltzenleuchter · 10 years ago
  95. 1b587b1 layers: Make sure we deref pointers to counts by Courtney Goeltzenleuchter · 10 years ago
  96. 04ad120 render_test: Add std140 layout test by Cody Northrop · 10 years ago
  97. 9b9ad04 layers: Fix APIDump param generation for Cpp versus C by Jon Ashburn · 10 years ago
  98. 7699374 glvreplay_xgl: Add 'EnableLayers' setting to control which XGL validation layers get enabled. by Peter Lohrmann · 10 years ago
  99. 25643b7 glave: Update xgl debugger and replayer to include support for settings. by Peter Lohrmann · 10 years ago
  100. 449bfbd glave: Fix xglCreateDevice replay code to not modify packet. by Jon Ashburn · 10 years ago