| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | Merge pull request #11769 from liamwhite/qt-ownership-issue | 2023-10-13 | 3 | -6/+11 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | qt: ensure worker cancellation is complete before clearing | 2023-10-12 | 3 | -6/+11 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #11766 from liamwhite/open-sesame | 2023-10-13 | 1 | -0/+5 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | k_page_table: add missing page group open when locking memory | 2023-10-12 | 1 | -0/+5 | ||
| * | | | | | | | | | Merge pull request #11649 from t895/driver-manager | 2023-10-13 | 36 | -299/+1039 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | android: Add GPU driver management fragment | 2023-10-12 | 32 | -263/+1010 | ||
| | * | | | | | | | | android: Use application context for all FileUtil functions | 2023-10-01 | 8 | -41/+34 | ||
| * | | | | | | | | | Merge pull request #11746 from liamwhite/relr | 2023-10-12 | 2 | -2/+42 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | jit: add support for relr-type relocations | 2023-10-11 | 2 | -2/+42 | ||
| * | | | | | | | | | | Merge pull request #11763 from liamwhite/lto-noinline | 2023-10-12 | 2 | -8/+12 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | kernel: mark TLS accessors as noinline for non-MSVC LTO | 2023-10-12 | 2 | -8/+12 | ||
| | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | service: caps: Remove ambiguous call | 2023-10-12 | 1 | -2/+2 | ||
| | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #11753 from german77/timex2 | 2023-10-12 | 5 | -51/+134 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | service: caps: Fix GetAlbumFileList3AaeAruid and GetAlbumFileList0AafeAruidDe... | 2023-10-11 | 5 | -51/+134 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #11751 from Kelebek1/transition_msaa_image | 2023-10-12 | 4 | -0/+33 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Transition MSAA images to general layout without uploading data | 2023-10-11 | 4 | -0/+33 | ||
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #11740 from german77/shorcuts | 2023-10-11 | 1 | -28/+53 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | yuzu: Save multiple resolutions per icon | 2023-10-10 | 1 | -28/+53 | ||
| * | | | | | | | | | Merge pull request #11744 from Kelebek1/no_res_no_rescaled | 2023-10-11 | 2 | -14/+16 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Do not set rescaled flag when rescaling is disabled | 2023-10-11 | 2 | -14/+16 | ||
| * | | | | | | | | | Merge pull request #11734 from Kelebek1/device_local_buffer_alloc | 2023-10-11 | 1 | -4/+4 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Not not allocate DeviceLocal buffers as mapped | 2023-10-10 | 1 | -4/+4 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #11735 from Kelebek1/clear_command_buffer_post_dsp | 2023-10-11 | 2 | -0/+11 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Clear DSP buffer after each execution | 2023-10-10 | 2 | -0/+11 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #11683 from Kelebek1/do_not_sync_on_written_buffer | 2023-10-11 | 1 | -22/+24 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Mark a buffer GPU modified after the buffers are confirmed, do not double syn... | 2023-10-05 | 1 | -22/+24 | ||
| * | | | | | | | | | | Merge pull request #11144 from flodavid/master | 2023-10-11 | 3 | -7/+92 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | yuzu: Enable controller interaction in Controller Applet | 2023-07-25 | 3 | -7/+92 | ||
| * | | | | | | | | | | Merge pull request #11743 from Squall-Leonhart/IFREMOVED | 2023-10-11 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | | Fix mistaken usage of info.block instead of level_info.block | 2023-10-11 | 1 | -2/+2 | ||
| * | | | | | | | | | | Merge pull request #11534 from Squall-Leonhart/IFREMOVED | 2023-10-10 | 1 | -21/+20 | ||
| |\| | | | | | | | | | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Reuse part of my previous idea to to use num_levels to check within AdjustMip... | 2023-09-20 | 1 | -14/+20 | ||
| | * | | | | | | | | Partial revert of #10433 | 2023-09-18 | 1 | -9/+2 | ||
| * | | | | | | | | | Merge pull request #11718 from liamwhite/arm64-native-clock | 2023-10-10 | 4 | -1/+134 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | common: add arm64 native clock | 2023-10-08 | 4 | -1/+134 | ||
| * | | | | | | | | | | Merge pull request #11650 from german77/lle_album | 2023-10-10 | 31 | -246/+1206 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | service: caps: Implement album manager and reorganize service | 2023-10-07 | 20 | -521/+855 | ||
| | * | | | | | | | | | | service: Stub multiple functions to increase stability of album applet | 2023-10-07 | 7 | -6/+144 | ||
| | * | | | | | | | | | | service: caps: Partially implement IAlbumAccessorService | 2023-10-02 | 5 | -15/+450 | ||
| | * | | | | | | | | | | yuzu: Allow to launch album applet from firmware | 2023-10-02 | 5 | -0/+53 | ||
| * | | | | | | | | | | | Merge pull request #11686 from liamwhite/trmem | 2023-10-10 | 5 | -17/+160 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | kernel: implement transfer memory | 2023-10-04 | 5 | -17/+160 | ||
| | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #11716 from Squall-Leonhart/Z327444 | 2023-10-08 | 1 | -0/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | add Z32, FLOAT, UINT, UINT, UINT, LINEAR to format lookup table | 2023-10-09 | 1 | -0/+2 | ||
| | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #11705 from FearlessTobi/windows-sc | 2023-10-08 | 7 | -26/+157 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | yuzu: Add desktop shortcut support for Windows | 2023-10-07 | 7 | -26/+157 | ||
| | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #10519 from mdmrk/master | 2023-10-08 | 16 | -14/+337 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Address review comments | 2023-08-27 | 11 | -270/+259 | ||
| | * | | | | | | | | | yuzu-qt: Track play time | 2023-08-26 | 15 | -0/+334 | ||
| * | | | | | | | | | | Merge pull request #11656 from liamwhite/recreate-surface-automatically | 2023-10-07 | 6 | -52/+36 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||