1. a3a693e layers: Restore DrawState to general level of functionality by Tobin Ehlis · 10 years ago
  2. aec3b8e Win: Build both STATIC (.lib) and SHARED (.dll) loader libraries. by Ian Elliott · 10 years ago
  3. 7cc5ec8 glave: Fix for not correctly parsing down tree of structs in AllocMemory by Tobin Ehlis · 10 years ago
  4. a8f6afe glave: Add custom code for embedded ptrs in CmdWaitEvents and CmdPipelineBarrier calls by Tobin Ehlis · 10 years ago
  5. aae93e5 layers: Validate mem ref counts in queueSubmit call by Mark Lobodzinski · 10 years ago
  6. 709e16d layers: Handle null fence objects in validation by Mark Lobodzinski · 10 years ago
  7. b5a7371 Merge pull request #2 from FslNopper/master by Norbert Nopper · 10 years ago
  8. 6d83a0d Merge pull request #2 from KhronosGroup/master by Norbert Nopper · 10 years ago
  9. 92b336a Win: Allow the demos "tri" and "xglinfo" to build on Windows. by Ian Elliott · 10 years ago
  10. a7910a0 Restore xgl.h comments and original whitespace by Piers Daniell · 10 years ago
  11. 70432de Get xglPlatform.h working with old MSVC by Gingertoes · 10 years ago
  12. 22acd8f Merge branch 'FslNopper-master' by Courtney Goeltzenleuchter · 10 years ago
  13. eb45076 Fix unitialized value in xglCreateInstance(). by Ian Elliott · 10 years ago
  14. c322cbc Changed note, that everything can be done in the console. by Norbert Nopper · 10 years ago
  15. ebd2109 Improved note layout. by Norbert Nopper · 10 years ago
  16. af90ca6 Added note on how to reinstall working driver. by Norbert Nopper · 10 years ago
  17. 07f4003 Merge pull request #1 from KhronosGroup/master by Norbert Nopper · 10 years ago
  18. f435160 misc:Fixes to get better behavior in release builds by Tony Barbour · 10 years ago
  19. 3c74964 misc: Add warning about recent Ubuntu 14.10 issue by Courtney Goeltzenleuchter · 10 years ago
  20. 997a9de glave: fix replay of AllocMemory packets with info chained structures by Jon Ashburn · 10 years ago
  21. 8ec92b7 BIL: Update BIL version by Courtney Goeltzenleuchter · 10 years ago
  22. cb273e7 glave:Fix off by one error in image generation by Tony Barbour · 10 years ago
  23. c7fd978 glave: Fix debugger to export g_pReplaySettings for xglreplayer library by Jon Ashburn · 10 years ago
  24. a303da1 Add build instructions for Windows. by Ian Elliott · 10 years ago
  25. dfd78a5 BIL: Update revision number for BIL by Courtney Goeltzenleuchter · 10 years ago
  26. a7390a0 tools:Incorperate review feedback on glave screenshots by Tony Barbour · 10 years ago
  27. 5d5bc99 glave:add code to snapshot frames by Tony Barbour · 10 years ago
  28. 3d5b89d layers: Update README.md with current layer status by Tobin Ehlis · 10 years ago
  29. 92c80d7 Win: Eliminate VS2013 miscellaneous additional compiler warnings. by Ian Elliott · 10 years ago
  30. a83a58a Win: Eliminate VS2013 compiler warnings in auto-gen'd layer code. by Ian Elliott · 10 years ago
  31. 1962880 Win: Eliminate VS2013 compiler warnings for "loader.c" ... by Ian Elliott · 10 years ago
  32. 457810e Win: Move some macros to "loader_platform.h" by Ian Elliott · 10 years ago
  33. 6c3c512 misc: Update readme for alpha header post by Courtney Goeltzenleuchter · 10 years ago
  34. a04529d glave: More fixes to UpdateDescriptors UPDATE_BUFFERS and UPDATE_IMAGES by Jon Ashburn · 10 years ago
  35. d2b88e8 glave: Don't dereference null pUserData in APIDump* layers by Tobin Ehlis · 10 years ago
  36. 49c3ddd glave: Fix bugs with UpdateDescriptors pUpdateChain on replay by Tobin Ehlis · 10 years ago
  37. 9c246bc glave: Fixes in UpdateDescriptar and ClearDescriptorSets by Jon Ashburn · 10 years ago
  38. 629f800 glave: Add interpret function for xglCreateDescriptorSetLayout by Jon Ashburn · 10 years ago
  39. 7e62676 glave: Create interpret function for pUpdateChain of xglUpdateDescriptors() by Tobin Ehlis · 10 years ago
  40. 4622454 glave: fix CreateDescriptorRegion trace/replay by Jon Ashburn · 10 years ago
  41. 459a137 glave: Fix trace/replay of CreateDynamicViewportState by Jon Ashburn · 10 years ago
  42. 23438a7 glave: Various fixes for UPDATE_SAMPLERS and PIPELINE_CB_STATE structures by Jon Ashburn · 10 years ago
  43. c579882 glave: Fix EnumerateLayers replay to handle if layer libs differ from tracing by Jon Ashburn · 10 years ago
  44. d47a1c4 xgl: Final edits for rev47+ alignment by Mark Lobodzinski · 10 years ago
  45. 4988dea layers: Add validation for mapped mem objects ref'd in cmd buffer by Mark Lobodzinski · 10 years ago
  46. f6f8cd4 glave: Glave updated for resource binding model by Tobin Ehlis · 10 years ago
  47. 2d4ab1e Can compile "loader" and "layers" on Windows and Linux ... by Ian Elliott · 10 years ago
  48. 03d0bcc glave: On replay remap buffer handle for CreateBufferView by Jon Ashburn · 10 years ago
  49. 4037087 layers: Add object tracker validation for dynamic state objects by Mark Lobodzinski · 10 years ago
  50. c5c4960 loader: Make sure loader instances get updated upon DestroyInstance() by Jon Ashburn · 10 years ago
  51. 6e9ca2b glave: Only remove replay handle maps on DestroyInstance by Jon Ashburn · 10 years ago
  52. d07dfef glave: Fix tracing CreateInstance appInfo and replay DestroyInstance rm map by Jon Ashburn · 10 years ago
  53. c95d41b glave: Fix tracing and replay for AllocMemory nested structures by Jon Ashburn · 10 years ago
  54. e13f198 render_pass: Add CmdBegin{End}RenderPass() by Jon Ashburn · 10 years ago
  55. 04baf7a glave: Fix trace packets for Instancing related APIs by Jon Ashburn · 10 years ago
  56. d5d83ed xgl: Fix typo in memory barriers APIs by Mark Lobodzinski · 10 years ago
  57. f29cc37 glave: Added comments noting glave work still to be done for xgl.h updates by Tobin Ehlis · 10 years ago
  58. 04178d7 layers: Continuing to update DrawState for new binding model by Tobin Ehlis · 10 years ago
  59. 291cd70 layers: Updated API codegen to handle AllocDescriptorSets by Tobin Ehlis · 10 years ago
  60. 271e51d glave: Trace and replay codegen handles AllocDescriptorSets by Tobin Ehlis · 10 years ago
  61. 7265e83 layers: Updating MemTracker and DrawState interfaces to match API updates by Tobin Ehlis · 10 years ago
  62. 1077703 Various code clean-ups for glave and codegen with updated xgl.h by Tobin Ehlis · 10 years ago
  63. 91ce77e Added Mark's change to track Fence submit by Tobin Ehlis · 10 years ago
  64. bf967aa Glave now compiling although I'm certain it's very broken. by Tobin Ehlis · 10 years ago
  65. 7e65d75 All of the codegen for layers is now working well enough that the generated layers will compile. by Tobin Ehlis · 10 years ago
  66. e5f98b9 instance: Remove xglInitAndEnumerateGpus by Jon Ashburn · 10 years ago
  67. 98bd454 loader: Add loops for multiple instances on global debug calls by Jon Ashburn · 10 years ago
  68. 1e46489 tests: Convert to using Instancing APIs rather than xglInitAndEnumerateGpus by Jon Ashburn · 10 years ago
  69. 8d66a05 demos: Convert to using Instancing API rather than xglInitAndEnumerateGpus() by Jon Ashburn · 10 years ago
  70. 4688839 loader: Finish implement CreateInstance and DestroyInstance by Jon Ashburn · 10 years ago
  71. 4c392fb loader: Implement EnumerateGpus() by Jon Ashburn · 10 years ago
  72. 540fe5a intel: Instance functions create and destroy objects by Jon Ashburn · 10 years ago
  73. 46d1f58 loader: Place icds into the instance, scan icds prior to instance create by Jon Ashburn · 10 years ago
  74. 1beab2d instance: Added initial {Create|Destroy}Instance() and xglEnumerateGpus(). by Jon Ashburn · 10 years ago
  75. 837ef92 xgl: Fix pMemBarriers references by Mark Lobodzinski · 10 years ago
  76. 17caf57 xgl: Remove XGL_* typedef wrappers by Mark Lobodzinski · 10 years ago
  77. 4f9858e xgl: Updated headers for some missed SVN revisions by Mark Lobodzinski · 10 years ago
  78. 9c9340f intel: Fix DBG_OBJECT_TYPE range by Jon Ashburn · 10 years ago
  79. 58c2018 xgl: Add fast clear APIs by Mark Lobodzinski · 10 years ago
  80. a4ea8bb xgl: Remove extraneous structSizes by Courtney Goeltzenleuchter · 10 years ago
  81. f173c9c xgl: header updates for XGL_RESULT by Courtney Goeltzenleuchter · 10 years ago
  82. b0a2cc9 xgl: fix constness of pointers by Chia-I Wu · 10 years ago
  83. dffa120 xgl: Add framebuffer-no-attachment support by Mark Lobodzinski · 10 years ago
  84. a058eee Update XGL_FORMAT. by Jeremy Hayes · 10 years ago
  85. 707a102 xgl: Add begin/end_range to all enums by Mark Lobodzinski · 10 years ago
  86. ca0c760 xgl: Rename XGL_WAIT_EVENT enum in header by Mark Lobodzinski · 10 years ago
  87. 3e35624 xgl: Bump rev for Command Atomic update by Courtney Goeltzenleuchter · 10 years ago
  88. 2958902 xgl: Remove xglCmdAtomics by Courtney Goeltzenleuchter · 10 years ago
  89. e0d8788 xgl: Rename semaphore enums by Mark Lobodzinski · 10 years ago
  90. 698ee78 tests: Fix testbinding alloc_mem method by Jon Ashburn · 10 years ago
  91. 205b422 memory alloc: Remove last heaps from memory alloc and requirements by Jon Ashburn · 10 years ago
  92. f505c8d memory alloc: Remove alignment from alloc_info structure by Jon Ashburn · 10 years ago
  93. e01ff7a memory alloc: Remove MEMORY_ALLOC_FLAGS add MEMORY_TYPE by Jon Ashburn · 10 years ago
  94. e479243 memory alloc: Remove memory_heap flags replace with memory_property flags by Jon Ashburn · 10 years ago
  95. 25bbe46 memory alloc: For buffer allocations use the buffer_info structure by Jon Ashburn · 10 years ago
  96. 8a5da75 memory alloc: Add IMAGE and BUFFER alloc info structures by Jon Ashburn · 10 years ago
  97. 7e78195 memory alloc: Add MEMORY_ALLOCATION_COUNT support and usage in tests. by Jon Ashburn · 10 years ago
  98. 9b6eae5 memory alloc: Add allocation index to BindObjectMemory by Jon Ashburn · 10 years ago
  99. 96bcce0 memory alloc: Remove xglGetMemoryHeapXXX from driver,loader, glave, layers by Jon Ashburn · 10 years ago
  100. 86b36ac tests: Remove calls to xglGetMemoryHeapXXX by Jon Ashburn · 10 years ago