yuzu-fork/src
ameerj fcf2b2c78a gl_texture_cache: Simplify scaling
We don't need to reconstruct new textures every time we ScaleUp/ScaleDown. We can scale up once, and revert to the original texture whenever scaling down.
Fixes memory leaks due to glDeleteTextures being deferred for later handling on some drivers
2021-11-16 22:11:29 +01:00
..
audio_core common/logging: Move Log::Entry declaration to a separate header 2021-10-01 20:48:49 -04:00
common Renderer: Implement Bicubic and ScaleForce filters. 2021-11-16 22:11:29 +01:00
core Settings: eliminate rescaling_factor. 2021-11-16 22:11:27 +01:00
input_common Revert "input_common: Fix data race on GC implementation" 2021-10-23 23:32:16 +02:00
shader_recompiler shader, video_core: Fix GCC build errors 2021-11-16 22:11:29 +01:00
tests logging: Simplify and make thread-safe 2021-08-13 18:39:45 +00:00
video_core gl_texture_cache: Simplify scaling 2021-11-16 22:11:29 +01:00
web_service web_service: Silence -Wmaybe-uninitialized on httplib.h 2021-07-12 03:30:45 -03:00
yuzu Renderer: Implement Bicubic and ScaleForce filters. 2021-11-16 22:11:29 +01:00
yuzu_cmd general: Get the current process program id directly from the system 2021-11-04 16:59:39 -04:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt CMakeLists: Document the /GT compile option 2021-10-28 20:43:46 -04:00