1
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.
yuzu-android/src/yuzu
Wollnashorn 16809c1fa7 video_core/vulkan: Added VkPipelineCache to store Vulkan pipelines
As an optional feature which can be enabled in the advanced graphics configuration, all pipelines that get built at the initial shader loading are stored in a VkPipelineCache object and are dumped to the disk.

These vendor specific pipeline cache files are located at `/shader/GAME_ID/vulkan_pipelines.bin`. This feature was mainly added because of an issue with the AMD driver (see yuzu-emu#8507) causing invalidation of the cache files the driver builds automatically.
2023-01-05 21:02:44 +01:00
..
applets applets/controller: Use aliases for callbacks 2022-12-05 19:06:04 -05:00
configuration video_core/vulkan: Added VkPipelineCache to store Vulkan pipelines 2023-01-05 21:02:44 +01:00
debugger TAS: Record sanitized instead of raw stick inputs 2023-01-01 22:39:18 +01:00
multiplayer Merge pull request #9289 from liamwhite/fruit-company 2022-12-03 12:09:21 -05:00
util qt: use main window as close overlay parent 2022-12-21 19:27:11 -05:00
about_dialog.cpp about dialog: Fix the logo in a multiplatform way 2022-05-16 05:42:38 -07:00
about_dialog.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
aboutdialog.ui Qt: tweak ui files 2022-08-09 05:00:37 -07:00
bootmanager.cpp qt: exit properly on guest-initiated close 2022-12-21 19:55:01 -05:00
bootmanager.h qt: fix 'Pause' menu item (#9497) 2022-12-23 21:44:53 -05:00
CMakeLists.txt cmake: move find-modules to root cmake dir 2023-01-02 18:22:07 +01:00
compatdb.cpp Merge pull request #9229 from Docteh/achy_breaky_heart 2022-11-17 19:20:18 -05:00
compatdb.h yuzu/compatdb: Rework compatibility submission system 2022-11-10 21:36:22 +01:00
compatdb.ui yuzu/compatdb: Rework compatibility submission system 2022-11-10 21:36:22 +01:00
compatibility_list.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
compatibility_list.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
discord_impl.cpp chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
discord_impl.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
discord.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
game_list_p.h yuzu/compatdb: Rework compatibility submission system 2022-11-10 21:36:22 +01:00
game_list_worker.cpp game_list: Eliminate variable shadowing 2022-06-14 08:30:07 -04:00
game_list_worker.h game_list: Eliminate variable shadowing 2022-06-14 08:30:07 -04:00
game_list.cpp yuzu qt: Create shortcuts on Linux 2022-12-13 16:42:00 -05:00
game_list.h yuzu qt: Create shortcuts on Linux 2022-12-13 16:42:00 -05:00
hotkeys.cpp chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
hotkeys.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
Info.plist chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
install_dialog.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
install_dialog.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
loading_screen.cpp qt: reset progress bar after shader compilation 2022-07-24 13:35:44 -04:00
loading_screen.h Update some files with Qt 5.15.2 best practices in mind 2022-05-29 09:21:52 -07:00
loading_screen.ui QT: Fix the loading screen 'H' switch logo to not glitch out 2019-02-05 18:24:15 -07:00
main.cpp qt: prevent reentrant shutdown 2022-12-24 17:31:34 -05:00
main.h qt: prevent reentrant shutdown 2022-12-24 17:31:34 -05:00
main.ui Qt: assign menuRole properties for actions 2022-11-23 12:41:56 -05:00
mini_dump.cpp mini_dump: Address review feedback 2022-09-04 21:36:35 -04:00
mini_dump.h mini_dump: Address review feedback 2022-09-04 21:36:35 -04:00
precompiled_headers.h CMake: Consolidate common PCH headers 2022-11-30 18:30:30 -05:00
startup_checks.cpp Use execlp instead of execl to avoid failure 2022-12-18 14:03:26 +00:00
startup_checks.h startup_checks: Use Windows flow for *nix 2022-11-23 21:35:47 -05:00
uisettings.cpp chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
uisettings.h yuzu qt: Create shortcuts on Linux 2022-12-13 16:42:00 -05:00
yuzu.qrc chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
yuzu.rc chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00