Commit Graph

  • 365c6ad753 Merge pull request #8090 from bunnei/fix-skyline bunnei 2022-03-30 18:23:37 -07:00
  • c04e65c254 service: hid: Signal event on AcquireNpadStyleSetUpdateEventHandle Narr the Reg 2022-03-30 17:09:28 -06:00
  • 8e9d253687 Merge pull request #8107 from german77/fullscreen bunnei 2022-03-29 17:43:10 -07:00
  • 69807dd208 nvhost_ctrl: Only mark EventState::Busy as BadParameter ameerj 2022-03-29 15:13:30 -04:00
  • 6552968df4 Merge pull request #8109 from lat9nq/god-why Morph 2022-03-29 03:52:50 -04:00
  • 063d38a991 Merge pull request #8106 from ameerj/gl-extreme-crash bunnei 2022-03-28 21:36:39 -07:00
  • 0d7a0c0817 yuzu_cmd: Start the logging backend lat9nq 2022-03-28 23:14:42 -04:00
  • 90c846d1ad yuzu: Only override fullscreen setting if gamepath or argument is provided german77 2022-03-28 18:52:27 -06:00
  • 3e489782e1 gl_rasterizer: Avoid scenario locking already owned mutex ameerj 2022-03-28 20:26:11 -04:00
  • 642913b0d1 Merge pull request #8098 from merryhime/ic-ivau bunnei 2022-03-28 15:45:52 -07:00
  • ea7a0d4652 registered_cache: Prevent nullptr dereference when accumulating files Morph 2022-03-27 17:06:27 -04:00
  • 7382e7a5c8 Merge pull request #8095 from bylaws/master Mai M 2022-03-27 12:36:19 -04:00
  • 1383441b15 arm_dynarmic_64: Invalidate on all cores merry 2022-03-27 15:37:19 +01:00
  • 3a9a0d9cb3 externals: Update dynarmic merry 2022-03-27 15:37:06 +01:00
  • af94bf4a59 build: cleanup installation of yuzu and yuzu-cmd Andrea Pappacoda 2022-03-27 15:09:03 +02:00
  • 99654721eb Merge pull request #8088 from bunnei/fixup-nvflinger Fernando S 2022-03-27 13:09:59 +02:00
  • e043cc0bc3 Merge pull request #8092 from yuzu-emu/revert-8080-yo-momma-so-fat-that bunnei 2022-03-26 12:39:31 -07:00
  • af04f8b8e9 Revert "Memory GPU <-> CPU: reduce infighting in the texture cache by adding CPU Cached memory." bunnei 2022-03-26 12:38:30 -07:00
  • 94967e0f6d configure_cpu: More descriptive text for Paranoid option merry 2022-03-26 08:56:23 +00:00
  • 9408100a80 hle: kernel: k_page_table: Fix implementations of LockForCodeMemory & UnlockForCodeMemory. bunnei 2022-03-26 01:49:34 -07:00
  • 0c75913bf2 hle: kernel: k_page_table: Implement LockMemoryAndOpen & UnlockMemory. bunnei 2022-03-26 01:46:41 -07:00
  • 3c8547160d configuration: Add Paranoid CPU accuracy level merry 2022-03-26 08:45:51 +00:00
  • 1b3dba329a hle: kernel: svc: MapProcessMemory: Fix usage of KPageLinkedList to use physical address space. bunnei 2022-03-26 01:35:37 -07:00
  • 3bc0c2a625 hle: kernel: svc: CreateCodeMemory: Remove log of 'out' host pointer. bunnei 2022-03-26 01:34:29 -07:00
  • 94543f129e hle: kernel: k_code_memory: Fix usage of KPageLinkedList to use physical address space. bunnei 2022-03-26 01:33:16 -07:00
  • 5b667f5e52 hle: kernel: k_page_table: Implement MakeAndOpenPageGroup & MakePageGroup. bunnei 2022-03-26 01:25:52 -07:00
  • c975a51ae7 hle: kernel: k_page_table: Add IsHeapPhysicalAddress method. bunnei 2022-03-26 01:23:43 -07:00
  • f29410d821 hle: kernel: k_page_linked_list: Add Empty method. bunnei 2022-03-26 01:02:42 -07:00
  • 4e2401c11a hle: kernel: svc: UnmapProcessCodeMemory: Fix inverted alignment check. bunnei 2022-03-26 01:01:55 -07:00
  • 664d8c8732 Merge pull request #8041 from Morph1984/inline-swkbd bunnei 2022-03-25 23:19:11 -07:00
  • 25faca8ea7 hle: service: nvflinger: buffer_queue: Remove AutoLock and fix free buffer tracking. bunnei 2022-03-25 23:01:03 -07:00
  • 07c7f96fb2 hle: service: nvflinger: buffer_queue_consumer: Use scoped_lock instead of unique_lock. bunnei 2022-03-25 22:59:06 -07:00
  • 13aa0a1f24 hle: service: nvflinger: consumer_base: Use scoped_lock instead of unique_lock. bunnei 2022-03-25 22:58:52 -07:00
  • 741a8c3034 hle: service: nvflinger: Remove unused BufferQueue. bunnei 2022-03-25 22:58:23 -07:00
  • da46d924e9 Merge pull request #8080 from FernandoS27/yo-momma-so-fat-that Morph 2022-03-25 12:09:40 -04:00
  • a2d7b2f905 Memory: Don't protect reads on Normal accuracy. Fernando Sahmkow 2022-03-24 21:54:48 +01:00
  • 7a9d9e575b Texture Cache: Add Cached CPU system. Fernando Sahmkow 2022-03-24 21:30:54 +01:00
  • ab6a5784fa Merge pull request #7720 from FernandoS27/yfc-gc bunnei 2022-03-24 20:16:11 -07:00
  • 0608336c60 Merge pull request #8050 from bunnei/nvflinger-rewrite Fernando S 2022-03-25 03:36:55 +01:00
  • d108c2873d Merge pull request #8068 from ameerj/shader-if-false Fernando S 2022-03-25 03:21:27 +01:00
  • 9872d4bc4f GC: Address Feedback. Fernando Sahmkow 2022-01-18 18:05:44 +01:00
  • 284934ebfd Update project license to GPL v3. bunnei 2022-03-24 18:51:23 -07:00
  • c64e1ae104 hle: nvflinger: ConsumerBase: Mark ctor as explicit. bunnei 2022-03-20 00:48:32 -07:00
  • 02dbb2ed54 hle: vi: NativeWindow: Fix trivially copyable issues. bunnei 2022-03-20 00:48:02 -07:00
  • c9d28c30f0 hle: nvdrv: nvdata: buffer_queue_producer: Minor cleanup. bunnei 2022-03-19 23:15:13 -07:00
  • 241ecae867 hle: nvdrv: nvdata: Cleanup NvFence static assert. bunnei 2022-03-19 23:10:46 -07:00
  • 81eefcaa76 hle: nvflinger: Remove unused unordered_map include. bunnei 2022-03-19 23:10:04 -07:00
  • 3b13f5e43b hle: nvflinger: buffer_queue_consumer: AcquireBuffer: Fix typo. bunnei 2022-03-19 22:48:49 -07:00
  • 4d9488033f hle: nvflinger: Merge Rect with Common::Rectangle. bunnei 2022-03-19 22:47:46 -07:00
  • e524def8c0 hle: nvflinger: buffer_queue_core: Declare default dtor. bunnei 2022-03-19 22:09:46 -07:00
  • 8e35eedf22 hle: nvflinger: buffer_queue_producer: DequeueBuffer: Remove unnecessary lock. bunnei 2022-03-19 22:09:22 -07:00
  • 0ce308047e hle: nvflinger: consumer_base: StillTracking: Should be const. bunnei 2022-03-19 22:08:50 -07:00
  • 480c79edba hle: nvflinger: graphic_buffer_producer: Remove unnecessary pragma pack. bunnei 2022-03-19 22:08:26 -07:00
  • 7db60fe7da hle: nvflinger: parcel: Reserve token size. bunnei 2022-03-19 22:07:52 -07:00
  • ddd5a2b1c6 hle: nvflinger: buffer_queue_core: StillTracking: Take const reference. bunnei 2022-03-19 22:06:46 -07:00
  • 53058ae73f hle: nvflinger: buffer_queue_core: Cleanup locking. bunnei 2022-03-19 21:53:47 -07:00
  • 650c9d0d62 hle: nvflinger: Use std::chrono for present_ns. bunnei 2022-03-19 21:52:08 -07:00
  • ca12a77670 hle: nvflinger: Migrate android namespace -> Service::android. bunnei 2022-03-19 21:51:16 -07:00
  • 5849c9a4cd hle: nvflinger: BufferQueueProducer: Handle SetPreallocatedBuffer with empty buffer. bunnei 2021-11-12 23:54:18 -08:00
  • 7f4165fc05 hle: vi: Integrate new NVFlinger and HosBinderDriverServer service. bunnei 2021-11-11 19:15:51 -08:00
  • a87812c6a1 hle: nvflinger: Add implementation for HosBinderDriverServer service. bunnei 2021-11-11 19:13:21 -08:00
  • 56284bff6c hle: nvflinger: Add implementation for BufferQueueProducer class. bunnei 2021-11-11 19:12:36 -08:00
  • bfff7b58fd hle: nvflinger: Add implementation for BufferQueueCore class. bunnei 2021-11-11 18:56:11 -08:00
  • 6e7f687df4 hle: nvflinger: Add implementation for BufferQueueConsumer class. bunnei 2021-11-11 18:53:00 -08:00
  • 41983bc0ca hle: nvflinger: Add implementation for QueueBufferInput and QueueBufferOutput structs. bunnei 2021-11-11 18:49:43 -08:00
  • 0057159066 hle: nvflinger: Add implementation for BufferItemConsumer class. bunnei 2021-11-11 18:46:56 -08:00
  • 79e8cdf595 hle: nvflinger: Add implementation for ConsumerBase class. bunnei 2021-11-11 18:43:30 -08:00
  • d25cb12bff hle: nvflinger: Add implementation for BufferSlot class. bunnei 2021-11-11 18:39:29 -08:00
  • c723db39c7 hle: nvflinger: Add implementation for BufferItem class. bunnei 2021-11-11 18:38:36 -08:00
  • d13e18a8ed hle: nvflinger: Move implementation for Parcel to its own header. bunnei 2021-11-11 18:36:52 -08:00
  • a454670de5 hle: nvflinger: Add android buffer queue definitions to its own header. bunnei 2021-11-11 18:36:03 -08:00
  • fe9945ad6c hle: nvflinger: Add IBinder interface. bunnei 2021-11-11 18:35:28 -08:00
  • b9cbc708e8 hle: nvflinger: Add IConsumerListener interface. bunnei 2021-11-11 18:34:44 -08:00
  • 81e143a3d2 hle: nvflinger: Add ProducerListener interface. bunnei 2021-11-11 18:33:38 -08:00
  • fd24d5a0a2 hle: nvflinger: Add android window enumerations to its own header. bunnei 2021-11-11 18:32:50 -08:00
  • 05ff9e8d4e hle: nvflinger: Add android Status flags to its own header. bunnei 2021-11-11 18:32:06 -08:00
  • 05d80fba38 hle: nvflinger: Move BufferTransformFlags to its own header. bunnei 2021-11-11 18:31:05 -08:00
  • 402273d91b hle: nvdrv: Rename Fence to NvFence to avoid naming conflicts. bunnei 2021-11-11 18:14:35 -08:00
  • d456b9d554 hle: nvflinger: Move PixelFormat to its own header. bunnei 2021-11-11 18:13:35 -08:00
  • 5a8b9a9706 hle: nvflinger: Add implementation for GraphicBuffer class. bunnei 2021-11-11 18:11:32 -08:00
  • 8c27465325 hle: nvflinger: Add implementation for Fence class. bunnei 2021-11-11 18:10:54 -08:00
  • d47575f2c5 hle: nvflinger: Add implementation for Rect class. bunnei 2021-11-11 18:10:29 -08:00
  • 0704b645df common: logging: Add a logger for NVFlinger. bunnei 2021-11-11 18:05:37 -08:00
  • 9edbbf2af4 Garbage Collection: Final tuning. Fernando Sahmkow 2022-01-16 06:34:43 +01:00
  • 5e982a7812 Buffer Cache: Tune to the levels of the new GC. Fernando Sahmkow 2022-01-16 05:05:34 +01:00
  • ecb3342145 Garbage Collection: Redesign the algorithm to do a better use of memory. Fernando Sahmkow 2022-01-16 04:43:06 +01:00
  • c09a4f4eb6 configure_debug: Fix typo lat9nq 2022-03-24 17:17:20 -04:00
  • 8f2e5f5666 Merge pull request #8074 from liamwhite/cached-words Fernando S 2022-03-24 17:13:46 +01:00
  • c50f2bd4f6 Merge pull request #8035 from lat9nq/disable-web-applet bunnei 2022-03-23 21:08:20 -07:00
  • 8d45dd3b73 Vulkan: Use 3D helpers for MSAA scaling on NV drivers 510+ ameerj 2022-03-23 23:30:17 -04:00
  • dea5de91d2 buffer_cache: reset cached write bits after flushing invalidations Liam 2022-03-23 20:59:01 -04:00
  • 67159e3be7 dead_code_elimination_pass: Remove unreachable Phi arguments ameerj 2022-03-22 18:34:31 -04:00
  • fb4d80b169 Merge pull request #8073 from Shoegzer/compile_fixes Ameer J 2022-03-23 16:31:02 -04:00
  • a8896e940a Add include to fix compiling Shoegzer 2022-03-23 16:18:48 -04:00
  • 749efbb84b Merge pull request #8031 from Morph1984/cleanup-mii-please bunnei 2022-03-22 21:56:42 -07:00
  • f8773e4ba0 Merge pull request #8070 from yuzu-emu/revert-8016-kill-mem-use bunnei 2022-03-22 18:34:19 -07:00
  • e439c31c9e Revert "dynarmic: Reduce size of code caches" bunnei 2022-03-22 18:32:54 -07:00
  • dd862dff66 Include <bit> header when std::count{r,l}_zero is used Billy Laws 2022-03-22 21:11:24 +00:00
  • f10d40a0a2 shader_recompiler/dead_code_elimination: Add DeadBranchElimination pass ameerj 2022-03-22 01:22:21 -04:00
  • e6f200b960 applets/swkbd: Split software keyboard initialization Morph 2022-03-18 03:12:31 -04:00