Commit graph

  • 40f3f1d0e6 Remove now unused code, and other nits gdkchan 2021-05-18 03:02:01 -0300
  • 53a04f0ee8 Move shader resource descriptor creation out of the backend gdkchan 2021-05-18 02:39:59 -0300
  • b5c72b44de
    Merge pull request #2177 from riperiperi/feature/parallel-shader-cache EmulationFanatic 2021-05-19 11:39:19 -0700
  • 778011c12a Remove ForceDedicatedGpu, as the driver utilities will now do that. riperiperi 2021-05-19 19:26:23 +0100
  • 0129250c2e
    Pass CbufSlot when getting info from the texture descriptor (#2291) riperiperi 2021-05-19 19:05:43 +0100
  • 3bc0832b3c
    Apply suggestions from code review riperiperi 2021-05-19 18:17:55 +0100
  • 91b0e5ab0b Pass CbufSlot when getting info from the texture descriptor riperiperi 2021-05-19 18:01:25 +0100
  • acb1b9acad Tiny Change. jms-c 2021-05-17 20:17:49 +0100
  • e2a2e804b6
    Merge branch 'master' into master jms-c 2021-05-17 20:07:58 +0100
  • 1f99e9d224 remove blank lines marodev 2021-05-17 08:14:29 +0200
  • 87c7e75913 Add missing braces marodev 2021-05-17 08:12:34 +0200
  • 06343613ef Revert changes in auto-generated folder marodev 2021-05-17 08:05:50 +0200
  • c805542b29
    Allow LocalVariable to be assigned more than once (#2288) FICTURE7 2021-05-17 03:54:53 +0400
  • 212e472c9f
    Use copy dependencies for the Intel/AMD view format workaround (#2144) riperiperi 2021-05-16 19:43:27 +0100
  • bec67dbef7
    misc: Move configuration management to the Ryujinx project (#2269) Mary 2021-05-16 17:12:14 +0200
  • 80cf3a0261
    Use null-coalescing operator (??) as suggested by the community Martin 2021-05-16 16:26:53 +0200
  • 06ae2179aa
    Use null-coalescing operator (??) as suggested by the community Martin 2021-05-16 16:26:37 +0200
  • 11399eef5e
    Use null-coalescing operator (??) as suggested by the community Martin 2021-05-16 16:26:12 +0200
  • 4b9de96342 Fix SonarQube's "Null checks should not be used with 'is'" marodev 2021-05-16 13:29:57 +0200
  • 1d33429c81 Fix SonarQube's "IEnumerable LINQs should be simplified" marodev 2021-05-16 13:27:54 +0200
  • e8340b1b4f Fix ReSharper's "MergeSequentialChecks" marodev 2021-05-16 13:26:38 +0200
  • 10c88e2f65 Fix ReSharper's "UsePatternMatching" marodev 2021-05-16 13:23:14 +0200
  • ab7592e71a Fix SonarQube's "Duplicate casts should not be made" marodev 2021-05-16 13:19:52 +0200
  • ddcf915837 Fix ReSharper's "UseNullPropagation" marodev 2021-05-16 13:17:42 +0200
  • e7368aec38 Add GetLocalNumber to operand FICTURE7 2021-05-16 13:20:10 +0400
  • 7290fd175c Allow LocalVariable to be assigned more than once FICTURE7 2021-04-05 10:34:09 +0400
  • 282a0f9dff Fixup Exception to InvalidOperationException FICTURE7 2021-05-12 14:51:46 +0400
  • 651f67713f Move Configuration to the Ryujinx project Mary 2021-05-06 17:04:40 +0200
  • 91aef9706f Decouple configuration from Ryujinx.HLE and Ryujinx.Input Mary 2021-05-06 16:55:22 +0200
  • f48828351c ci: Do not enforce userid on nightly PR comment Mary 2021-05-14 11:08:46 +0200
  • 60035252d1 Add missing barrier gdkchan 2021-03-25 18:22:42 -0300
  • 2bf5a77e03 Add support for HLE macros and accelerate MultiDrawElementsIndirectCount gdkchan 2021-03-25 17:12:43 -0300
  • e318022b89
    Fold constant offsets and group constant addresses (#2285) gdkchan 2021-05-13 16:26:57 -0300
  • 4a50717cb9 PPTC version bump gdkchan 2021-05-13 03:13:44 -0300
  • 14694d6628 Fold constant offsets and group constant addresses gdkchan 2021-05-13 02:53:40 -0300
  • 57ea3f93a3
    PPTC meets ExeFS Patching. (#1865) LDj3SNuD 2021-05-13 20:05:15 +0200
  • cc71190126 Set PTC version FICTURE7 2021-05-13 09:46:59 +0400
  • 95e3228326 Use branch instead of tailcall for recursive calls FICTURE7 2021-05-12 14:32:57 +0400
  • dd6f86e236 Ryujinx/Ryujinx.csproj 85akira85 2021-05-12 09:13:26 +0200
  • a8022ca3a1
    Fix race in SM initialization (#2280) gdkchan 2021-05-11 19:57:21 -0300
  • ebdbaa6db0
    Fix a specific core migration bug on the scheduler (#2271) gdkchan 2021-05-11 13:18:50 -0300
  • 8856ee4be8 Fix race in SM initialization gdkchan 2021-05-11 11:48:37 -0300
  • dd1aa1e307 Removal of old workaround. riperiperi 2021-03-26 13:19:05 +0000
  • 9d8c870b60 This might help AMD a bit riperiperi 2021-03-26 02:07:19 +0000
  • 1a84cc5928 Set PTC version FICTURE7 2021-05-09 20:53:33 +0400
  • d61ff53f0c Add fast path for ORR Vd.T, #imm FICTURE7 2021-05-09 20:45:39 +0400
  • 5bfb0fb702 Add fast path for BIC Vd.T, #imm FICTURE7 2021-05-09 20:36:41 +0400
  • e1e155a547 Address Ac_k's comments Mary 2021-05-08 19:28:03 +0200
  • 17931b263a input: Implement a SDL2 keyboard backend Mary 2021-05-08 15:14:02 +0200
  • 701c427659
    Miria: Fix GTK3 keyboard mapping (#2273) Mary 2021-05-08 14:53:28 +0200
  • acb1647c86
    Fix embedded game rendering (#2275) Mary 2021-05-07 18:37:48 +0200
  • 7aed7808be
    misc: Fix default value for GraphicsConfig.MaxAnisotropy (#2274) Mary 2021-05-07 18:18:23 +0200
  • 1689d34804 Fix embedded game rendering Mary 2021-05-07 18:05:53 +0200
  • 62a862205a misc: Fix default value for GraphicsConfig.MaxAnisotropy Mary 2021-05-07 17:50:36 +0200
  • 0063248681 Miria: Fix GTK3 keyboard mapping Mary 2021-05-07 17:49:21 +0200
  • 20a46db680 Fix a specific core migration bug on the scheduler gdkchan 2021-05-07 00:42:50 -0300
  • 01b68038e0 Enable single file publish gdkchan 2021-05-05 20:02:58 -0300
  • b94dc01d43
    SM instance & TIPC fixes (#2241) Mary 2021-05-05 23:44:26 +0200
  • eb056218a1
    audio: Implement a SDL2 backend (#2258) Mary 2021-05-05 23:37:09 +0200
  • 106512229e
    ffmpeg: Redirect log output (#2266) Ac_K 2021-05-05 23:30:29 +0200
  • f0fe434bd8
    nsd: Cleanup the service and implement some calls (#2250) Ac_K 2021-05-05 23:16:51 +0200
  • 5e0d56f47c Address gdkchan's comments Mary 2021-05-05 20:35:03 +0200
  • ce29d81fbb
    Logging -> Log Ac_K 2021-05-05 04:32:42 +0200
  • c61d9cfbbe Remove leftover delegate Ac_K 2021-05-05 04:02:26 +0200
  • caae4c7d4f ffmpeg: Redirect log output Ac_K 2021-05-05 03:58:09 +0200
  • 2154974d4c Fix audren output Mary 2021-05-04 19:47:08 +0200
  • faac08e638
    gtk3: Add base for future Vulkan integration (#2260) Mary 2021-05-04 18:19:04 +0200
  • dedd728fff Address Ac_k's comments Mary 2021-05-04 18:10:33 +0200
  • dc0b1587f7 Address gdkchan's comments Mary 2021-05-04 17:41:28 +0200
  • ea2efe9e58 Add an heuristic to pick the correct target sample count wanted by the game Mary 2021-05-04 16:30:14 +0200
  • 2c84138bcd Fix update logic Mary 2021-05-04 16:01:58 +0200
  • 70269c9ed5 Move initialization to amiibowindow sharmander 2021-05-03 11:45:20 -0400
  • 1769510a28 Set FFmpeg.AutoGen library search path on Linux Mary 2021-05-03 10:09:49 +0200
  • f5b75f5717 Address gdkchan's comments Mary 2021-05-03 02:57:49 +0200
  • 8708f12bb4 Address Ac_K's comments Mary 2021-05-02 23:48:31 +0200
  • a00c5cad00
    misc: Cleanup Discord Presence (#2262) Ac_K 2021-05-02 22:17:34 +0200
  • fcdfd8a482
    Update to FFmpeg 4.4.0 (#2259) Mary 2021-05-02 22:08:35 +0200
  • 3443023a08
    hid: Rewrite shared memory management (#2257) Mary 2021-05-02 22:01:30 +0200
  • 3f316d4c61 Address one missing nit Mary 2021-05-02 12:14:56 +0200
  • 5c41f40f86 Address Ac_K's comments Mary 2021-05-02 12:13:34 +0200
  • d752ef6f1e Address gdkchan's comments Mary 2021-05-02 11:53:05 +0200
  • 098a0f41e7 Clean Timestamps Ac_K 2021-05-02 03:27:32 +0200
  • 1a435afc3c ui: Cleanup Discord Presence Ac_K 2021-05-02 03:19:05 +0200
  • 2146f1fabe Change condition Ac_K 2021-05-02 02:18:49 +0200
  • 2b40df14cc add ApplicationServerEnvironmentType enum Ac_K 2021-05-02 02:06:58 +0200
  • 9f98c3a2fc Address shahil's comments Mary 2021-05-01 21:25:26 +0200
  • cd094e282a Clean up and deduplicate renderer implementations Mary 2021-05-01 21:20:12 +0200
  • 0e9823d7e6
    Fix shader buffer write flag on atomic instructions (#2261) gdkchan 2021-05-01 15:46:21 -0300
  • 70648f2e85 Shader cache version bump gdkchan 2021-05-01 15:31:01 -0300
  • 9ec243fce3 Merge GLWidget inside GLRenderer Mary 2021-05-01 20:30:13 +0200
  • 2c0b721d1d Fix shader buffer write flag on atomic instructions gdkchan 2021-05-01 15:23:50 -0300
  • 3516389fc9 Address rip's comments Mary 2021-05-01 19:58:24 +0200
  • 80a9a2b835 gtk3: Add base for future Vulkan integration Mary 2021-05-01 19:47:56 +0200
  • d863be7974 Fix warning from 4.4.0 Mary 2021-05-01 13:15:05 +0200
  • 230e5502f2 Update to FFmpeg 4.4.0 Mary 2021-05-01 11:07:23 +0200
  • 362466c8ba Address gdkchan's comments Mary 2021-05-01 10:43:40 +0200
  • 01ca4256c1 audio: Implement a SDL2 backend Mary 2021-04-30 22:22:57 +0200
  • 1998a3a90a
    Changes ordering of config.json and configuration files (#2253) Mark Araujo 2021-04-30 20:39:42 +0100
  • 8a81be9eca
    nfp: Increase Amiibo scanning delay (#2256) Ac_K 2021-04-30 19:32:58 +0200
  • e5f4fb3089 nfp: Increase Amiibo scanning delay Ac_K 2021-04-30 02:45:04 +0200