| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | KPageTable: Perform ranged invalidation when unmapping code memory | 2021-10-13 | 1 | -0/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Fernando S. <1731197+FernandoS27@users.noreply.github.com> | |||||
| * | | | | | | | Merge pull request #7077 from FernandoS27/face-down | 2021-10-16 | 3 | -6/+8 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | A series of fixes to queries and indexed samplers. | |||||
| | * | | | | | | | Shader Compiler: avoid overflowed indices on indixed samplers. | 2021-10-17 | 1 | -1/+2 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | Vulkan Query Cache: make sure to wait for the query result. | 2021-09-24 | 1 | -1/+2 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | QueryCache: Flush queries in order of running. | 2021-09-24 | 1 | -4/+4 | ||
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #7127 from FernandoS27/i-saw-a-wabbit | 2021-10-16 | 2 | -5/+14 | ||
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | A few fixes on Vulkan and Rasterizer Caching | |||||
| | * | | | | | | | | Vulkan: Fix failing barrier on refresh. | 2021-10-04 | 1 | -1/+2 | ||
| | | | | | | | | | | ||||||
| | * | | | | | | | | RasterizerInterface: Correct size of CPU addresses to cache. | 2021-10-04 | 1 | -1/+1 | ||
| | | | | | | | | | | ||||||
| | * | | | | | | | | Vulkan: Fix the master Semaphore | 2021-10-04 | 1 | -4/+12 | ||
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #7195 from MightyCreak/fix-warning-typo | 2021-10-16 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | main: fix typo in warning message | |||||
| | * | | | | | | | | main: fix typo in warning message | 2021-10-16 | 1 | -1/+1 | ||
| | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | | main: Add missing make_unique for ui | 2021-10-15 | 1 | -1/+1 | ||
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #7187 from FernandoS27/boy-i-say-boy | 2021-10-15 | 4 | -0/+51 | ||
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | NVHost_Ctrl: Force wait if the gpu falls behind too long. | |||||
| | * | | | | | | | | NvHost/Core: Address Feedback. | 2021-10-16 | 3 | -19/+27 | ||
| | | | | | | | | | | ||||||
| | * | | | | | | | | Suspend temporally | 2021-10-16 | 3 | -1/+31 | ||
| | | | | | | | | | | ||||||
| | * | | | | | | | | NVHost_Ctrl: Force wait if the gpu falls behind too long. | 2021-10-16 | 2 | -0/+13 | ||
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #7188 from Morph1984/web-applet-include | 2021-10-15 | 1 | -0/+1 | ||
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | qt_web_browser: Add missing QApplication include | |||||
| | * | | | | | | | | | qt_web_browser: Add missing QApplication include | 2021-10-15 | 1 | -0/+1 | ||
| | |/ / / / / / / / | ||||||
| * / / / / / / / / | service/vi: Stub IHOSBinderDriver::TransactParcel GetBufferHistory (#7184) | 2021-10-15 | 1 | -1/+11 | ||
| |/ / / / / / / / | ||||||
| * | | | | | | | | bootmanager: Forward declare System and SystemResultStatus | 2021-10-15 | 1 | -1/+5 | ||
| | | | | | | | | | ||||||
| * | | | | | | | | yuzu: Construct system in GMainWindow | 2021-10-15 | 2 | -81/+83 | ||
| | | | | | | | | | ||||||
| * | | | | | | | | core: Move ResultStatus outside of System | 2021-10-15 | 7 | -67/+69 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows it to be a forward declaration in other header files. | |||||
| * | | | | | | | | yuzu_cmd: Remove remaining static system instances | 2021-10-15 | 1 | -3/+2 | ||
| | | | | | | | | | ||||||
| * | | | | | | | | core: Remove static system instance | 2021-10-15 | 2 | -28/+5 | ||
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #7172 from Morph1984/out-of-bounds | 2021-10-15 | 2 | -7/+7 | ||
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | string_util: Prevent out of bounds access in u16string_view buffer | |||||
| | * | | | | | | | | string_util: Make use of std::string_view and add bounds checking | 2021-10-14 | 2 | -5/+5 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes use of std::string_view in StringFromFixedZeroTerminatedBuffer and add bounds checking | |||||
| | * | | | | | | | | string_util: Prevent out of bounds access in u16string_view buffer | 2021-10-14 | 1 | -2/+2 | ||
| | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #7174 from MightyCreak/hide-cursor-by-default | 2021-10-15 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Check "Hide mouse on inactivity" by default | |||||
| | * | | | | | | | | Hide mouse cursor by default | 2021-10-15 | 1 | -1/+1 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #7185 from Morph1984/make_unique_ui | 2021-10-15 | 15 | -151/+157 | ||
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | yuzu: Use make_unique instead of operator new for constructing ui | |||||
| | * | | | | | | | | main: Use std::unique_ptr for ui | 2021-10-15 | 2 | -137/+142 | ||
| | | | | | | | | | | ||||||
| | * | | | | | | | | configuration: Use std::make_unique instead of operator new for ui | 2021-10-15 | 13 | -14/+15 | ||
| | | | | | | | | | | ||||||
| * | | | | | | | | | main: Slightly refactor NCA entry installation in InstallNCA (#7181) | 2021-10-15 | 1 | -8/+6 | ||
| | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * main: Slightly refactor NCA entry installation in InstallNCA Co-authored-by: Ameer J <52414509+ameerj@users.noreply.github.com> | |||||
| * | | | | | | | | config: Read network_interface | 2021-10-15 | 2 | -0/+9 | ||
| |/ / / / / / / | | | | | | | | | | | | | | | Let's yuzu_cmd use a network interface. Also adds it to the default ini. | |||||
| * | | | | | | | settings_ui: Better NVDEC Description For Each Video Rendering Option (#7165) | 2021-10-14 | 1 | -3/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * better_description * Revert "better_description" This reverts commit 3a152a6ba6f2d6e02530b69a8194e4db302c8acd. * better_nvdec_wording * best_performance * update_word_stuff * another_update | |||||
| * | | | | | | | Merge pull request #6774 from lat9nq/remove-global-yuzu | 2021-10-14 | 75 | -655/+717 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | yuzu qt: Remove global system instances | |||||
| | * | | | | | | | discord_impl: Remove global system instances | 2021-10-07 | 3 | -6/+13 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | game_list: Remove global instances of Core::System | 2021-10-07 | 5 | -13/+19 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | configuration: Add const qualifier where able | 2021-10-07 | 18 | -31/+28 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | yuzu qt: Remove global system instances from config, WaitTree, main | 2021-10-07 | 69 | -636/+688 | ||
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #7157 from ameerj/vic-surface-size | 2021-10-13 | 1 | -16/+15 | ||
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | vic: Use the minimum of surface/frame dimensions when writing the final frame to the GPU | |||||
| | * | | | | | | | | vic: Use the minimum of surface/frame dimensions when writing the final ↵ | 2021-10-10 | 1 | -16/+15 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | frame to the GPU Addresses possible buffer overflow behavior. | |||||
| * | | | | | | | | | Merge pull request #7142 from german77/sdl_range | 2021-10-13 | 1 | -3/+4 | ||
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | input_common/sdl: Fix joystick range | |||||
| | * | | | | | | | | | input_common/sdl: Fix joystick range | 2021-10-11 | 1 | -3/+4 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #7158 from ameerj/window-900p | 2021-10-13 | 3 | -36/+53 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | main: Add option to reset window size to 900p | |||||
| | * | | | | | | | | main: Add option to reset window size to 900p | 2021-10-11 | 3 | -36/+53 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #7147 from behunin/patch-1 | 2021-10-12 | 1 | -8/+0 | ||
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Update configure_tas.ui | |||||
| | * | | | | | | | | Update configure_tas.ui | 2021-10-08 | 1 | -8/+0 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the geometry property again(7045) after 7090 re-added. | |||||
| * | | | | | | | | | Merge pull request #7109 from vonchenplus/fix_h264_max__reference_num_error | 2021-10-12 | 1 | -1/+6 | ||
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | h264: Use max allowed max_num_ref_frames when using CPU decoding | |||||
| | * | | | | | | | | | h264: Use max allowed max_num_ref_frames when using CPU decoding | 2021-10-10 | 1 | -1/+6 | ||
| | | |_|_|_|/ / / / | |/| | | | | | | | ||||||