Commit graph

  • 68d1343058
    Move around functions Isaac Marovitz 2023-01-15 15:49:09 -0500
  • 3c9cde3fdd
    Start refactor Isaac Marovitz 2023-01-15 15:34:06 -0500
  • b6fd6f3bff
    GDK Suggestions Isaac Marovitz 2023-02-08 21:34:38 -0500
  • 811cb49e7e Add maximum length for shader log riperiperi 2023-02-09 02:04:33 +0000
  • cba9256285 Log shader compile errors with Warning level riperiperi 2021-09-03 15:09:51 +0100
  • ec8d4f3af5
    Replace unicorn bindings with Nuget package (#4378) 1.1.611 TSRBerry 2023-02-09 02:24:32 +0100
  • b372d62df9 Fix SPIR-V when all inputs/outputs are indexed gdk 2023-02-08 22:19:50 -0300
  • b3f0978869
    Vulkan: Flush command buffers for queries less aggressively (#4387) 1.1.610 riperiperi 2023-02-09 01:03:41 +0000
  • f614d2c435
    bug_report.yml hotfix Ac_K 2023-02-09 02:02:00 +0100
  • 40c9416097
    Misc: Update issues form (#4383) Ac_K 2023-02-09 01:52:43 +0100
  • 618c8edc79
    nuget: bump System.IdentityModel.Tokens.Jwt from 6.26.0 to 6.26.1 (#4384) 1.1.609 dependabot[bot] 2023-02-08 22:51:07 +0100
  • 24e8cc2c5f Vulkan: Flush command buffers for queries less aggressively riperiperi 2023-02-08 21:20:55 +0000
  • 3af2d2c49b
    nuget: bump System.IdentityModel.Tokens.Jwt from 6.26.0 to 6.26.1 dependabot[bot] 2023-02-08 16:10:16 +0000
  • 99fc4fa61b
    Replace BitConverter.ToString(bytes).Replace("-", "") with Convert.ToHexString(bytes) (#4382) 1.1.608 Berkan Diler 2023-02-08 14:54:58 +0100
  • 573f58b4b5 Misc: Update issues form Ac_K 2023-02-08 14:53:14 +0100
  • f6d5499a16
    Fix some Vulkan validation errors (#4357) 1.1.607 gdkchan 2023-02-08 10:34:22 -0300
  • 26bf13a65d
    Limit texture cache based on total texture size (#4350) 1.1.606 gdkchan 2023-02-08 10:19:43 -0300
  • f7cf872481 Replace BitConverter.ToString(bytes).Replace("-", "") with Convert.ToHexString(bytes) Berkan Diler 2023-02-08 13:50:48 +0100
  • 70a9ef656f
    Fix formatting/alignment issues TSR Berry 2023-02-08 13:47:06 +0100
  • 96cf242bcf
    Handle mismatching texture size with copy dependencies (#4364) 1.1.605 gdkchan 2023-02-08 04:48:09 -0300
  • 6817c4828d
    Merge branch 'master' into invalid_npad_filtering_3 Logan Stromberg 2023-02-07 17:08:24 -0800
  • 6a42105540 Delete UpdateRenderTargetState method that is not needed anymore gdk 2023-02-07 22:00:59 -0300
  • bbbe502b16 PR feedback gdk 2023-02-07 21:47:09 -0300
  • 069a086ea2 Shader cache version bump gdk 2023-02-04 22:36:46 -0300
  • b6319d06e2 Set gl_Layer on vertex shader if it's set on the geometry shader and it does nothing else gdk 2022-08-23 18:22:22 -0300
  • 59755818ef
    Add ChangeVSyncMode() call to Avalonia render loop (#4379) 1.1.604 TSRBerry 2023-02-08 01:28:53 +0100
  • 55db31aba9
    Improve formatting TSR Berry 2023-02-08 01:10:12 +0100
  • c50b68996d
    Fix wrong values for EmuStart() TSR Berry 2023-02-07 22:55:23 +0100
  • 680f1a6717
    Add ChangeVSyncMode() call to Avalonia render loop TSR Berry 2023-02-07 22:45:56 +0100
  • a8f166cc69
    Remove redundant code from test projects TSR Berry 2023-02-07 22:16:15 +0100
  • 057110aef9 Treat NpadIdType < 0 as invalid. Filter invalid SupportedPlayers inside IHidServer.SetSupportedNpadIdType(). Logan Stromberg 2023-02-07 11:34:43 -0800
  • a76826e7c9
    Merge branch 'master' into invalid_npad_filtering Logan Stromberg 2023-02-07 11:11:17 -0800
  • 7b5340a5f1 Treat NpadIdType < 0 as invalid. Filter invalid SupportedPlayers inside IHidServer.SetSupportedNpadIdType(). Logan Stromberg 2023-02-07 11:00:21 -0800
  • 9fcf26054b
    Use nameof for ValueSource args TSR Berry 2023-02-07 18:16:09 +0100
  • 7c0f63062b
    Replace unicorn bindings with Nuget package TSR Berry 2023-02-07 17:25:16 +0100
  • f8beeeb7d3
    Support safe blit on non-2D textures (#4374) 1.1.603 gdkchan 2023-02-07 13:55:59 -0300
  • a260ef9264 Fix tests, add missing XML doc gdk 2023-02-07 09:30:33 -0300
  • 4d12f6105b Implement tracked fill operation that can signal other resource types except buffer gdk 2023-02-07 09:27:02 -0300
  • e46c658b5b Clear CPU side data on GPU buffer clears gdk 2022-12-15 03:23:16 -0300
  • 370495f20f Add line breaks to long LINQ ACGNnsj 2023-02-07 16:11:11 +0800
  • a99db131bf Add line breaks to long LINQ ACGNnsj 2023-02-07 16:02:12 +0800
  • a6d1cf7baf
    Merge branch 'Ryujinx:master' into master ACGNnsj 2023-02-07 15:51:50 +0800
  • 4e91342229 Merge branch 'master' of https://github.com/lostromb/Ryujinx Logan Stromberg 2023-02-06 20:17:21 -0800
  • cb250162cb
    Accelerate NVDEC VIC surface read/write and colorspace conversion with Arm64 HW intrinsics (#4351) 1.1.602 gdkchan 2023-02-06 23:38:54 -0300
  • 92ef1b9191 Multisample safe blit support gdk 2023-02-06 17:39:24 -0300
  • 6313ca2342 Remove now unused variables gdk 2023-02-06 15:16:08 -0300
  • afd833f5d0 Change safe blit with different levels and layers to match CmdBlitImage path gdk 2023-02-06 15:14:55 -0300
  • d34914e48d Support safe blit on non-2D textures (except multisample) gdk 2023-02-06 15:01:08 -0300
  • bf68d53594 Try to improve code readability by using LINQ, using ternary expressions, and inverting "if" statements ACGNnsj 2023-02-06 22:41:41 +0800
  • 10eae86aad Try to improve code readability by using LINQ and inverting "if" statements ACGNnsj 2023-02-06 22:37:16 +0800
  • a50c6f5669 Reduce nesting by inverting "if" statements ACGNnsj 2023-02-06 22:34:31 +0800
  • dbea965476 Remove a redundant type conversion ACGNnsj 2023-02-06 22:32:17 +0800
  • d536a19907 Simplify return statements by using ternary expressions ACGNnsj 2023-02-06 22:30:31 +0800
  • 7528f94536
    Implement safe depth-stencil blit using stencil export extension (#4356) 1.1.601 gdkchan 2023-02-06 00:19:31 -0300
  • 43081c16c4
    Insert bitcast for assignment of fragment integer outputs on GLSL (#4369) 1.1.600 gdkchan 2023-02-05 18:52:57 -0300
  • ad39ef5883 Shader cache version bump gdk 2023-02-05 02:40:25 -0300
  • 29dcc1b00f Insert bitcast for assignment of fragment integer outputs on GLSL gdk 2023-02-05 02:36:24 -0300
  • fc1b15ef75 Only update render targets that are actually cleared for clear gdk 2023-02-04 00:37:28 -0300
  • 83633e9bc8 use halign center instead of margin_left gnisman 2023-02-04 00:56:19 +0200
  • 47ea91de4e Restore title id in cheats GTK window gnisman 2023-02-03 23:31:39 +0200
  • 68207f4efb PR Comments fix gnisman 2023-02-03 20:26:21 +0200
  • 3282e1606d Fix GetMinimumWidthInGob when minimumWidth > width gdk 2023-02-03 18:07:32 -0300
  • cfd14fff26 Move AdjustSize to TextureInfo and give it a better name, adjust usages gdk 2023-02-03 17:48:20 -0300
  • 94ea18a616 Delete texture ChangeSize related code gdk 2023-02-03 17:35:35 -0300
  • 34a2274d07 Allow sampler and copy textures to match textures with larger width gdk 2023-02-03 17:19:17 -0300
  • 22a113db36 Fix IsExactMatch size check gdk 2023-02-03 15:05:29 -0300
  • 319f932a24 Only align width for comparisons, assume that height is always exact gdk 2023-02-03 14:18:04 -0300
  • 39c7d1615c Create copy and render textures with the minimum possible size gdk 2023-02-03 13:54:42 -0300
  • 7c0a9a7d96 Handle mismatching texture size with copy dependencies gdk 2023-02-02 23:54:06 -0300
  • 37360dbe51 disable_ssl_verify Julian Langschaedel 2023-02-02 16:46:59 +0100
  • 780627e7b0
    Implement Account LoadOpenContext (#4359) 1.1.599 gdkchan 2023-02-01 12:52:36 -0300
  • eef08b0dbc Formatting gdk 2023-02-01 09:51:00 -0300
  • b896ecb3c7 Implement Account LoadOpenContext gdk 2023-02-01 09:41:46 -0300
  • 5e5c5fc369 Fix some Vulkan validation errors gdk 2023-01-31 21:32:30 -0300
  • ebca0eceff Delete depth-stencil blit with buffer path gdk 2023-01-30 23:57:50 -0300
  • 14f93e32e8 Implement safe depth-stencil blit using stencil export extension gdk 2023-01-30 23:56:23 -0300
  • 9044cb38d1
    nuget: bump SharpZipLib from 1.4.1 to 1.4.2 (#4353) 1.1.598 dependabot[bot] 2023-01-31 01:58:25 +0100
  • 69a8169272
    nuget: bump SharpZipLib from 1.4.1 to 1.4.2 dependabot[bot] 2023-01-30 16:23:47 +0000
  • 31752fe8ab
    Don’t create a symlink Candygoblen123 2023-01-29 22:47:52 -0500
  • 0ed349a0c3
    Remove extra whitespace Candygoblen123 2023-01-29 22:38:44 -0500
  • 6aab8a8fac Improve ReadNv12 x86 SSE path gdk 2023-01-29 09:33:16 -0300
  • 208b080135 Accelerate NVDEC VIC surface read/write and colorspace conversion with Arm64 HW intrinsics gdk 2022-10-24 22:29:39 -0300
  • 720b34fd3d Formatting gdk 2023-01-29 08:57:02 -0300
  • d74ba5ece6 Limit texture cache based on total texture size gdk 2023-01-05 20:42:18 -0300
  • a53cfdab78
    Initial Apple Hypervisor based CPU emulation (#4332) 1.1.597 gdkchan 2023-01-29 08:37:52 -0300
  • 8a346cbc41 Use existing entitlements.xml file on distribution folder gdk 2023-01-29 07:43:57 -0300
  • f10f721655 Add BID identifier gnisman 2023-01-29 12:22:24 +0200
  • f4d7b31233
    Update Ryujinx.Ava/UI/Renderer/EmbeddedWindow.cs Isaac Marovitz 2023-01-27 16:51:22 -0500
  • c7f9962dde
    converts the templates into forms (#4068) Piplup 2023-01-27 18:23:55 +0000
  • d673f4a788
    Ack suggestions Isaac Marovitz 2023-01-27 13:04:03 -0500
  • ad3e51f361
    Merge branch 'master' into native-mac-os Isaac Marovitz 2023-01-27 12:52:03 -0500
  • 505bf2dab1 Address PR feedback gdk 2023-01-27 13:45:16 -0300
  • e480583483 Revert QueryPlayStatisticsManager Stepan Goremykin 2023-01-27 16:41:15 +0100
  • 74abd28ce9 Avoided iterating over all pressed buttons Stepan Goremykin 2023-01-27 16:38:37 +0100
  • aac15d0fa3 Declare and use combinedHandles as array Stepan Goremykin 2023-01-27 15:58:52 +0100
  • fa74d2116e feature request checkbox Piplup 2023-01-27 06:26:21 +0000
  • 296c4a3d01
    Relax Vulkan requirements (#4282) 1.1.596 gdkchan 2023-01-26 18:34:35 -0300
  • b5bf08ba82 Fixed some multiple enumerations Stepan Goremykin 2023-01-26 22:06:32 +0100
  • aa437bf792 Remove whitespace gnisman 2023-01-26 12:53:07 +0200
  • d65bf1e24a Add support for GDK gnisman 2023-01-26 12:12:59 +0200