Commit Graph

  • a5476541f2 video_core: don't block rendering on screenshots Liam 2022-10-06 09:31:12 -04:00
  • 1e35ade1ec configure_graphics: Fix graphics API selection when a game is running Morph 2022-10-07 15:10:06 -04:00
  • b8777b6653 Merge pull request #9028 from liamwhite/wtype-limits Narr the Reg 2022-10-07 09:03:35 -05:00
  • 752659aef3 Update 3D regs Kelebek1 2022-08-12 10:58:09 +01:00
  • 9574429c5f nfp_types: silence -Wtype-limits Liam 2022-10-07 06:52:28 -04:00
  • 20cf09471a Revert "vulkan: automatically use larger staging buffer sizes when possible" liamwhite 2022-10-07 04:49:08 -04:00
  • 61883d8820 Merge pull request #6142 from lat9nq/prog_meta_ref_bind_address bunnei 2022-10-06 20:42:15 -07:00
  • bb86fc573f Merge pull request #8944 from Tachi107/patch-2 bunnei 2022-10-06 16:59:04 -07:00
  • 1effa578f1 Merge pull request #8467 from FernandoS27/yfc-rel-1 Fernando S 2022-10-06 21:29:53 +02:00
  • df6dffa30b vulkan_blitter: Fix pool allocation double free. Byte 2022-10-06 20:59:40 +02:00
  • aedd739631 maxwell_dma: remove warnings from implemented functionality Liam 2022-09-03 21:02:02 -04:00
  • ca3db0d7c9 General: address feedback Fernando Sahmkow 2022-09-01 05:45:22 +02:00
  • 0d99b7962d state_tracker: workaround channel setup for homebrew Liam 2022-08-19 22:15:23 -04:00
  • c80ed6d81f general: rework usages of UNREACHABLE macro Liam 2022-08-19 21:58:25 -04:00
  • 903705043d nvdisp: End system frame after requesting to swap buffers Morph 2022-08-02 03:38:19 -04:00
  • 11e1cbbdbd address_space: Rename va_start to virt_start Morph 2022-06-29 20:36:39 -04:00
  • fa342cae22 address_space: Address feedback Morph 2022-06-29 20:33:04 -04:00
  • fedd983f96 general: Format licenses as per SPDX guidelines Morph 2022-06-29 19:27:49 -04:00
  • d97d409647 NvHostChannels: improve hack for supporting multiple channels. Fernando Sahmkow 2022-07-01 02:18:33 +02:00
  • c2b7de66b3 Address Feedback from bylaws. Fernando Sahmkow 2022-06-27 21:23:06 +02:00
  • 8a372035db Nvflinger: correct duplication. Fernando Sahmkow 2022-06-27 21:45:33 +02:00
  • 9982cff98b Core: Fix get nvmap object random crash VonChenPlus 2022-06-27 12:39:57 +08:00
  • fe24c65153 General: Fix clang format. Fernando Sahmkow 2022-06-16 02:12:21 +02:00
  • 1a9b71b1c6 Common: Fix variable shadowing. Fernando Sahmkow 2022-06-16 02:00:29 +02:00
  • 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