citra-emu
/
citra-canary
Archived
1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra-canary/src
GPUCode a955f02771
rasterizer_cache: Remove runtime allocation caching (#6705)
* rasterizer_cache: Sentence surfaces

* gl_texture_runtime: Remove runtime side allocation cache

* rasterizer_cache: Adjust surface scale during reinterpreration

* Fixes pixelated outlines. Also allows to remove the d24s8 specific hack and is more generic in general

* rasterizer_cache: Remove Expand flag

* Begone!

* rasterizer_cache: Cache framebuffers with surface id

* rasterizer_cache: Sentence texture cubes

* renderer_opengl: Move texture mailbox to separate file

* Makes renderer_opengl cleaner overall and allows to report removal threshold from runtime instead of hardcoding. Vulkan requires this

* rasterizer_cache: Dont flush cache on layout change

* rasterizer_cache: Overhaul framebuffer management

* video_core: Remove duplicate

* rasterizer_cache: Sentence custom surfaces

* Vulkan cannot destroy images immediately so this ensures we use our garbage collector for that purpose
2023-08-01 03:35:41 +03:00
..
android android: Restore notification permission request (#6693) 2023-07-12 18:54:21 -07:00
audio_core audio_core\hle\adts_reader.cpp: Use BitField to parse ADTS header (#6719) 2023-07-28 12:15:58 -07:00
citra sdl: Check correct windowID based on event type. (#6703) 2023-07-19 01:29:13 -07:00
citra_qt service/apt: Add and implement more service commands. (#6721) 2023-07-29 00:26:16 -07:00
common rasterizer_cache: Remove runtime allocation caching (#6705) 2023-08-01 03:35:41 +03:00
core rasterizer_cache: Remove runtime allocation caching (#6705) 2023-08-01 03:35:41 +03:00
dedicated_room Merge pull request #6638 from GPUCode/new-log 2023-07-06 23:44:54 +03:00
input_common common, input_common, network: fix warnings 2023-06-17 21:24:20 +05:30
network common, input_common, network: fix warnings 2023-06-17 21:24:20 +05:30
tests service/apt: Add and implement more service commands. (#6721) 2023-07-29 00:26:16 -07:00
video_core rasterizer_cache: Remove runtime allocation caching (#6705) 2023-08-01 03:35:41 +03:00
web_service chore: Fix GCC 13 compilation and SoundTouch libraries being installed. (#6593) 2023-06-02 23:11:17 -07:00
.clang-format clang format: add objective c++ formatting 2022-01-10 13:52:39 +01:00
CMakeLists.txt build: Clear out remaining compile warnings. (#6662) 2023-07-04 21:00:24 -07:00