1. 554cd18 Merge branch 'master' of https://github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator by Adam Sawicki · 5 weeks ago master
  2. 3a53ed0 Updated Doxyfile for Doxygen 1.9.6 by Adam Sawicki · 5 weeks ago
  3. 2e5ccb1 Merge pull request #50 from crud89/master by Adam Sawicki · 8 weeks ago
  4. 9c8c799 Update prefix and documentation. by Carsten Rudolph · 8 weeks ago
  5. 7234846 Support using open-sourced DirectX headers. by Carsten Rudolph · 9 weeks ago
  6. 4d16e80 GpuMemDumpVis.py: Fixed division by zero error when only custom pools are used by Adam Sawicki · 3 months ago
  7. f128d39 Merge pull request #48 from fecf/master by Adam Sawicki · 5 months ago
  8. 132559d Fixed AllocatorPimpl::m_Device10 not being released by fecf · 5 months ago
  9. aae28a6 Fixed Allocation::WasZeroInitialized by Adam Sawicki · 5 months ago
  10. 9f7b03d Fixed behavior when ALLOCATOR_FLAG_DEFAULT_POOLS_NOT_ZEROED is used and ALLOCATION_DESC::ExtraHeapFlags contains D3D12_HEAP_FLAG_CREATE_NOT_ZEROED by Adam Sawicki · 5 months ago
  11. d46d5fb Refactored CREATE_RESOURCE_PARAMS structure to be safer by Adam Sawicki · 6 months ago
  12. be5026f Fixed indentation by Adam Sawicki · 6 months ago
  13. bffe412 Fixed Doxyfile after merge by Adam Sawicki · 6 months ago
  14. 5b0874e Refactoring after merge - fixed spaces instead of tabs by Adam Sawicki · 6 months ago
  15. 1c6ebc8 Merge pull request #44 from RuslanKutdusov/master by Adam Sawicki · 6 months ago
  16. fbbfa4b Renamed the new member to POOL_DESC::ResidencyPriority by Adam Sawicki · 6 months ago
  17. 396d871 Bumped version number because of the addition to the API by Adam Sawicki · 6 months ago
  18. ad4dbc1 Added POOL_DESC::Priority by Adam Sawicki · 6 months ago
  19. 48c7f78 Fixed JSON StatsString printed from VirtualBlock by Adam Sawicki · 6 months ago
  20. 7597f71 Fixed a bug in the documentation by Adam Sawicki · 7 months ago
  21. 3643771 Fixed a comment by Adam Sawicki · 8 months ago
  22. 50ef8f3 Added macro D3D12MA_DEBUG_LOG (empty by default), virtual function BlockMetadata::DebugLogAllAllocations by Adam Sawicki · 8 months ago
  23. 9da647a Updated README with a link to Vcpkg by Adam Sawicki · 9 months ago
  24. c2c78fe add support of ID3D12Device10::CreateCommittedResource3, ID3D12Device8::CreatePlacedResource2 and perhaps all possible future versions of them by ruslan_kutdusov · 10 months ago
  25. f045880 Merge pull request #43 from PixelCatalyst/fix_atomic_initialization by Adam Sawicki · 11 months ago
  26. 3b12988 Use list initialization for atomics by Marcin Kienast · 11 months ago
  27. 434fd4e Minor fixes. Updated to Doxygen 1.9.4. by Adam Sawicki · 12 months ago
  28. 4d0aa40 Updated version number by Adam Sawicki · 12 months ago
  29. eace86c Fixed ambiguity in calls to JsonWriter::WriteNumber for size_t parameter to fix compilation on UWP by Adam Sawicki · 12 months ago
  30. 4c5e910 Merge pull request #41 from GermanAizek/refactor by Adam Sawicki · 1 year, 1 month ago
  31. 52b71ca Fixed minor bugs by germanaizek · 1 year, 1 month ago
  32. 117ff9e Some refactoring after merging #40 by Adam Sawicki · 1 year, 1 month ago
  33. b0316c9 Merge pull request #40 from kingofthebongo2008/fix-for-memory-zeroed-flag by Adam Sawicki · 1 year, 1 month ago
  34. 1832eac Add Runtime support check for D3D12_HEAP_FLAG_CREATE_NOT_ZEROED by stefan · 1 year, 1 month ago
  35. d6ff05e Updated documentation regarding thread safety of defragmentation by Adam Sawicki · 1 year, 2 months ago
  36. 6a61103 Releasing version 2.0.1 by Adam Sawicki · 1 year, 2 months ago v2.0.1
  37. f399a78 Merge branch 'master' of https://github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator by Adam Sawicki · 1 year, 2 months ago
  38. 19322e3 Fixes in JSON dump format. Fixes in GpuMemDumpVis.py regarding image height calculation. by Adam Sawicki · 1 year, 2 months ago
  39. a07cc58 Merge pull request #37 from rbertin-aso/master by Adam Sawicki · 1 year, 2 months ago
  40. ac6a7bd Fix tool y offset for custom pool blocks by rbertin-aso · 1 year, 2 months ago
  41. 2d7d710 Added missing changes by Adam Sawicki · 1 year, 2 months ago
  42. 3365a2d Added documentation section "Resource reference counting" by Adam Sawicki · 1 year, 2 months ago
  43. ce48386 Added test for JSON dump with custom pools and their names by Adam Sawicki · 1 year, 2 months ago
  44. 4ebe099 Merge pull request #36 from rbertin-aso/master by Adam Sawicki · 1 year, 2 months ago
  45. a5b20c0 Fix export of custom pool names by rbertin-aso · 1 year, 2 months ago
  46. 17f992a Updated version number and CHANGELOG.md by Adam Sawicki · 1 year, 2 months ago v2.0.0
  47. 3b3c62e Merge branch 'master' of http://isvgit.amd.com/gpuopen/GPUOpen-LibrariesAndSDKs/d3d12memoryallocator by Adam Sawicki · 1 year, 2 months ago
  48. 70843b2 Fix in TestStats for UMA platforms by Adam Sawicki · 1 year, 2 months ago
  49. 36ce392 Added ALLOCATOR_FLAG_MSAA_TEXTURES_ALWAYS_COMMITTED, POOL_FLAG_MSAA_TEXTURES_ALWAYS_COMMITTED by Adam Sawicki · 1 year, 2 months ago
  50. 62b6179 Fixes in BlockMetadata_Linear::Validate by Adam Sawicki · 1 year, 2 months ago
  51. 10bff5e Fix for case when a large allocation is made with ALLOCATION_FLAG_CAN_ALIAS by Adam Sawicki · 1 year, 2 months ago
  52. 9821885 New JSON dump format by Adam Sawicki · 1 year, 2 months ago
  53. 583aee7 Fixed bug in BlockMetadata_TLSF::WriteAllocationInfoToJson by Adam Sawicki · 1 year, 2 months ago
  54. 4eee683 Updated README by Adam Sawicki · 1 year, 3 months ago
  55. 5b33438 Fixed bugs in AllocatorPimpl::CalculateStatistics by Adam Sawicki · 1 year, 3 months ago
  56. d0cc54c Added documentation chapter about defragmentation by Adam Sawicki · 1 year, 3 months ago
  57. 2fd8ea3 Added ALLOCATOR_FLAG_DEFAULT_POOLS_NOT_ZEROED by Adam Sawicki · 1 year, 3 months ago
  58. fbd11f0 Added ALLOCATION_FLAG_CAN_ALIAS flag to prevent from using committed allocations on aliasing resources. by Adam Sawicki · 1 year, 3 months ago
  59. d263928 Added defragmentation. by Adam Sawicki · 1 year, 3 months ago
  60. 2a31810 Refactored internal code structure similary to VMA. by Adam Sawicki · 1 year, 3 months ago
  61. 647f109 Added documentation chapter "Versioning and compatibility" by Adam Sawicki · 1 year, 3 months ago
  62. a0376f7 Minor fixes in the documentation by Adam Sawicki · 1 year, 3 months ago
  63. ae2ea0b Fixes in the documentation by Adam Sawicki · 1 year, 3 months ago
  64. 8f02da6 Minor fix: removed HEAP_TYPE_COUNT constant from the public interface by Adam Sawicki · 1 year, 3 months ago
  65. f3af1d9 Finished major refactoring of the statistics and budget API. COMPATIBILITY BREAKING! by Adam Sawicki · 1 year, 3 months ago
  66. 7b2cbbe Fix for platforms that don't support ID3D12Device4 by Adam Sawicki · 1 year, 3 months ago
  67. 92d23c0 Refactoring of statistics API. COMPATIBILITY BREAKING! by Adam Sawicki · 1 year, 3 months ago
  68. 7ab674b Fixes in TestLinearAllocator by Adam Sawicki · 1 year, 4 months ago
  69. 9252861 Fix for BitScan functions in GCC and Clang. by Adam Sawicki · 1 year, 4 months ago
  70. ae519f2 Fix for not applying debug margin in Generic algorithm. by Adam Sawicki · 1 year, 4 months ago
  71. 80cd002 Minor improvement in a test by Adam Sawicki · 1 year, 4 months ago
  72. 353caa9 Fixes after merge by Adam Sawicki · 1 year, 4 months ago
  73. 3a3b445 Added possibility to choose different allocation algorithm in custom pools and virtual blocks. by Adam Sawicki · 1 year, 4 months ago
  74. 56335af Fixed algorithm in BlockMetadata_TLSF::CreateAllocationRequest by Adam Sawicki · 1 year, 4 months ago
  75. e99d1c9 Added VirtualAllocation for VirtualBlock describing single allocation. COMPATIBILITY BREAKING! by Adam Sawicki · 1 year, 4 months ago
  76. 721d65a Fixed bug in CanUseSmallAlignment function by Adam Sawicki · 1 year, 4 months ago
  77. 0e558a5 Adding image from isitmaintained.com to README by Adam Sawicki · 1 year, 4 months ago
  78. 74fbeac Minor fix - typo in an internal function by Adam Sawicki · 1 year, 4 months ago
  79. 517601c Updated copyright headers to year 2022 by Adam Sawicki · 1 year, 4 months ago
  80. 9c97fca Changed the way ProtectedSession is passed. COMPATIBILITY BREAKING! by Adam Sawicki · 1 year, 5 months ago
  81. f78c4fb Added tests: TestPoolsAndAllocationParameters by Adam Sawicki · 1 year, 5 months ago
  82. b2decb0 Added custom pools to JSON memory dump and visualization tool. by Adam Sawicki · 1 year, 5 months ago
  83. 510578b Added comments documenting class JsonWriter by Adam Sawicki · 1 year, 6 months ago
  84. 23e4d91 Fix for compilation compatibility by Adam Sawicki · 1 year, 6 months ago
  85. 1d8ba60 Fixed usage of D3D12MA_DEBUG_GLOBAL_MUTEX_LOCK by Adam Sawicki · 1 year, 6 months ago
  86. dd4f5e8 Fixes in CMakeLists.txt file by Adam Sawicki · 1 year, 6 months ago
  87. a389d16 Improved NATVIS file - added support for IntrusiveLinkedList usage. by Adam Sawicki · 1 year, 6 months ago
  88. 8188312 Internal optimization in traversal of BlockMetadata_Generic::m_Suballocations by Adam Sawicki · 1 year, 6 months ago
  89. 4488fa2 Improved and rebuilt documentation by Adam Sawicki · 1 year, 6 months ago
  90. 8a22242 Added parameter -t --Test to the test app, to execute tests and exit. by Adam Sawicki · 1 year, 6 months ago
  91. 89e4afd Improvements in CMakeLists.txt by Adam Sawicki · 1 year, 6 months ago
  92. 6ab5325 Merge branch 'master' into development by Adam Sawicki · 1 year, 6 months ago
  93. dcac3b4 Fixes after moving D3D12MemAlloc.h to include/ by Adam Sawicki · 1 year, 6 months ago
  94. 49b1aff Merge pull request #26 from rayferric/master by Adam Sawicki · 1 year, 6 months ago
  95. 69df7fe Add option to build as shared library by rayferric · 1 year, 6 months ago
  96. 4550e94 Added a test to make sure committed allocations our of custom pools work as committed by Adam Sawicki · 1 year, 6 months ago
  97. 5af718f Added TerraFX.Interop.D3D12MemoryAllocator to README by Adam Sawicki · 1 year, 6 months ago
  98. 37423ff Added virtual destructor to class IUnknownImpl by Adam Sawicki · 1 year, 7 months ago
  99. 44b43df Remove unnecessary annotations from IUnknownImpl::QueryInterface in CPP file by Adam Sawicki · 1 year, 8 months ago
  100. bd4c39f Fix compilation of Tests.cpp for platforms where ID3D12Device8 is not defined by Adam Sawicki · 1 year, 8 months ago