1. 6865d4a vulkan.h: Rename parameters in vkCmdResolveImage calls by Tony Barbour · 9 years ago
  2. e019af7 layers: indirect GPA in dispatch table by Mike Stroyan · 9 years ago
  3. 8fbeea9 layers: memtracker - waiting on only some fences by Mike Stroyan · 9 years ago
  4. 5d37f70 layers: Check for NULL ptrs while iterating over fenceMap by Tobin Ehlis · 9 years ago
  5. 0c55f3a mem_tracker: Check for fence before retiring by Courtney Goeltzenleuchter · 9 years ago
  6. b268921 layers: MemTracker error message fixes by Mark Lobodzinski · 9 years ago
  7. 120cfbe layers: Add extension Validation so loader will add layers with Validation by Jon Ashburn · 9 years ago
  8. b870cbb layers: Layers now compiling on rename branch, still need to test but cube is currenting hitting segF by itself by Tobin Ehlis · 9 years ago
  9. abc1bc4 layers: Added in fence state validation to MemTracker by Mark Lobodzinski · 9 years ago
  10. 9fd4cc4 vulkan: Add vkGetGlobalExtensionInfo entrypoint by Jon Ashburn · 9 years ago
  11. 4b140cb vulkan: Avoid use of reserved underscore-uppercase sequence by Courtney Goeltzenleuchter · 9 years ago
  12. 502744a vulkan: Naming beautification by Courtney Goeltzenleuchter · 9 years ago
  13. 4d9f465 layers: Remove wrapping of GPU objects by loader and layers by Jon Ashburn · 9 years ago
  14. bacb0f5 loader: refactor layer activation function to handle more general inputs by Jon Ashburn · 9 years ago
  15. fb4efc6 vulkan: beautification changes by Courtney Goeltzenleuchter · 9 years ago
  16. 95487bc vulkan: API renaming by Courtney Goeltzenleuchter · 9 years ago
  17. d8e229c Stage 1 of rename by Courtney Goeltzenleuchter · 9 years ago
  18. 5f3960e layers: Update GetExtensionSupport() to handle queries for layer name by Jon Ashburn · 9 years ago
  19. 148e158 Updated header file to version 67 (xglResetFences) by Mark Lobodzinski · 9 years ago
  20. ed450b0 layers: Incorporated memory reference handling into MemTracker by Mark Lobodzinski · 9 years ago
  21. efdd3cd layers: Fixes to get them building and working with descriptor changes by Mark Lobodzinski · 9 years ago
  22. 2f3f8a2 layers: Updated for explicit fence validation with multiple queues by Courtney Goeltzenleuchter · 9 years ago
  23. 3bc3f6e layers: Added support for multiple queues by Mark Lobodzinski · 9 years ago
  24. 748eddf layers: Added GetDeviceQueue API, fixed up variable names by Mark Lobodzinski · 9 years ago
  25. 97b7523 xgl: Enable new mem ref functions by Courtney Goeltzenleuchter · 9 years ago
  26. 2ebabfb xgl: Remove QueueSetGlobalMemReferences by Courtney Goeltzenleuchter · 9 years ago
  27. d3fb955 xgl: Add QueueMemReference functions by Courtney Goeltzenleuchter · 9 years ago
  28. eeae16b layers: Fixes to get them building and working with descriptor changes by Courtney Goeltzenleuchter · 9 years ago
  29. 72a3d13 layers: Correct xglBindObjectMemory signature in MemTracker message. by Tobin Ehlis · 9 years ago
  30. 4ffc1c6 layers: Convert memtracker to cpp by Mark Lobodzinski · 9 years ago
  31. 1c943a7 mem_tracker: Report PRESENTABLE_IMAGE_MEMORY obj by Courtney Goeltzenleuchter · 9 years ago
  32. e2aaad0 FIXUP: Remove PIPELINE_DELTA by Courtney Goeltzenleuchter · 9 years ago
  33. 0d40f15 xgl: Remove PIPELINE_DELTA. by Courtney Goeltzenleuchter · 9 years ago
  34. b3efe9b xgl: Add IMAGE_LAYOUT to Cmd*Image* calls by Courtney Goeltzenleuchter · 9 years ago
  35. 89299fa xgl: Add xglCmdBlitImage entry point by Courtney Goeltzenleuchter · 9 years ago
  36. c80a557 xgl: update xglDbg.h for XGL_INSTANCE by Courtney Goeltzenleuchter · 9 years ago
  37. d462fba xgl: combine xglCmdClearColor* into one function by Courtney Goeltzenleuchter · 9 years ago
  38. 18248e6 xgl: Impossible to expose multi-function queues by Courtney Goeltzenleuchter · 9 years ago
  39. 5093297 layers: Updated for explicit fence validation with multiple queues by Mark Lobodzinski · 9 years ago
  40. 223ca20 layers: Added support for multiple queues by Mark Lobodzinski · 9 years ago
  41. 6434eff layers: Added GetDeviceQueue API, fixed up variable names by Mark Lobodzinski · 9 years ago
  42. 3904513 layers: Correct xglBindObjectMemory signature in MemTracker message. by Tobin Ehlis · 9 years ago
  43. b6ddb46 layers: Convert memtracker to cpp by Mark Lobodzinski · 9 years ago[Renamed (71%) from layers/mem_tracker.c]
  44. e61ebe7 layers: Added fence tracking for command buffer completion by Mark Lobodzinski · 9 years ago
  45. 3e4710d layers: Reduce unmeaningful error messages for memtracker by Mark Lobodzinski · 9 years ago
  46. c9dbcd5 layers: MemTracker add check to verify CB complete prior to Reset by Tobin Ehlis · 9 years ago
  47. 78a2197 layers: Improve PresentableImage memory handling in mem/objecttracker by Mark Lobodzinski · 9 years ago
  48. e782671 Win: Fix warnings for parameter of getLayerOptionEnum() by Ian Elliott · 9 years ago
  49. 90d9320 layers: Fix Windows build issue by Courtney Goeltzenleuchter · 9 years ago
  50. 71c2b15 memTracker: Use local GetProcAddr rather than auto generated one by Jon Ashburn · 9 years ago
  51. a8aa837 layers: if no settings file or call overrides make callback override loging by Jon Ashburn · 9 years ago
  52. 93f494b layers: Made mem_tracker thread-safe by Mark Lobodzinski · 9 years ago
  53. ae5f13b layers: Fix null pointer reference in MemTracker by Mark Lobodzinski · 9 years ago
  54. 4f03722 layers: Remove spurious assert. by Mark Lobodzinski · 9 years ago
  55. c815b00 layers: Fix MemTracker memory leak by Mark Lobodzinski · 9 years ago
  56. 0d6e66d layer: Fixed options settings for generated layers, fixed typos by Mark Lobodzinski · 9 years ago
  57. be24fd9 layers: Fix Memtracker fence-related memory leak by Mark Lobodzinski · 9 years ago
  58. 8a2b75b layers: Fix layer config file options by Mark Lobodzinski · 9 years ago
  59. 95152dc layers: Validation check for CPU_VISIBLE bit set on MapMemory calls by Mark Lobodzinski · 9 years ago
  60. 2f3b19b layers: Fix memtracker reporting related to freeing presentable image memory by Mark Lobodzinski · 9 years ago
  61. c52b775 layers: Updated mem_tracker for new header changes. by Mark Lobodzinski · 9 years ago
  62. 2e67289 layers: Have DrawState and MemTracker use the common code for reporting by Jon Ashburn · 9 years ago
  63. 655cad7 Win: Attempt to keep from using Linux functions. by Ian Elliott · 10 years ago
  64. 2d4ab1e Can compile "loader" and "layers" on Windows and Linux ... by Ian Elliott · 10 years ago
  65. 7265e83 layers: Updating MemTracker and DrawState interfaces to match API updates by Tobin Ehlis · 10 years ago
  66. 17caf57 xgl: Remove XGL_* typedef wrappers by Mark Lobodzinski · 10 years ago
  67. 9b6eae5 memory alloc: Add allocation index to BindObjectMemory by Jon Ashburn · 10 years ago
  68. 96bcce0 memory alloc: Remove xglGetMemoryHeapXXX from driver,loader, glave, layers by Jon Ashburn · 10 years ago
  69. fb80d5f xgl: Resource transition proposal from Bug 12904. by Mike Stroyan · 10 years ago
  70. 8652237 layers: Update BeginCommandBuffer API for Tiler Gpus by Jon Ashburn · 10 years ago
  71. 4f1547f layers: Updated MemTracker to track per-region memory transition states for allocations by Tobin Ehlis · 10 years ago
  72. c145be8 layers: Added per-region memory state tracking by Tobin Ehlis · 10 years ago
  73. 8be20fd layers: Enhancements to MemTracker and DrawState by Tobin Ehlis · 10 years ago
  74. 391bb6d xgl: Add xgl header changes for rev30 and 31. by Mark Lobodzinski · 10 years ago
  75. ee70223 layers: Default MemTracker and DrawState to verbose stdout mode when no settings file present. by Tobin Ehlis · 10 years ago
  76. 4d11dcc layers: use generated layer_intercept_proc() by Chia-I Wu · 10 years ago
  77. 1915682 layers: intercept xglCmdBindVertexData() in DrawState and MemTracker by Chia-I Wu · 10 years ago
  78. aa4121f layers: simplify initLayerTable() by Chia-I Wu · 10 years ago
  79. 7d7b3cf layers: MemTracker support the new layers settings file for configuration by Jon Ashburn · 10 years ago
  80. f1a5a74 remove unnecessary casting between XGL_CHAR/char by Chia-I Wu · 10 years ago
  81. 1da4b9f layers: fix -Wpointer-sign warnings by Chia-I Wu · 10 years ago
  82. a98df73 layers: MemTracker clears CB refs if CB obj destroyed and correctly destroys Wsi created images along w/ freeing their memory. by Tobin Ehlis · 10 years ago
  83. b54ef78 layers: Report memory leaks as warnings in MemTracker layer. by Tobin Ehlis · 10 years ago
  84. a363cfa layers: Updated layer names to be camelCase where name is contained in library file name as libXGLLayer<NAME>.so by Tobin Ehlis · 10 years ago
  85. c0418f9 layers: Fix bug in CmdBuffer free for MemTracker layer by Tobin Ehlis · 10 years ago
  86. d586459 Add reserved parameter to xglEnumerateLayers for layer usage by Jon Ashburn · 10 years ago
  87. a6c0e3c layers: Fix bug in DestroyObject code of MemTracker layer. by Tobin Ehlis · 10 years ago
  88. f7a0874 layers: Update xglEnumerateLayers() to work with layer names by Jon Ashburn · 10 years ago
  89. cd9223b layers: Update MemTracker to support dbg Callbacks and a few bug fixes by Tobin Ehlis · 10 years ago
  90. 61f36c9 layers: Update xglWsiX11GetMSC interface in layers by Tobin Ehlis · 10 years ago
  91. 6663f49 layers: Added APIFileDump and MemTracker layers and fix DrawState by Tobin Ehlis · 10 years ago