Browse Source
[Texture_cache] Better memory handling for devices with lower memory allocations (#233)
[Texture_cache] Better memory handling for devices with lower memory allocations (#233)
Means games like Minecraft Dungeons, Sea of Stars, Luigi Mansion 2, Astroneer, Alan Wake, etc are now playable. It also cleans up the recent abi.cpp and bindless texture commits a bit. Everything is in #ifdef ANDROID - The biggest change is CACHING_PAGEBITS = 12. Without that the way the buffercache grows and joins buffers can cause Android to run out of memory (as you end up with just one big buffer that needs to be copied every time it grows) Also patches up ffmpeg issues. Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/233 Co-authored-by: JPikachu <jpikachu.eden@gmail.com> Co-committed-by: JPikachu <jpikachu.eden@gmail.com>pull/21/head
committed by
JPikachu
15 changed files with 96 additions and 53 deletions
-
25externals/dynarmic/src/dynarmic/backend/x64/abi.cpp
-
2src/core/arm/nce/arm_nce.cpp
-
14src/core/hle/service/sockets/sfdnsres.cpp
-
17src/shader_recompiler/frontend/maxwell/translate/impl/warp_shuffle.cpp
-
20src/shader_recompiler/ir_opt/texture_pass.cpp
-
10src/video_core/buffer_cache/buffer_cache.h
-
17src/video_core/buffer_cache/buffer_cache_base.h
-
3src/video_core/cdma_pusher.cpp
-
1src/video_core/delayed_destruction_ring.h
-
19src/video_core/host1x/ffmpeg/ffmpeg.cpp
-
1src/video_core/host1x/ffmpeg/ffmpeg.h
-
1src/video_core/renderer_vulkan/present/layer.cpp
-
3src/video_core/texture_cache/texture_cache.h
-
11src/video_core/texture_cache/texture_cache_base.h
-
5src/video_core/vulkan_common/vulkan_memory_allocator.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue