Commit graph

  • 02f2f03bc3 Correct BPP of buffer to texture copies (#1670) gdkchan 2020-11-06 14:37:05 -0300
  • 1097d33518 Separate zeta from color formats (#1647) gdkchan 2020-11-05 19:50:34 -0300
  • 91f543a8f9 Fix LiveInterval.Split (#1660) FICTURE7 2020-11-05 06:09:45 +0400
  • 8f749f510e Add seamless cubemap flag in sampler parameters. (#1658) riperiperi 2020-11-02 20:03:06 +0000
  • 913d1ffbe0 Support res scale on images, correctly blacklist for SUST, move logic out of backend. (#1657) riperiperi 2020-11-02 19:53:23 +0000
  • be5a83540d Support 3D BC4 and BC5 compressed textures (#1655) gdkchan 2020-11-01 15:32:53 -0300
  • 8e59c5c1bb Fix compressed to non-compressed texture copy size (#1649) gdkchan 2020-11-01 15:26:24 -0300
  • 2ebf0ad310 Remove unused texture and sampler pool invalidation code (#1648) gdkchan 2020-11-01 15:17:29 -0300
  • 08ad8372fc Preserve command line arguments when updater restarts Ryujinx (#1643) CeruleanSky 2020-10-29 18:07:10 -0400
  • 0905ce132d Scale texture resolution before sending to backend (#1646) gdkchan 2020-10-29 18:57:34 -0300
  • a1814ee43c Add scaling for Texture2DArray when using TexelFetch. (#1645) riperiperi 2020-10-28 20:27:46 +0000
  • 725ae83560 Avoid sampler conflicts on bindless samplers with the same name (#1642) gdkchan 2020-10-28 17:20:43 -0300
  • 8f3d1dfb92 Motion Fixes (#1589) emmauss 2020-10-28 19:52:07 +0000
  • f74c05fa0f Fix vertex buffer handle null check (#1638) gdkchan 2020-10-25 21:40:50 -0300
  • 04f60adaf2 Fix transform feedback errors caused by host pause/resume and multiple uses (#1634) gdkchan 2020-10-25 17:23:42 -0300
  • 89e98e8c9c Improve the speed of redundant ASTC texture data updates (#1636) gdkchan 2020-10-25 17:09:45 -0300
  • 109c253f6e Implement CAL and RET shader instructions (#1618) gdkchan 2020-10-25 17:00:44 -0300
  • 1aab3f1218 Fix shader image load/store array index register (#1637) gdkchan 2020-10-25 14:51:26 -0300
  • 8a1ec56496 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) gdkchan 2020-10-21 09:13:44 -0300
  • de5d3eedc6 Add missing null check on image binding (#1632) gdkchan 2020-10-21 09:06:13 -0300
  • 0de77e981e Fix image binding format (#1625) gdkchan 2020-10-20 19:03:20 -0300
  • 0c843c403d Ensure storage is set for Buffer Textures when binding an Image. (#1627) riperiperi 2020-10-20 22:56:23 +0100
  • 0e6b0f1342 Fix gl_in being used with built-in variables that are not per-vertex (#1624) gdkchan 2020-10-17 05:16:40 -0300
  • 28972489be Memory Read/Write Tracking using Region Handles (#1272) riperiperi 2020-10-16 21:18:35 +0100
  • 32c135fc3b Fix LOP3 (cbuf) shader instruction encoding (#1616) gdkchan 2020-10-13 19:33:04 -0300
  • 91f491c638 Replace Host FPS with GPU command queue load ("Fifo %") (#1585) riperiperi 2020-10-13 21:54:42 +0100
  • ad7ac73905 Add Umaal & Vabd_I, Vabdl_I, Vaddl_I, Vhadd, Vqshrn, Vshll inst.s (slow paths). (#1577) LDj3SNuD 2020-10-13 22:41:33 +0200
  • 3c14befd0b Fix incorrect GPU GL blend func values (#1612) gdkchan 2020-10-13 00:45:41 -0300
  • 612132bce5 Fix output component register on pixel shaders (#1613) gdkchan 2020-10-13 00:44:55 -0300
  • df7ebe2e24 Fix error when dual source blend is used (#1610) gdkchan 2020-10-12 21:50:41 -0300
  • fc9992b230 Implement LEA.HI shader instruction (#1609) gdkchan 2020-10-12 21:46:04 -0300
  • 1c7b401fec Add support for shader constant buffer slot indexing (#1608) gdkchan 2020-10-12 21:40:50 -0300
  • dde784b71e Fix H264 output frame size when decoding videos of different sizes (#1606) gdkchan 2020-10-11 06:09:38 -0300
  • 6c36755704 surfaceflinger: Disable async buffer (#1603) Mary 2020-10-10 12:45:49 +0200
  • ff39843389 Rollback the CreateExitDialog function that was lost with auto updater Thog 2020-10-10 01:22:25 +0200
  • ea9e25baf5 Show confirmation dialog when attempting to close while a game is loaded (#1582) Xpl0itR 2020-10-10 00:06:48 +0100
  • 6988b309ca Fix exiting emulator with multi programs (#1590) Mary 2020-10-10 00:52:11 +0200
  • 3b890b9c62 Improve BRX target detection heuristics (#1591) gdkchan 2020-10-03 02:43:33 -0300
  • 62afa9ba61 Supper 2D array ASTC compressed texture formats decoding (#1593) gdkchan 2020-10-01 22:22:23 -0300
  • 4810d98aa5 Touch README (#1592) jduncanator 2020-10-01 17:39:27 +1000
  • ebc0696d08 Fix GetStream implementation (#1588) Mary 2020-10-01 05:22:09 +0200
  • e26df32c29 Remove old, unused CPU optimization (#1586) gdkchan 2020-09-30 16:16:34 -0300
  • 0888f0eb1b Add Motion controls (#1363) emmauss 2020-09-29 21:32:42 +0000
  • 2eca729fd9 Do not show update being availaible when appveyor is still building Thog 2020-09-29 22:52:41 +0200
  • 02dbd72d61 Convert 1D texture targets to 2D (#1584) gdkchan 2020-09-29 17:28:50 -0300
  • 4c415b965b Appveyor Ryujinx Updater (#1403) MelonSpeedruns 2020-09-29 16:05:25 -0400
  • 21ec9f7cc2 Basic impl of Error Applet (#1551) Ac_K 2020-09-28 00:00:38 +0200
  • ede6277478 Always set new texture data for textures initialized by a copy. (#1576) riperiperi 2020-09-27 00:37:45 +0100
  • 5fbe1653bd Isolate more services to separate threads (#1573) mageven 2020-09-25 15:48:28 +0530
  • 999f07dad4 Implement small indexed draws and other fixes to make guest Vulkan work (#1558) gdkchan 2020-09-23 20:48:34 -0300
  • de9b4abe1b Return "NotAvailable" when no UserChannel data is present. (#1569) riperiperi 2020-09-23 22:57:18 +0100
  • 6f80f0d3ea Run audren in a separate thread (#1572) mageven 2020-09-24 02:51:43 +0530
  • 72bc59d850 IPC refactor part 1: Use explicit separate threads to process requests (#1447) gdkchan 2020-09-22 01:50:40 -0300
  • 38a5cf2bdc Make viewStorage still valid after view removal. (#1564) riperiperi 2020-09-21 20:51:33 +0100
  • 04e1b02023 hle/ui: Basic multi programs support (#1560) Mary 2020-09-21 05:45:30 +0200
  • 25580d2d21 Align register index between output targets on pixel shaders (#1559) gdkchan 2020-09-21 00:45:04 -0300
  • 4086d8cb00 acc/hid: Implement ListQualifiedUsers and SetTouchScreenConfiguration (#1555) Ac_K 2020-09-20 06:32:58 +0200
  • 460f407b1a Move the open logs folder from setting into the File menu in the main window (#1550) Xpl0itR 2020-09-20 05:31:05 +0100
  • 01d5055a94 friend: Implement GetCompletionEvent and AddPlayHistory (#1554) Ac_K 2020-09-20 05:45:46 +0200
  • 80365d3139 am: Stub Begin/EndBlockingHomeButton (#1553) Ac_K 2020-09-20 05:40:10 +0200
  • 927159c746 caps: Stub SetShimLibraryVersion (#1552) Ac_K 2020-09-20 05:32:48 +0200
  • ca8f6e0077 Fix host stack overflow caused by some recursive guest methods. (#1528) LDj3SNuD 2020-09-20 01:16:30 +0200
  • e6adac8aed Implement block placement (#1549) FICTURE7 2020-09-20 03:00:24 +0400
  • a87f769aa1 Better viewport flipping and depth mode detection method (#1556) gdkchan 2020-09-19 19:46:49 -0300
  • ccc6e85252 Correct the threshold for control stick buttons (#1483) Billy Laws 2020-09-19 16:10:53 +0100
  • e16e96fff4 Fix debug Config using res scaling 2x by default (#1546) Mary 2020-09-13 03:02:45 +0200
  • f9c6827dbd Relax block ordering constraints (#1535) FICTURE7 2020-09-12 19:32:53 +0400
  • cea3d0d2dd Allow swizzles to match with "undefined" components (#1538) riperiperi 2020-09-11 00:48:48 +0100
  • 6ac4ee297c Texture/Buffer Memory Management Improvements (#1408) riperiperi 2020-09-10 20:44:04 +0100
  • 6512e15db7 Do not emit StoreToContext before Return (#1537) FICTURE7 2020-09-07 06:52:17 +0400
  • dea9fba01b Amadeus: Fix multi-channel PCM sources on REV8 (#1536) Mary 2020-09-06 21:54:33 +0200
  • d616bf0fb6 Delete redundant sentence in README (#1534) Jade 2020-09-05 02:32:56 -0700
  • b44411a757 Update to LibHac 0.12.0 (#1485) Alex Barney 2020-09-01 13:08:59 -0700
  • 53098dc657 SIMD&FP load/store with scale > 4 should be undefined (#1522) gdkchan 2020-09-01 17:02:23 -0300
  • 3e77489d93 Fix PSL and MRG flags on XMAD cbuf-reg shader instruction (#1520) gdkchan 2020-09-01 15:07:20 -0300
  • 6fafc12e8a ui: Initial better user error reporting (#1503) Mary 2020-09-01 11:09:42 +0200
  • a094b631ab Fix regression on texture compatibility match checks (#1521) gdkchan 2020-09-01 03:58:40 -0300
  • c5633cf83c Fix: Issue #1475 Texture Compatibility Check methods need to be centralized (#1482) sharmander 2020-08-31 20:06:27 -0400
  • e4ec99af84 Improve static branch prediction along fast path for memory accesses (#1484) FICTURE7 2020-09-01 03:55:15 +0400
  • abf570529c CPU (A64): Add Scvtf_S_Fixed & Ucvtf_S_Fixed with Tests. (#1492) LDj3SNuD 2020-09-01 01:48:21 +0200
  • b00f2ffeb6 Remove the Ryujinx.Debugger project (#1506) Mary 2020-08-30 19:06:05 +0200
  • 77fbc607d3 Allow launching with custom data directories (#1505) mageven 2020-08-30 22:21:53 +0530
  • c4a51a90f4 Cleanup FUNDING.yml (#1494) Margen67 2020-08-30 09:44:01 -0700
  • 17c4ae1c23 Clean up and update readme (#1501) Mary 2020-08-30 18:35:42 +0200
  • c510845370 Fix off by one error in pages count calculation on GPU pool (#1511) gdkchan 2020-08-29 16:42:34 -0300
  • 3c4cb2f16d Amadeus: Fix inverted downmixing of center and lfe (#1507) Mary 2020-08-27 19:53:34 +0200
  • 71c19f9e13 Improve multi-controller support in HID and Controller Applet (#1453) mageven 2020-08-24 02:24:11 +0530
  • 90aef53661 Fix asserts on VP9 decoder in debug mode and build warnings (#1480) gdkchan 2020-08-20 00:07:04 -0300
  • 8974de4866 account: Implement IManagerForApplication calls and IAsyncContext (#1466) Ac_K 2020-08-18 21:24:54 +0200
  • b2cfb2a9aa Misc audio fixes (#1348) Mary 2020-08-18 21:03:55 +0200
  • 9c99a636c9 Amadeus: Final Act (#1481) Mary 2020-08-18 03:49:37 +0200
  • 6e3ae5c624 Add missing depth-color conversions in CopyTexture (#1474) mageven 2020-08-14 15:33:19 +0530
  • 06b05d62ca PPTC GUI: Purge all versioned caches on click (#1454) mageven 2020-08-13 23:01:13 +0530
  • 3439318d38 Fix MacroJit SubtractWithBorrow Alu Reg Operation. (#1473) LDj3SNuD 2020-08-13 17:08:48 +0200
  • 7356a92b38 Fix Vcvt_FI & Vcvt_RM; Add Vfma_S & Vfms_S. Add Tests. (#1471) LDj3SNuD 2020-08-13 07:34:02 +0200
  • 0537898be4 bluetooth: Fix event handle in IBluetoothDriver (#1464) Ac_K 2020-08-13 01:04:59 +0200
  • 1bc64696bd Replace the Audio Backend ComboBoxText to a ComboBox with a custom model (#1451) Xpl0itR 2020-08-09 21:46:06 +0100
  • d86fa17c3e Fix PTC version increment from #1433 (#1462) mageven 2020-08-09 09:02:00 +0530
  • 39e3fff707 CPU: This PR fixes Fpscr, among other things. (#1433) LDj3SNuD 2020-08-08 17:18:51 +0200
  • d8bc278cdf Forward OpenSaveDataInfoReaderOnlyCacheStorage to OpenSaveDataInfoReaderWithFilter (#1449) Alex Barney 2020-08-08 07:02:06 -0700