Commit Graph

  • b566c98258 Define SampleMask as an array Kelebek1 2023-04-30 18:37:37 +0100
  • 4bcb509bbb Merge pull request #10110 from Morph1984/intel-disable-compute bunnei 2023-04-29 23:02:45 -0700
  • 689f9a75a7
    Merge pull request #10110 from Morph1984/intel-disable-compute bunnei 2023-04-29 23:02:45 -0700
  • 370a0526a5 kernel: remove general boost lists Liam 2023-04-29 15:10:09 -0400
  • b143ce8134 kernel: remove general boost lists Liam 2023-04-29 15:10:09 -0400
  • 7afcc29ac8 kernel: match calls to Register and Unregister Liam 2023-04-29 21:16:09 -0400
  • 1b5c87ab6a kernel: match calls to Register and Unregister Liam 2023-04-29 21:16:09 -0400
  • 1458a4cdc3 common: add intrusive list type Liam 2023-04-29 14:53:48 -0400
  • 2afaa7aed7 common: add intrusive list type Liam 2023-04-29 14:53:48 -0400
  • 873aa03f51 Merge pull request #10082 from FernandoS27/the-testers-really-love-chocolate bunnei 2023-04-29 11:46:01 -0700
  • fe57f39676
    Merge pull request #10082 from FernandoS27/the-testers-really-love-chocolate bunnei 2023-04-29 11:46:01 -0700
  • f5d2ae4c5e Texture Cache: Release stagging buffers on tick frame Fernando Sahmkow 2023-04-23 21:37:13 +0200
  • 4bc5469f52 Texture Cache: Release stagging buffers on tick frame Fernando Sahmkow 2023-04-23 21:37:13 +0200
  • 6e18a08510 Buffer Cache: Release stagging buffers on tick frame Fernando Sahmkow 2023-04-23 21:03:50 +0200
  • f8d31d1ae1 Buffer Cache: Release stagging buffers on tick frame Fernando Sahmkow 2023-04-23 21:03:50 +0200
  • b328059505 Tests: Add memory tracker tests. Fernando Sahmkow 2023-04-23 11:58:43 +0200
  • fff6155bc3 Tests: Add memory tracker tests. Fernando Sahmkow 2023-04-23 11:58:43 +0200
  • 917a21317f Clang: format and ficx compile errors. Fernando Sahmkow 2023-04-23 03:58:16 +0200
  • 80480fe3f7 Clang: format and ficx compile errors. Fernando Sahmkow 2023-04-23 03:58:16 +0200
  • cd4d4072c7 Implement Async downloads in normal and fix a few issues. Fernando Sahmkow 2023-04-22 20:10:40 +0200
  • ed4553806a Implement Async downloads in normal and fix a few issues. Fernando Sahmkow 2023-04-22 20:10:40 +0200
  • 139995905e Buffer Cache rework: Setup async downloads. Fernando Sahmkow 2023-04-22 13:36:18 +0200
  • f2d3212de9 Buffer Cache rework: Setup async downloads. Fernando Sahmkow 2023-04-22 13:36:18 +0200
  • 64c9a90c20 Buffer Cache: Fully rework the buffer cache. Fernando Sahmkow 2022-11-20 00:09:56 +0100
  • a16c261131 Buffer Cache: Fully rework the buffer cache. Fernando Sahmkow 2022-11-20 00:09:56 +0100
  • cf34f7c745 Address Feedback & Clang Format Fernando Sahmkow 2023-04-22 15:27:58 +0200
  • 58d1c7c77a Address Feedback & Clang Format Fernando Sahmkow 2023-04-22 15:27:58 +0200
  • 3595172637 Maxwell3D: only update parameters on High Fernando Sahmkow 2023-04-22 14:04:59 +0200
  • 56c9730a16 Maxwell3D: only update parameters on High Fernando Sahmkow 2023-04-22 14:04:59 +0200
  • b22e1a2bce Accelerate DMA: Use texture cache async downloads to perform the copies to host. Fernando Sahmkow 2023-04-14 18:07:38 +0200
  • e3a2ca96bd Accelerate DMA: Use texture cache async downloads to perform the copies to host. Fernando Sahmkow 2023-04-14 18:07:38 +0200
  • e2bfd9e8c4 TextureCache: refactor DMA downloads to allow multiple buffers. Fernando Sahmkow 2023-03-12 21:43:31 +0100
  • 3fbee093b2 TextureCache: refactor DMA downloads to allow multiple buffers. Fernando Sahmkow 2023-03-12 21:43:31 +0100
  • 79d97d07e2 vk_pipeline_cache: Skip compute pipelines on Intel proprietary drivers Morph 2023-04-28 17:52:11 -0400
  • cb092af3f0 vk_pipeline_cache: Skip compute pipelines on Intel proprietary drivers Morph 2023-04-28 17:52:11 -0400
  • 0da4b879eb QueryCache: Fix write invalidation. Fernando Sahmkow 2023-04-28 23:53:46 +0200
  • 2f15876524 QueryCache: Fix write invalidation. Fernando Sahmkow 2023-04-28 23:53:46 +0200
  • ff3cf7c1d9 MemoryManager: Fix race conditions. Fernando Sahmkow 2023-04-28 23:53:02 +0200
  • 9a7c172f76 MemoryManager: Fix race conditions. Fernando Sahmkow 2023-04-28 23:53:02 +0200
  • 7ed3f00c30 core: service: Add FunctionInfoTyped to allow expanding existing interfaces german77 2023-04-25 23:33:05 -0600
  • 5e16fe4579 core: service: Add FunctionInfoTyped to allow expanding existing interfaces german77 2023-04-25 23:33:05 -0600
  • f606fa3515 Clang format and ddress feedback Fernando Sahmkow 2023-04-23 23:47:05 +0200
  • e4dc73f61e Clang format and ddress feedback Fernando Sahmkow 2023-04-23 23:47:05 +0200
  • f430449ddb Merge pull request #10051 from liamwhite/surface-capabilities Fernando S 2023-04-24 12:37:13 +0200
  • 9bf19b04f6
    Merge pull request #10051 from liamwhite/surface-capabilities Fernando S 2023-04-24 12:37:13 +0200
  • fa3ff7a6d5 Merge pull request #10056 from vonchenplus/audout_u Fernando S 2023-04-24 12:36:52 +0200
  • 47cd0586ee
    Merge pull request #10056 from vonchenplus/audout_u Fernando S 2023-04-24 12:36:52 +0200
  • f151023e45 Merge pull request #10069 from liamwhite/log Fernando S 2023-04-24 12:36:24 +0200
  • 2311fa7c84
    Merge pull request #10069 from liamwhite/log Fernando S 2023-04-24 12:36:24 +0200
  • f8d2ab4660 service: nfc: Create mifare interface Narr the Reg 2023-04-14 17:55:13 -0600
  • 00d76fc5f5 service: nfc: Create mifare interface Narr the Reg 2023-04-14 17:55:13 -0600
  • db242ac13f service: nfc: Create interface Narr the Reg 2023-04-14 17:46:20 -0600
  • a3fa64fcc4 service: nfc: Create interface Narr the Reg 2023-04-14 17:46:20 -0600
  • abe4e83b45 QueryCache: rework async downloads. Fernando Sahmkow 2023-04-23 21:55:16 +0200
  • e29ced29fa QueryCache: rework async downloads. Fernando Sahmkow 2023-04-23 21:55:16 +0200
  • eeffe68b7f Accuracy Normal: reduce accuracy further for perf improvements in Project Lime Fernando Sahmkow 2023-04-22 11:59:57 +0200
  • 7e76c1642c Accuracy Normal: reduce accuracy further for perf improvements in Project Lime Fernando Sahmkow 2023-04-22 11:59:57 +0200
  • ae99dcd531 Fence Manager: implement async fence management in a sepparate thread. Fernando Sahmkow 2023-04-15 00:03:48 +0200
  • fca72beb2d Fence Manager: implement async fence management in a sepparate thread. Fernando Sahmkow 2023-04-15 00:03:48 +0200
  • b84bab419c maxwell_3d: fix out of bounds array access in size estimation Liam 2023-04-19 23:25:00 -0400
  • eb7c2314f6 maxwell_3d: fix out of bounds array access in size estimation Liam 2023-04-19 23:25:00 -0400
  • 325a8febfc Silence nifm spam Kelebek1 2023-04-21 21:59:23 +0100
  • 4da4ecb1ff Silence nifm spam Kelebek1 2023-04-21 21:59:23 +0100
  • 477cbd067e Sort overlap_ids by modification tick before copy Kelebek1 2023-04-22 14:02:10 +0100
  • 3346de365a Sort overlap_ids by modification tick before copy Kelebek1 2023-04-22 14:02:10 +0100
  • abcc622dae Merge pull request #10074 from Kelebek1/fermi_blit Fernando S 2023-04-22 12:06:00 +0200
  • d600183583
    Merge pull request #10074 from Kelebek1/fermi_blit Fernando S 2023-04-22 12:06:00 +0200
  • afe8b9f018 Merge pull request #10076 from german77/TryPopMyFriend bunnei 2023-04-21 23:15:07 -0700
  • 0f1ff5f34e
    Merge pull request #10076 from german77/TryPopMyFriend bunnei 2023-04-21 23:15:07 -0700
  • a2a174be44 Merge pull request #10068 from twitchax/twitchax/dr_bind_address bunnei 2023-04-21 23:13:51 -0700
  • d0e6eafe23
    Merge pull request #10068 from twitchax/twitchax/dr_bind_address bunnei 2023-04-21 23:13:51 -0700
  • e7ce0db272 Merge pull request #10060 from german77/no_dead bunnei 2023-04-21 23:13:21 -0700
  • 74d203fbe3
    Merge pull request #10060 from german77/no_dead bunnei 2023-04-21 23:13:21 -0700
  • 1ec8e38f3f core: am: Demote TryPopFromFriendInvitationStorageChannel Log level german77 2023-04-21 22:34:38 -0600
  • 7ffc42c397 core: am: Demote TryPopFromFriendInvitationStorageChannel Log level german77 2023-04-21 22:34:38 -0600
  • 0397e174ae Account for a pre-added offset when using Corner sample mode for 2D blits Kelebek1 2023-04-21 19:08:21 +0100
  • 4e14b64bfc Account for a pre-added offset when using Corner sample mode for 2D blits Kelebek1 2023-04-21 19:08:21 +0100
  • 09822c0963 Merge pull request #10057 from liamwhite/its-not-in-the-timeline bunnei 2023-04-19 16:50:24 -0700
  • 0cfeb2e8d7
    Merge pull request #10057 from liamwhite/its-not-in-the-timeline bunnei 2023-04-19 16:50:24 -0700
  • 9b882c3700 Run clang-format to fix all. Aaron Roney 2023-04-19 17:52:09 +0000
  • 79e32127b3 Run clang-format to fix all. Aaron Roney 2023-04-19 17:52:09 +0000
  • 9ad521a8dd Merge pull request #10053 from german77/nfp_full bunnei 2023-04-19 10:36:28 -0700
  • 799579c8d2
    Merge pull request #10053 from german77/nfp_full bunnei 2023-04-19 10:36:28 -0700
  • 470fbbfbf9 Fix formatting. Aaron Roney 2023-04-19 16:26:49 +0000
  • 3e7af5fbd7 Fix formatting. Aaron Roney 2023-04-19 16:26:49 +0000
  • 7dab022bc5 Allow passing `bind_address` to dedicated room. Aaron Roney 2023-04-19 05:37:30 +0000
  • 34d0d94df0 Allow passing `bind_address` to dedicated room. Aaron Roney 2023-04-19 05:37:30 +0000
  • ea68bfba5d core: audio: return result when audio_out initialize failed FengChen 2023-04-15 10:00:20 +0800
  • 55a33342cc core: audio: return result when audio_out initialize failed FengChen 2023-04-15 10:00:20 +0800
  • 18bb76b6a0 core: hid: Remove deadzone of virtual controller german77 2023-04-15 18:41:09 -0600
  • 70a97fb5c7 core: hid: Remove deadzone of virtual controller german77 2023-04-15 18:41:09 -0600
  • fb2af6a41e vulkan: use plain fences when timeline semaphores are not available Liam 2023-04-14 22:53:37 -0400
  • e3fb9b5e00 vulkan: use plain fences when timeline semaphores are not available Liam 2023-04-14 22:53:37 -0400
  • d1e4bc6202 Merge pull request #10030 from Wollnashorn/botw-amd-fix bunnei 2023-04-14 16:56:34 -0700
  • e0895a8581
    Merge pull request #10030 from Wollnashorn/botw-amd-fix bunnei 2023-04-14 16:56:34 -0700
  • dd582cc206 Merge pull request #10055 from v1993/patch-1 Narr the Reg 2023-04-14 17:05:45 -0600
  • 07694609fb
    Merge pull request #10055 from v1993/patch-1 Narr the Reg 2023-04-14 17:05:45 -0600
  • 5de37e921c service: nfp: Implement debug Interface Narr the Reg 2023-04-13 22:23:49 -0600
  • 307371e01d service: nfp: Implement debug Interface Narr the Reg 2023-04-13 22:23:49 -0600
  • c8ed98bb1c service: nfp: Implement system interface Narr the Reg 2023-04-13 20:55:47 -0600