aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/makamys/lodmod/renderer/GPUMemoryManager.java
AgeCommit message (Expand)Author
2022-06-08Make VRAM buffer size configurable for realmakamys
2022-06-08Fix NPE in sendMeshToGPUmakamys
2022-06-08Recover from full VRAMmakamys
2022-06-07Increase GC ratemakamys
2022-06-07Fix crash when opening GPU mem debuggermakamys
2022-06-07Fix mesh trackingmakamys
2022-06-07Try to allocate memory in gap firstmakamys
2022-06-07Make GPU debugger a bit prettiermakamys
2022-06-07Make GC timing frame-based and more evenly distributedmakamys
2022-06-07Fix infinite loop in GCmakamys
2022-06-07Incremental GCmakamys
2022-06-07Don't allocate memory if it's fullmakamys
2022-06-07Add GPU memory debuggermakamys
2022-06-07Factor out GPU memory management into separate classmakamys