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