azahar/src/video_core/rasterizer_cache
GPUCode 88ea66053e
Miscallenious fixes to gl backend and qt frontend (#6834)
* renderer_gl: Make rasterizer normal class member

* It doesn't need to be heap allocated anymore

* gl_rasterizer: Remove default_texture

* It's unused

* gl_rasterizer: General cleanup

* gl_rasterizer: Lower case lambdas

* Match style with review comments from vulkan backend

* rasterizer_cache: Prevent memory leak

* Since the switch from shared_ptr these surfaces were no longer being destroyed properly. Use our garbage collector for that purpose to destroy it safely for both backends

* rasterizer_cache: Make temp copy of old surface

* The custom surface would override the memory region of the old region resulting in garbage data, this ensures the custom surface is constructed correctly

* citra_qt: Manually create dialog tabs

* Allows for custom constructors which is very useful. While at it, global state is now eliminated from configuration

* citra_qt: Eliminate global system usage

* core: Remove global system usage in memory and HIO

* citra_qt: Use qOverload

* tests: Run clang format

* gl_texture_runtime: Fix surface scaling
2023-08-02 01:40:39 +03:00
..
framebuffer_base.h rasterizer_cache: Remove runtime allocation caching (#6705) 2023-08-01 03:35:41 +03:00
pixel_format.cpp Rasterizer cache refactor (#6375) 2023-04-21 10:14:55 +03:00
pixel_format.h Custom textures rewrite (#6452) 2023-04-27 07:38:28 +03:00
rasterizer_cache.cpp Rasterizer cache refactor v2 (#6479) 2023-05-07 02:34:28 +03:00
rasterizer_cache.h Miscallenious fixes to gl backend and qt frontend (#6834) 2023-08-02 01:40:39 +03:00
rasterizer_cache_base.h custom_tex_manager: Allow old hash in the dumper (#6832) 2023-08-01 20:38:51 +03:00
sampler_params.h Rasterizer cache refactor v2 (#6479) 2023-05-07 02:34:28 +03:00
slot_id.h rasterizer_cache: Remove runtime allocation caching (#6705) 2023-08-01 03:35:41 +03:00
surface_base.cpp Miscallenious fixes to gl backend and qt frontend (#6834) 2023-08-02 01:40:39 +03:00
surface_base.h Miscallenious fixes to gl backend and qt frontend (#6834) 2023-08-02 01:40:39 +03:00
surface_params.cpp rasterizer_cache: Remove runtime allocation caching (#6705) 2023-08-01 03:35:41 +03:00
surface_params.h Miscallenious fixes to gl backend and qt frontend (#6834) 2023-08-02 01:40:39 +03:00
texture_codec.h rasterizer_cache: Fixes to (unaligned) texture downloads (#6697) 2023-07-18 17:31:31 +03:00
texture_cube.h rasterizer_cache: Fixes to (unaligned) texture downloads (#6697) 2023-07-18 17:31:31 +03:00
utils.cpp Rasterizer cache refactor (#6375) 2023-04-21 10:14:55 +03:00
utils.h rasterizer_cache: Remove runtime allocation caching (#6705) 2023-08-01 03:35:41 +03:00