Lime3DS/src/video_core
2026-01-24 23:48:54 +01:00
..
custom_textures renderer_vulkan: Rewrite descriptor set management and various small fixes (#77) 2024-11-07 14:43:54 +01:00
debug_utils video_core: Switch to xxHash and improve ShaderSetup behaviour (#1592) 2026-01-09 18:01:49 +01:00
host_shaders renderer_vulkan: Disable dynamic index conditionally (#20) 2024-11-07 14:41:31 +01:00
pica video_core: Make all state dirty after loading a savestate 2026-01-22 19:42:21 +01:00
rasterizer_cache core: Revert some hash operations to CityHash64 (#1609) 2026-01-11 16:26:46 +01:00
renderer_opengl video_core: Switch to xxHash and improve ShaderSetup behaviour (#1592) 2026-01-09 18:01:49 +01:00
renderer_software video_core: Fix LCD color fill (#1198) 2025-06-29 13:51:29 +02:00
renderer_vulkan Revert: video_core/renderer_vulkan: Add texture filtering (#1678) 2026-01-24 23:48:54 +01:00
shader video_core: Switch to xxHash and improve ShaderSetup behaviour (#1592) 2026-01-09 18:01:49 +01:00
texture video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00
CMakeLists.txt renderer_vulkan: Disable FIFO when refresh rate is lower than ~60hz or Apple low power mode is enabled (#1193) 2025-06-29 21:06:44 +01:00
gpu_debugger.h misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
gpu_impl.h renderer: Add disable right eye performance hack 2024-11-19 16:36:24 +00:00
gpu.cpp core: Fix accurate multiplication loading (home menu and savestate) 2026-01-22 15:11:38 +01:00
gpu.h core: Fix accurate multiplication loading (home menu and savestate) 2026-01-22 15:11:38 +01:00
pica_types.h Implement framebuffer vertical flip flag (#699) 2025-03-17 19:39:55 +00: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
rasterizer_accelerated.cpp video_core: Vectorize RasterizerAccelerated::AnalyzeVertexArray 2025-05-31 11:12:28 +00:00
rasterizer_accelerated.h video_core: Refactor state tracking (#1059) 2025-05-26 14:37:03 +02:00
rasterizer_interface.h video_core: Refactor state tracking (#1059) 2025-05-26 14:37:03 +02:00
renderer_base.cpp android: Implement secondary display support (#617) 2025-08-08 21:41:52 +01:00
renderer_base.h android: Implement secondary display support (#617) 2025-08-08 21:41:52 +01:00
right_eye_disabler.cpp renderer: Add disable right eye performance hack 2024-11-19 16:36:24 +00:00
right_eye_disabler.h renderer: Add disable right eye performance hack 2024-11-19 16:36:24 +00:00
utils.h Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00
video_core.cpp video_core: Fixed occasional launch crash on certain platforms due to unsafe SDL_Init 2025-11-27 14:27:10 +00:00
video_core.h video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00