Commit Graph

  • cdce7f781b Vulkan Swapchain: Overall improvements. Fernando Sahmkow 2022-04-18 23:21:02 +02:00
  • 8d774e7415 NvDec: Fix regressions. Fernando Sahmkow 2022-04-18 21:07:21 +02:00
  • ada09778d9 Vulkan Texture Cache: Limit render area to the max width/height of the targets. Fernando Sahmkow 2022-04-15 12:29:49 +02:00
  • 8fd1d769fe ImageBase: Basic fixes. Fernando Sahmkow 2022-04-15 13:43:27 +02:00
  • afab6c143c General: Fix compilation for GCC Liam White 2022-04-13 21:02:55 +02:00
  • fd7afda1e8 VideoCore: Implement formats needed for N64 emulation. Fernando Sahmkow 2022-04-13 20:19:06 +02:00
  • 770e19f51a Buffer Cache: Deduce vertex array limit from memory layout when limit is the highest possible. Fernando Sahmkow 2022-04-13 16:20:34 +02:00
  • 8bb604b3be VideoCore: Add option to dump the macros. Fernando Sahmkow 2022-03-26 14:03:02 +01:00
  • a9ca39f859 NVDRV: Further improvements. Fernando Sahmkow 2022-02-07 07:52:04 +01:00
  • b59ca4df0c Buffer Cache: Basic fixes. Fernando Sahmkow 2022-03-06 14:52:35 +01:00
  • 98317f2b77 Decoders: Improve overall speed. Fernando Sahmkow 2022-04-03 02:18:03 +02:00
  • f5fd6b5c86 DMA & InlineToMemory Engines Rework. bunnei 2022-08-14 02:36:36 -07:00
  • b2099fbdcc Maxwell3D: Add small_index_2 Fernando Sahmkow 2022-03-26 13:43:00 +01:00
  • 7cfa28a666 Memory Manager: ensure safety of GPU to CPU address. Fernando Sahmkow 2022-04-02 22:38:58 +02:00
  • 5a568b1655 MemoryManager: Fix errors popping out. Fernando Sahmkow 2022-02-19 14:18:02 +01:00
  • 3d02143476 Shader Decompiler: implement better tracking for Vulkan samplers. Fernando Sahmkow 2022-03-26 13:40:42 +01:00
  • ba34cf0a69 Shader Decompiler: Check for shift when deriving composite samplers. Fernando Sahmkow 2022-03-06 19:54:40 +01:00
  • a283eda320 Shader Decompiler: Fix dangerous behavior of invalid iterator insertion. Fernando Sahmkow 2022-03-06 11:03:48 +01:00
  • 359f22b808 MemoryManager: Finish up the initial implementation. Fernando Sahmkow 2022-02-06 18:51:07 +01:00
  • 5caa150e9a OpenGL: Fix TickWork Fernando Sahmkow 2022-02-06 01:56:38 +01:00
  • bc8b3d225e VideoCore: Refactor fencing system. Fernando Sahmkow 2022-02-06 01:16:11 +01:00
  • 4d60410dd9 MemoryManager: initial multi paging system implementation. Fernando Sahmkow 2022-02-05 18:15:26 +01:00
  • 98b5e236d4 Vulkan: Fix Scissor on Clears Fernando Sahmkow 2022-02-05 12:30:19 +01:00
  • 920429fde7 NVDRV: Further refactors and eliminate old code. Fernando Sahmkow 2022-01-30 23:13:46 +01:00
  • 2931101e6f NVDRV: Refactor Host1x Fernando Sahmkow 2022-01-30 22:26:01 +01:00
  • 668e80a9f4 VideoCore: Refactor syncing. Fernando Sahmkow 2022-01-30 10:31:13 +01:00
  • e44ac8b821 Texture Cache: Fix GC and GPU Modified on Joins. Fernando Sahmkow 2022-01-06 19:47:15 +01:00
  • f350c3d74e Texture cache: Fix the remaining issues with memory mnagement and unmapping. Fernando Sahmkow 2022-01-01 22:03:37 +01:00
  • 9cf4c8831d Texture cache: Fix dangling references on multichannel. Fernando Sahmkow 2021-12-23 01:40:45 +01:00
  • e462191482 Refactor VideoCore to use AS sepparate from Channel. Fernando Sahmkow 2021-12-17 16:45:06 +01:00
  • bb74973bba General: Rebase fixes. Fernando Sahmkow 2021-11-17 05:44:01 +01:00
  • 6fc4012396 VideoCore: Extra Fixes. Fernando Sahmkow 2021-11-16 00:01:40 +01:00
  • feb49c822d NVDRV: Remake ASGPU Fernando Sahmkow 2021-11-14 20:55:52 +01:00
  • c6ea0c650e NVDRV: Update copyright notices. Fernando Sahmkow 2021-11-13 03:25:35 +01:00
  • 0f4ae3cc52 MemoryManager: Temporary Fix for NVDEC. Fernando Sahmkow 2021-11-13 03:05:32 +01:00
  • 835b950f7e NvHostCtrl: Fix merge of nvflinger. Fernando Sahmkow 2021-11-13 02:29:54 +01:00
  • cbaf3fb433 VideoCore: Update MemoryManager Fernando Sahmkow 2021-11-11 21:24:40 +01:00
  • b617874724 Common: implement MultiLevelPageTable. Fernando Sahmkow 2021-11-10 17:37:17 +01:00
  • 3f8e7a5585 VideoCore: Fix channels with disk pipeline/shader cache. Fernando Sahmkow 2021-11-07 17:52:45 +01:00
  • d7990c159e OpenGl: Implement Channels. Fernando Sahmkow 2021-11-07 17:15:28 +01:00
  • 2c62563ab5 NVHOST_CTRl: Implement missing method and fix some stuffs. Fernando Sahmkow 2021-11-07 14:17:32 +01:00
  • 139ea93512 VideoCore: implement channels on gpu caches. Fernando Sahmkow 2021-11-05 15:52:31 +01:00
  • c77b8df12e NVASGPU: Fix Remap. Fernando Sahmkow 2021-11-05 03:10:20 +01:00
  • ad038609c8 NVDRV: Fix clearing when destroying. Fernando Sahmkow 2021-11-05 02:57:14 +01:00
  • 68d9504a04 NVMAP: Fix the Free return parameters. Fernando Sahmkow 2021-11-05 02:11:46 +01:00
  • af35dbcf63 NVDRV: Fix Open/Close and make sure each device is correctly created. Fernando Sahmkow 2021-11-05 01:44:11 +01:00
  • de0e8eff42 NVDRV: Implement new NvMap Fernando Sahmkow 2021-11-04 12:51:17 +01:00
  • 3cbe352c18 NVDRV: Refactor and add new NvMap. Fernando Sahmkow 2021-11-01 18:53:32 +01:00
  • a21b8824fb NVDRV: Cleanup. Fernando Sahmkow 2021-11-01 15:25:06 +01:00
  • d30b885d71 NVDRV: Implement QueryEvent. Fernando Sahmkow 2021-11-01 15:02:47 +01:00
  • 39a5ce4e69 NvHost: Remake Ctrl Implementation. Fernando Sahmkow 2021-11-01 00:51:29 +01:00
  • ac104a24d1 NvHost: Try a different approach to blocking. Fernando Sahmkow 2021-10-30 11:35:05 +02:00
  • 7b7f6f1cb7 NvHost: Fix some regressions and correct signaling on timeout. Fernando Sahmkow 2021-10-30 02:32:07 +02:00
  • 31d4bc6953 Merge pull request #9025 from FernandoS27/slava-ukrayini Fernando S 2022-10-06 17:10:28 +02:00
  • 1a49991676 Texture Cache: Add ASTC 10x5 Format. Fernando Sahmkow 2022-10-06 16:45:40 +02:00
  • d55096ce85 Merge pull request #9013 from liamwhite/spinning-a-yarn bunnei 2022-10-05 18:53:42 -07:00
  • 1689530f52 Merge pull request #9015 from german77/amiibo-rewrite bunnei 2022-10-05 14:13:57 -07:00
  • 3b5a937125 Show error from cpp-httplib when we don't have a response to read (report errors while connecting to API) (#8999) Kyle Kienapfel 2022-10-05 12:39:54 -07:00
  • 71fe9fd0f2 Merge pull request #8987 from liamwhite/another-name-for-reinforcement-steel Fernando S 2022-10-05 08:54:22 +02:00
  • 4774e32593 Merge pull request #9011 from liamwhite/frog-emoji-moment Fernando S 2022-10-05 08:53:26 +02:00
  • fc0ace6048 Merge pull request #9005 from liamwhite/micro-fit bunnei 2022-10-04 20:08:02 -07:00
  • 92c0ad23eb Merge pull request #9010 from liamwhite/buttwise bunnei 2022-10-04 15:52:39 -07:00
  • 7969d4d5de vk_scheduler: wait for command processing to complete Liam 2022-10-03 20:03:25 -04:00
  • e85c19adcb service: nfp: Fix errors to pass unit testing Narr the Reg 2022-10-03 18:06:55 -05:00
  • 35d3e7db2a common: remove "yuzu:" prefix from thread names Liam 2022-10-03 18:43:56 -04:00
  • ae7062d522 shader_recompiler: add extended LDC to GLASM backend Liam 2022-10-02 17:32:54 -04:00
  • 61399de5db Merge pull request #8955 from german77/amiibo-rewrite bunnei 2022-10-02 14:28:43 -07:00
  • 1485daff06 service: mii: Copy only valid name bytes german77 2022-09-29 01:03:47 -05:00
  • d9d566bd3f service: nfp: Implement mount target and open application area errors, minor fixes Narr the Reg 2022-09-28 00:47:51 -05:00
  • 673de3995b nfp: Multiple fixes against HW german77 2022-09-26 00:58:36 -05:00
  • 3ce0ef04dd service: nfp: address comments german77 2022-09-24 22:52:33 -05:00
  • afea5c163f service: nfp: Rewrite and implement applet calls german77 2022-09-24 21:28:06 -05:00
  • 8a3d22c4bd core: hid: Add nfc support to emulated controller german77 2022-09-24 20:36:40 -05:00
  • f6d57d7dd9 yuzu: Use virtual amiibo driver instead of nfp service german77 2022-09-24 20:31:54 -05:00
  • da8864d002 input_common: Enable virtual amiibo driver german77 2022-09-24 20:28:27 -05:00
  • e8d71712e7 input_common: Create virtual amiibo driver german77 2022-09-24 19:46:49 -05:00
  • 80a3a73123 Merge pull request #8992 from Morph1984/vi-vsync-event bunnei 2022-10-02 03:02:59 -07:00
  • 188932768e Merge pull request #6598 from FernandoS27/falklands-are-british liamwhite 2022-10-01 20:58:03 -04:00
  • a60b669ef4 MacroHLE: Add MultidrawIndirect HLE Macro. Fernando Sahmkow 2021-07-10 19:32:34 +02:00
  • 1225627515 macro_jit_x64: fix miscompilation of bit extraction operations Liam 2022-10-01 20:31:21 -04:00
  • 1dba5fab62 Qt: work around Qt5's font choice for Chinese Kyle Kienapfel 2022-10-01 15:27:23 -07:00
  • 2a752bbd64 Merge pull request #8876 from FearlessTobi/multiplayer-part3 bunnei 2022-10-01 14:53:36 -07:00
  • 001168d191 Merge pull request #9009 from yuzu-emu/bunnei-move-deploy-linux.sh liamwhite 2022-10-01 16:57:46 -04:00
  • 181a54a37b Merge pull request #9008 from ZwipZwapZapony/controller.colors_state.right Narr the Reg 2022-10-01 14:37:55 -05:00
  • 4242064560 Merge pull request #8874 from vonchenplus/align_index_buffer_size bunnei 2022-10-01 10:28:50 -07:00
  • 700f1d498e Migrate deploy-linux.sh from lat9nq's repo. bunnei 2022-10-01 10:25:28 -07:00
  • 31e3437a2f Fix "controller.colors_state.right" being "left" Zwip-Zwap Zapony 2022-10-01 18:18:08 +02:00
  • 2213927253 Merge pull request #9004 from zhaobot/tx-update-20221001041028 Mai 2022-10-01 07:37:24 -04:00
  • b80f7faebe macro_jit_x64: cancel exit for taken branch Liam 2022-10-01 01:32:24 -04:00
  • 4b40799e03 Update translations (2022-10-01) The yuzu Community 2022-10-01 04:10:52 +00:00
  • d9e375acc3 Merge pull request #8910 from vonchenplus/astc_decode_error bunnei 2022-09-30 15:34:11 -07:00
  • dbb9d601df Merge pull request #8934 from german77/palma_release bunnei 2022-09-29 12:48:28 -07:00
  • 2e3aad41aa Merge pull request #8993 from lat9nq/drop-linuxdeploy Morph 2022-09-28 20:10:47 -04:00
  • 9015a512c2 Merge pull request #8940 from german77/silence bunnei 2022-09-28 14:37:23 -07:00
  • 0f6007b405 Merge pull request #8989 from merryhime/loader-nullptr Morph 2022-09-27 10:59:46 -04:00
  • ad9f97cd8d ci/linux: Drop linuxdeploy usage lat9nq 2022-09-26 00:29:38 -04:00
  • 41e855bd42 service: vi: Retrieve vsync event once per display Morph 2022-09-25 21:20:36 -04:00
  • acc887cc34 service: vi: Move VI results into its own file Morph 2022-09-25 20:33:25 -04:00
  • f55ed1cab0 core/loader: Return nullptr if file is nullptr Merry 2022-09-25 19:31:35 +01:00
  • 087c6c2ef1 vulkan: automatically use larger staging buffer sizes when possible Liam 2022-09-25 02:28:03 -04:00