citra/src/video_core
GPUCode 6f7612f73d
Res cache fixes (#6838)
* rasterizer_cache: Dont consider res_scale during recycle

* rasterizer_cache: Switch to plain erase loop

* rasterizer_cache: Fix crash due to memory corruption
2023-08-02 21:38:45 +03:00
..
custom_textures custom_tex_manager: Allow old hash in the dumper (#6832) 2023-08-01 20:38:51 +03:00
debug_utils code: Use std::span where appropriate (#6658) 2023-07-07 01:52:40 +03:00
host_shaders build: Clear out remaining compile warnings. (#6662) 2023-07-04 21:00:24 -07:00
rasterizer_cache Res cache fixes (#6838) 2023-08-02 21:38:45 +03:00
renderer_opengl Miscallenious fixes to gl backend and qt frontend (#6834) 2023-08-02 01:40:39 +03:00
renderer_software Miscallenious fixes to gl backend and qt frontend (#6834) 2023-08-02 01:40:39 +03:00
renderer_vulkan core: De-globalize movie (#6659) 2023-08-01 02:57:38 +02:00
shader shader_jit: Add optimizations up to x86-64-v4 (#6668) 2023-07-11 09:21:37 -07:00
texture code: Use std::span where appropriate (#6658) 2023-07-07 01:52:40 +03:00
CMakeLists.txt rasterizer_cache: Remove runtime allocation caching (#6705) 2023-08-01 03:35:41 +03:00
command_processor.cpp Refactor software renderer (#6621) 2023-06-24 00:59:18 +02:00
command_processor.h video_core serialization 2020-02-13 17:34:16 +08:00
geometry_pipeline.cpp Refactor software renderer (#6621) 2023-06-24 00:59:18 +02:00
geometry_pipeline.h Fixed setting the right DSP service on deserialization 2020-02-13 17:42:10 +08:00
gpu_debugger.h code: Use std::span where appropriate (#6658) 2023-07-07 01:52:40 +03:00
pica.cpp code: Use std::span where appropriate (#6658) 2023-07-07 01:52:40 +03:00
pica.h Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00
pica_state.h Separate the enums from cam/cam.h 2020-08-19 01:45:57 -03:00
pica_types.h Refactor software renderer (#6621) 2023-06-24 00:59:18 +02:00
precompiled_headers.h Port yuzu-emu/yuzu#9300: "CMake: Use precompiled headers to improve compile times" (#6213) 2022-12-17 16:06:38 +01:00
primitive_assembly.cpp primitive_assembly: Take triangle_handler by reference 2020-04-18 20:40:45 -04:00
primitive_assembly.h Fix savestates compatibility (#5256) 2020-04-20 16:21:37 +02:00
rasterizer_accelerated.cpp Refactor software renderer (#6621) 2023-06-24 00:59:18 +02:00
rasterizer_accelerated.h Prepare frontend for multiple graphics APIs (#6347) 2023-03-27 14:29:17 +03:00
rasterizer_interface.h Miscallenious fixes to gl backend and qt frontend (#6834) 2023-08-02 01:40:39 +03:00
regs.cpp Pica/Regs: Use binary search to look up reg names 2017-02-09 00:04:24 -08:00
regs.h renderer_opengl: Header cleanup 2022-08-21 02:22:57 +03:00
regs_framebuffer.h Rasterizer cache refactor (#6375) 2023-04-21 10:14:55 +03:00
regs_lighting.h code: Cleanup and warning fixes from the Vulkan PR (#6163) 2022-11-04 23:32:57 +01:00
regs_pipeline.h CI: fix recent build issues (#6148) 2022-10-05 18:43:07 +02:00
regs_rasterizer.h Refactor software renderer (#6621) 2023-06-24 00:59:18 +02:00
regs_shader.h gl_rasterizer: Resolve truncation warnings 2020-05-01 06:08:20 -04:00
regs_texturing.h Rasterizer cache refactor (#6375) 2023-04-21 10:14:55 +03:00
renderer_base.cpp Various miscelaneous changes (#6496) 2023-05-03 17:24:10 +02:00
renderer_base.h Miscallenious fixes to gl backend and qt frontend (#6834) 2023-08-02 01:40:39 +03:00
utils.h Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00
vertex_loader.cpp Refactor software renderer (#6621) 2023-06-24 00:59:18 +02:00
vertex_loader.h VideoCore: Move Regs to its own file 2017-02-04 13:59:12 -08:00
video_core.cpp code: Remove outdated comment style (#6640) 2023-06-25 15:22:41 +05:30
video_core.h code: Remove outdated comment style (#6640) 2023-06-25 15:22:41 +05:30