1
0
forked from MeloNX/MeloNX

Commit Graph

  • 905a191e28
    Use upstream unicorn for Ryujinx.Tests.Unicorn (#3771) TSRBerry 2022-11-20 20:18:21 +01:00
  • e537914cc1 Reword the description of the 6GB expand DRAM hack to be less tantalizing (#3870) EmulationFanatic 2022-11-20 10:15:57 -07:00
  • ab0491817e
    Reword the description of the 6GB expand DRAM hack to be less tantalizing (#3870) EmulationFanatic 2022-11-20 10:15:57 -07:00
  • beacd94ed3 Unsubscribe MemoryUnmappedHandler even when GPU channel is destroyed (#3872) gdkchan 2022-11-19 23:54:33 -03:00
  • 5de6ae426e
    Unsubscribe MemoryUnmappedHandler even when GPU channel is destroyed (#3872) gdkchan 2022-11-19 23:54:33 -03:00
  • 1d660abe37 Fix shader cache on Vulkan when geometry shaders are inserted (#3868) gdkchan 2022-11-19 06:24:23 -03:00
  • 69ced3a6e8
    Fix shader cache on Vulkan when geometry shaders are inserted (#3868) gdkchan 2022-11-19 06:24:23 -03:00
  • f8080351d2 Move gl_Layer from vertex to geometry if GPU does not support it on vertex (#3866) gdkchan 2022-11-18 23:27:54 -03:00
  • 2e43d01d36
    Move gl_Layer from vertex to geometry if GPU does not support it on vertex (#3866) gdkchan 2022-11-18 23:27:54 -03:00
  • 3cbf05a29b Vulkan: Clear dummy texture to (0,0,0,0) on creation (#3867) riperiperi 2022-11-19 02:11:34 +00:00
  • 7373ec5792
    Vulkan: Clear dummy texture to (0,0,0,0) on creation (#3867) riperiperi 2022-11-19 02:11:34 +00:00
  • f2032fd71d Gpu: Fix thread safety of ReregisterRanges (#3865) riperiperi 2022-11-18 20:47:29 +00:00
  • de162a648b
    Gpu: Fix thread safety of ReregisterRanges (#3865) riperiperi 2022-11-18 20:47:29 +00:00
  • 0b81559458 Vulkan: Don't create preload command buffer outside a render pass (#3864) riperiperi 2022-11-18 14:58:56 +00:00
  • 131baebe2a
    Vulkan: Don't create preload command buffer outside a render pass (#3864) riperiperi 2022-11-18 14:58:56 +00:00
  • c910bef47c Prune ForceDirty and CheckModified caches on unmap (#3862) riperiperi 2022-11-18 14:58:24 +00:00
  • 187372cbde
    Prune ForceDirty and CheckModified caches on unmap (#3862) riperiperi 2022-11-18 14:58:24 +00:00
  • a83352d82b am: Stub GetSaveDataSizeMax (#3857) TSRBerry 2022-11-18 04:29:01 +01:00
  • 022d495335
    am: Stub GetSaveDataSizeMax (#3857) TSRBerry 2022-11-18 04:29:01 +01:00
  • 3a24bc958d Use ReadOnlySpan<byte> compiler optimization in more places (#3853) Berkan Diler 2022-11-18 04:10:44 +01:00
  • c1372ed775
    Use ReadOnlySpan<byte> compiler optimization in more places (#3853) Berkan Diler 2022-11-18 04:10:44 +01:00
  • 8917703e12 Allow _volatile to be set from MultiRegionHandle checks again (#3830) riperiperi 2022-11-18 02:54:20 +00:00
  • a16682cfd3
    Allow _volatile to be set from MultiRegionHandle checks again (#3830) riperiperi 2022-11-18 02:54:20 +00:00
  • b4b973fe41 SPIR-V: Fix unscaling helper not being able to find Array textures (#3863) riperiperi 2022-11-18 02:37:37 +00:00
  • 7c53b69c30
    SPIR-V: Fix unscaling helper not being able to find Array textures (#3863) riperiperi 2022-11-18 02:37:37 +00:00
  • 4214bc84c7 GPU: Eliminate CB0 accesses when storage buffer accesses are resolved (#3847) riperiperi 2022-11-17 17:47:41 +00:00
  • 33a4d7d1ba
    GPU: Eliminate CB0 accesses when storage buffer accesses are resolved (#3847) riperiperi 2022-11-17 17:47:41 +00:00
  • 5b892008ca ci: Clean up Actions leftovers (#3859) Mary-nyan 2022-11-17 18:30:54 +01:00
  • 391e08dd27
    ci: Clean up Actions leftovers (#3859) Mary-nyan 2022-11-17 18:30:54 +01:00
  • f6f6073278 Capitalization to be consistent (#3860) Matthew Wells 2022-11-17 09:13:37 -08:00
  • b5cf8b8af9
    Capitalization to be consistent (#3860) Matthew Wells 2022-11-17 09:13:37 -08:00
  • 417b18ef52 Allow to start Ryujinx in wayland environment (#3516) Alberto Fanjul 2022-11-17 13:02:43 +01:00
  • 55043c8afc
    Allow to start Ryujinx in wayland environment (#3516) Alberto Fanjul 2022-11-17 13:02:43 +01:00
  • c7cddb15f4 Fix Fedora support (#3815) Mary-nyan 2022-11-17 00:18:29 +01:00
  • 5d73a9f5fc
    Fix Fedora support (#3815) Mary-nyan 2022-11-17 00:18:29 +01:00
  • 5cd61b65c4 Prevent raw Unicode control codes from showing on software keyboard applet. (#3845) Logan Stromberg 2022-11-16 14:53:17 -08:00
  • 2c9ab5e45f
    Prevent raw Unicode control codes from showing on software keyboard applet. (#3845) Logan Stromberg 2022-11-16 14:53:17 -08:00
  • 044a3d25a4 Update units of memory from decimal to binary prefixes (#3716) Wunk 2022-11-16 14:27:42 -08:00
  • d536cc8ae6
    Update units of memory from decimal to binary prefixes (#3716) Wunk 2022-11-16 14:27:42 -08:00
  • f212a74a13 Use new C# 11 u8 string literals (#3854) Berkan Diler 2022-11-16 20:30:12 +01:00
  • d751da84f9
    Use new C# 11 u8 string literals (#3854) Berkan Diler 2022-11-16 20:30:12 +01:00
  • 65d690d9f7 Make use of Random.Shared (#3852) Berkan Diler 2022-11-16 19:34:18 +01:00
  • 11aae9cfbc
    Make use of Random.Shared (#3852) Berkan Diler 2022-11-16 19:34:18 +01:00
  • 3d45595b41 Use new LINQ Order() methods (#3851) Berkan Diler 2022-11-16 19:17:03 +01:00
  • b96794e72b
    Use new LINQ Order() methods (#3851) Berkan Diler 2022-11-16 19:17:03 +01:00
  • e412ea66cc Implement HLE macro for DrawElementsIndirect (#3748) gdkchan 2022-11-16 14:53:04 -03:00
  • f1d1670b0b
    Implement HLE macro for DrawElementsIndirect (#3748) gdkchan 2022-11-16 14:53:04 -03:00
  • 1877b7b605 It's REE-YOU-JINX (#3839) EmulationFanatic 2022-11-15 14:19:25 -07:00
  • b8de72de8f
    It's REE-YOU-JINX (#3839) EmulationFanatic 2022-11-15 14:19:25 -07:00
  • 6663452cc4 UI: Allow overriding graphics backend + Move command line parser into a new class (#3707) TSRBerry 2022-11-13 00:36:36 +01:00
  • eebc39228d
    UI: Allow overriding graphics backend + Move command line parser into a new class (#3707) TSRBerry 2022-11-13 00:36:36 +01:00
  • 2fc665aee1 Use vector transform feedback outputs if possible (#3832) gdkchan 2022-11-12 20:20:40 -03:00
  • 9daf029f35
    Use vector transform feedback outputs if possible (#3832) gdkchan 2022-11-12 20:20:40 -03:00
  • 3b6bcd10fc Fix VertexId and InstanceId on Vulkan (#3833) gdkchan 2022-11-11 13:22:49 -03:00
  • 51a27032f0
    Fix VertexId and InstanceId on Vulkan (#3833) gdkchan 2022-11-11 13:22:49 -03:00
  • 4053a72a9e Minor improvement to Vulkan pipeline state and bindings management (#3829) gdkchan 2022-11-10 13:38:38 -03:00
  • a6a67a2b7a
    Minor improvement to Vulkan pipeline state and bindings management (#3829) gdkchan 2022-11-10 13:38:38 -03:00
  • 9fc420d42b infra: Migrate to .NET 7 (#3795) Mary-nyan 2022-11-09 20:22:43 +01:00
  • c6d05301aa
    infra: Migrate to .NET 7 (#3795) Mary-nyan 2022-11-09 20:22:43 +01:00
  • ea2f727ddf Ensure all pending draws are done before compute dispatch (#3822) gdkchan 2022-11-03 19:54:30 -03:00
  • 647de4cd31
    Ensure all pending draws are done before compute dispatch (#3822) gdkchan 2022-11-03 19:54:30 -03:00
  • 865e2b97b1 Vulkan: Implement multisample <-> non-multisample copies and depth-stencil resolve (#3723) gdkchan 2022-11-02 18:17:19 -03:00
  • f82309fa2d
    Vulkan: Implement multisample <-> non-multisample copies and depth-stencil resolve (#3723) gdkchan 2022-11-02 18:17:19 -03:00
  • 94d9bf3762 fix: Support FFmpeg 5.1.x for decoding (#3816) Mary-nyan 2022-11-02 09:26:50 +01:00
  • 7d8e198c33
    fix: Support FFmpeg 5.1.x for decoding (#3816) Mary-nyan 2022-11-02 09:26:50 +01:00
  • 5993c5a627 GPU: Use a bitmap to track buffer modified flags. (#3775) riperiperi 2022-10-29 23:07:37 +01:00
  • 3d98e1361b
    GPU: Use a bitmap to track buffer modified flags. (#3775) riperiperi 2022-10-29 23:07:37 +01:00
  • ab8c32dd40 CI: Run git_short_hash inside of bash (#3808) TSRBerry 2022-10-29 21:00:08 +02:00
  • 141cf61ff7
    CI: Run git_short_hash inside of bash (#3808) TSRBerry 2022-10-29 21:00:08 +02:00
  • 911c884e92 Vulkan: Replace VK_EXT_debug_report usage with VK_EXT_debug_utils (#3802) Wunk 2022-10-29 10:09:25 -07:00
  • 3fe3598d41
    Vulkan: Replace VK_EXT_debug_report usage with VK_EXT_debug_utils (#3802) Wunk 2022-10-29 10:09:25 -07:00
  • 6b87a25c02 SPIR-V: Fix tessellation control shader output types (#3807) gdkchan 2022-10-29 13:45:30 -03:00
  • 59cdf310bd
    SPIR-V: Fix tessellation control shader output types (#3807) gdkchan 2022-10-29 13:45:30 -03:00
  • f629f13bd0 nuget: bump System.IdentityModel.Tokens.Jwt from 6.15.0 to 6.25.0 (#3806) dependabot[bot] 2022-10-29 10:46:46 +02:00
  • 4e34170a84
    nuget: bump System.IdentityModel.Tokens.Jwt from 6.15.0 to 6.25.0 (#3806) dependabot[bot] 2022-10-29 10:46:46 +02:00
  • 3f26c7dd20 AppletAE: stub SetRecordVolumeMuted (#3804) Luke Warner 2022-10-27 16:15:57 -07:00
  • d540af5dc0
    AppletAE: stub SetRecordVolumeMuted (#3804) Luke Warner 2022-10-27 16:15:57 -07:00
  • d49a88af71 hid/irs: Stub StopImageProcessorAsync (#3799) Luke Warner 2022-10-27 14:36:37 -07:00
  • f7c7b66fc0
    hid/irs: Stub StopImageProcessorAsync (#3799) Luke Warner 2022-10-27 14:36:37 -07:00
  • a1ad1ecc8d Vulkan: Fix indirect buffer barrier (#3798) gdkchan 2022-10-26 14:53:11 -03:00
  • 28ba55598d
    Vulkan: Fix indirect buffer barrier (#3798) gdkchan 2022-10-26 14:53:11 -03:00
  • 69635bd351 Vulkan: Use dynamic state for blend constants (#3793) riperiperi 2022-10-26 00:49:23 +01:00
  • 9719b6a112
    Vulkan: Use dynamic state for blend constants (#3793) riperiperi 2022-10-26 00:49:23 +01:00
  • 5c8ff29585 Updated Compatibility info and GPU info (Vulkan, SPIRV, and Texture Recompression) (#3568) VocalFan 2022-10-24 12:40:39 -04:00
  • f70236f947
    Updated Compatibility info and GPU info (Vulkan, SPIRV, and Texture Recompression) (#3568) VocalFan 2022-10-24 12:40:39 -04:00
  • 8f0d364b98 Ryujinx.Tests.Unicorn: Implement IDisposable (#3794) merry 2022-10-24 00:51:54 +01:00
  • eafadf10c7
    Ryujinx.Tests.Unicorn: Implement IDisposable (#3794) merry 2022-10-24 00:51:54 +01:00
  • 522fb18d50 Attempt to fix issues since github-script v6 upgrade Mary-nyan 2022-10-23 17:15:15 +02:00
  • 9b06ee7736
    Attempt to fix issues since github-script v6 upgrade Mary-nyan 2022-10-23 17:15:15 +02:00
  • 335b60204c Avalonia: Use overlay dialog for controller applet (#3777) Emmanuel Hansen 2022-10-23 09:15:45 +00:00
  • baba2c2467
    Avalonia: Use overlay dialog for controller applet (#3777) Emmanuel Hansen 2022-10-23 09:15:45 +00:00
  • 738e7fd9fe nuget: bump SPB from 0.0.4-build24 to 0.0.4-build27 (#3791) dependabot[bot] 2022-10-22 10:32:12 +02:00
  • 286e5d39b2
    nuget: bump SPB from 0.0.4-build24 to 0.0.4-build27 (#3791) dependabot[bot] 2022-10-22 10:32:12 +02:00
  • 07d25b052e ci: Add updates for nuget packages to dependabot (#3786) TSRBerry 2022-10-21 14:23:16 +02:00
  • dc529c1181
    ci: Add updates for nuget packages to dependabot (#3786) TSRBerry 2022-10-21 14:23:16 +02:00
  • 724e53c9dc CI: Update workflows (#3774) TSRBerry 2022-10-21 10:31:38 +02:00
  • c7cf1cbc35
    CI: Update workflows (#3774) TSRBerry 2022-10-21 10:31:38 +02:00
  • 7dc3abece6 gha: Add dependabot.yml (#3778) TSRBerry 2022-10-21 10:16:28 +02:00
  • d8e487d018
    gha: Add dependabot.yml (#3778) TSRBerry 2022-10-21 10:16:28 +02:00
  • 8c7cfc807e Vulkan: Fix vertex position Z conversion with geometry shader passthrough (#3781) gdkchan 2022-10-21 01:48:21 -03:00