Commit Graph

  • 519dbc818d CPU/CodeCache: Fix DMA writes not invalidating code blocks Connor McLaughlin 2019-11-26 19:45:36 +1000
  • 47cbe75b48
    Create windows-build.yml Connor McLaughlin 2019-11-25 17:15:32 +1000
  • 771a151567 GPU/OpenGL: Use CopyImageSubData for VRAM copies Connor McLaughlin 2019-11-25 00:26:18 +1000
  • 22e8b6b0a7 System: Fall back to software when D3D11 selected on Linux Connor McLaughlin 2019-11-25 00:24:16 +1000
  • 446ad20d2b Update README.md with system requirements Connor McLaughlin 2019-11-25 00:21:29 +1000
  • 0bc7333e6e GPU/OpenGL: Set GLSL version string dynamically Connor McLaughlin 2019-11-25 00:17:15 +1000
  • db0d11c2ff GPU/HW: Cull primitives larger than 1024x512 Connor McLaughlin 2019-11-24 23:46:33 +1000
  • 024ed01bbb GPU/HW: Set alpha to mask bit setting Connor McLaughlin 2019-11-24 23:30:35 +1000
  • bc5a247a4b GPU/HW: Use dual-source blend to split alpha and mask Connor McLaughlin 2019-11-24 23:23:33 +1000
  • 9d6d00480c GPU: Implement mask bit handling in software renderer Connor McLaughlin 2019-11-24 18:47:40 +1000
  • 6c6bf8714c CPU/Recompiler: Only check interpreter load delay when it's dirty Connor McLaughlin 2019-11-24 16:51:08 +1000
  • e3965d9be3 CPU/Recompiler: Fix b{ltz,gez}al when using a load delayed register Connor McLaughlin 2019-11-24 16:47:18 +1000
  • 8c5fcc8f48 CPU: Fix more load delay slot issues Connor McLaughlin 2019-11-24 01:10:51 +1000
  • 897e75fa8e CPU/Recompiler: Fix code generation crash on Linux Connor McLaughlin 2019-11-23 21:38:18 +1000
  • 889bd73ac8 CPU: Add settings for execution mode Connor McLaughlin 2019-11-23 20:22:09 +1000
  • b8de55b9b8 CPU/Recompiler: Implement simple block linking Connor McLaughlin 2019-11-23 13:16:43 +1000
  • 201be8aa9c CPU: Fix interpreter speed regression from recompiler Connor McLaughlin 2019-11-23 19:49:43 +1000
  • 5d0a6f88ad CDROM: Header valid/playing should not be set on SeekL Connor McLaughlin 2019-11-23 19:13:48 +1000
  • 9da4e642af CMake: Include SDL2 module in-tree Connor McLaughlin 2019-11-23 18:55:13 +1000
  • bb4ef2103e GPU: Fix dump vram-to-cpu copies Connor McLaughlin 2019-11-23 19:07:17 +1000
  • da69085b3c CPU/Recompiler: Implement nor Connor McLaughlin 2019-11-23 12:53:44 +1000
  • 2f3107216a CPU/Recompiler: Implement syscall/break Connor McLaughlin 2019-11-23 12:48:53 +1000
  • d2d0d5287b CPU/Recompiler: Implement slt/sltu/slti/sltiu Connor McLaughlin 2019-11-23 01:20:59 +1000
  • bdc47319dc CPU/Recompiler: Remove unused variable Connor McLaughlin 2019-11-23 00:45:46 +1000
  • e2850b5a6c CPU/Recompiler: Implement and/or/xor Connor McLaughlin 2019-11-23 00:41:25 +1000
  • a9cbc08890 CPU/Recompiler: Cleanup/combine shift immediate/variable Connor McLaughlin 2019-11-23 00:35:32 +1000
  • 5b745864e3 CPU/Recompiler: Implement sub/subu Connor McLaughlin 2019-11-23 00:30:47 +1000
  • f14ad1d3c4 CPU/Recompiler: Implement add/addu/addi Connor McLaughlin 2019-11-23 00:26:56 +1000
  • 641e68db95 CPU/Recompiler: Implement b{gez,ltz}(al)? Connor McLaughlin 2019-11-22 22:04:31 +1000
  • 167e2a3454 CPU/Recompiler: Implement j/jal/jr/jalr/beq/bne/bgtz/blez Connor McLaughlin 2019-11-22 21:41:10 +1000
  • 44676a6810 Update README.md Connor McLaughlin 2019-11-22 18:30:57 +1000
  • ff398a3f77 Revert "Frontend: Swap L1/R1 and L2/R2 bindings" Connor McLaughlin 2019-11-22 18:28:41 +1000
  • 11966e4caf CPU/Recompiler: Write exception exits to far code buffer Connor McLaughlin 2019-11-22 17:57:02 +1000
  • 7b0978119b CPU: Only write exceptions to log when logging Connor McLaughlin 2019-11-22 17:54:06 +1000
  • f46160ac46 CPU/Recompiler: Implement mult/multu Connor McLaughlin 2019-11-22 16:45:13 +1000
  • e5c0d28fdc CPU/Recompiler: Implement mfhi/mthi/mflo/mtlo Connor McLaughlin 2019-11-22 00:51:16 +1000
  • 51a873e58d CPU: Expand register file to include hi/lo/pc/npc Connor McLaughlin 2019-11-22 00:44:58 +1000
  • 330d512831 CPU: Write exceptions to trace log Connor McLaughlin 2019-11-22 10:53:15 +1000
  • 9e82afac7b CPU/Recompiler: Support block revalidation instead of flushing Connor McLaughlin 2019-11-22 00:32:40 +1000
  • 7aafaeacbc CPU/Recompiler: Implement lb/lbu/lh/lhu/lw/sb/sh/sw instructions Connor McLaughlin 2019-11-21 23:33:58 +1000
  • 9e3bb62216 CPU/CodeCache: Fast path for self-linking blocks Connor McLaughlin 2019-11-20 01:19:03 +1000
  • 09de3819eb CPU/Recompiler: Implement sra/srav instructions Connor McLaughlin 2019-11-20 00:57:40 +1000
  • 4f436461ff CPU/Recompiler: Combine shift instructions Connor McLaughlin 2019-11-20 00:49:07 +1000
  • 51600c5bc0 CPU/Recompiler: Implement andi/xori, combine BitwiseImmediate Connor McLaughlin 2019-11-20 00:44:38 +1000
  • 6157aa9d21 CPU/Recompiler: Implement srlv/srrv instructions Connor McLaughlin 2019-11-20 00:32:41 +1000
  • 82cbb6e1b8 CPU/Recompiler: Implement srl instruction Connor McLaughlin 2019-11-20 00:21:02 +1000
  • 5217088d82 CPU: Refactor load delay handling Connor McLaughlin 2019-11-20 00:15:14 +1000
  • 1d6c4a3af1 CPU: Basic recompiler implementation for x64 (lui, ori, addiu) Connor McLaughlin 2019-11-19 20:30:04 +1000
  • 0e8ff85f04 dep: Add xbyak Connor McLaughlin 2019-11-19 01:48:06 +1000
  • b9089cac95 System: Fix EXE loading again Connor McLaughlin 2019-11-18 00:32:54 +1000
  • 19062e11b5 Revert "Bus: Relax memory timing" Connor McLaughlin 2019-11-17 22:11:16 +1000
  • 38d0f46063 Frontend: Fix some GPU settings not saving to ini Connor McLaughlin 2019-11-17 22:10:55 +1000
  • 48e3683d20 HostInterface: Fix load state on boot not loading state Connor McLaughlin 2019-11-17 19:41:21 +1000
  • 1f4dbd1060 Frontend: Implement D3D<->GL renderer switching Connor McLaughlin 2019-11-17 19:37:10 +1000
  • d1f7ad2512 HostInterface: Fix display classes not getting destructed Connor McLaughlin 2019-11-17 19:36:56 +1000
  • 55550798e4 Frontend: Call timeBeginPeriod() to increase timer resolution Connor McLaughlin 2019-11-17 01:47:52 +1000
  • b2b5e6c793 HostInterface: Reset throttle timer on slowdown Connor McLaughlin 2019-11-17 01:47:50 +1000
  • b5c799ba81 Bus: Relax memory timing Connor McLaughlin 2019-11-17 01:47:46 +1000
  • 8fb4f73d17 Settings: Add audio sync and additional cleanup Connor McLaughlin 2019-11-16 20:50:11 +1000
  • 3673c6e33c HostInterface: Re-enable audio sync by default Connor McLaughlin 2019-11-16 20:41:35 +1000
  • f1289d6161 Settings: Hook up console region Connor McLaughlin 2019-11-16 20:27:30 +1000
  • 613e4f4a2a GPU: Set PAL mode on soft reset if region is PAL Connor McLaughlin 2019-11-16 20:15:33 +1000
  • 49ab9467df GPU: Set throttle frequency based on mode config Connor McLaughlin 2019-11-16 20:13:53 +1000
  • 77fe883901 System: Default to NTSC region for BIOS boot if auto Connor McLaughlin 2019-11-16 20:13:33 +1000
  • b57f1d4a60 HostInterface: Implement non-vsync based speed throttler Connor McLaughlin 2019-11-16 20:12:03 +1000
  • 246c97ccb3 System: Scaffolding for multi-system/multi-bios Connor McLaughlin 2019-11-16 15:27:57 +1000
  • d6209937fb CDROM: Properly handle audio sectors in SeekL Connor McLaughlin 2019-11-16 12:54:41 +1000
  • f12b97e98b DMA: Add missing transfer_ticks to save state Connor McLaughlin 2019-11-16 01:51:22 +1000
  • 4524172573 Frontend: Use flip model swap chains in D3D Connor McLaughlin 2019-11-16 01:45:20 +1000
  • 2399c1dab7 SPU: Fix incorrect step value in attack phase Connor McLaughlin 2019-11-16 01:43:34 +1000
  • a47492382c System: Add "fast boot" option (skip boot logo) Connor McLaughlin 2019-11-16 01:04:51 +1000
  • 30fd7a6683 DMA: Support delaying transfers Connor McLaughlin 2019-11-15 23:27:54 +1000
  • e02ebb1b2a SPU: Mute voice without release phase on loop/end flag Connor McLaughlin 2019-11-15 17:24:08 +1000
  • 5b5d22fd27 SPU: Stub out transfer control register Connor McLaughlin 2019-11-15 16:44:21 +1000
  • d9c27c4ee3 SPU: Fix sustain step being ignored Connor McLaughlin 2019-11-15 16:42:25 +1000
  • 4e9d5b77f8 GPU: Fix swapped bytes for VRAM->CPU transfers Connor McLaughlin 2019-11-15 15:05:27 +1000
  • f27ad2fa67 Frontend: Re-implement fullscreen Connor McLaughlin 2019-11-15 14:57:27 +1000
  • a25fe54a4b Frontend: Swap L1/R1 and L2/R2 bindings Connor McLaughlin 2019-11-15 14:13:05 +1000
  • 708ce25cb0 GPU/HW: Fix resolution changing while running corrupting screen Connor McLaughlin 2019-11-14 22:24:47 +1000
  • 49569d29aa GPU: Refactor command execution/VRAM->CPU transfers Connor McLaughlin 2019-11-14 22:17:09 +1000
  • bc9ed3572b GPU/HW: Fix flipped GPU readback in D3D11 Connor McLaughlin 2019-11-14 22:11:12 +1000
  • 9d66638bce GPU: Handle oversized transfers (wrap around behavior) Connor McLaughlin 2019-11-14 20:31:48 +1000
  • 9ea7a8418c GPU: Eliminate temporary buffer when reading back Connor McLaughlin 2019-11-14 17:16:59 +1000
  • 3998b9684e GPU/HW: GPU-based RGBA8->RGB5551 conversion for readbacks Connor McLaughlin 2019-11-14 16:58:27 +1000
  • 878a76e258 Common: Fix issues in utility classes for readbacks Connor McLaughlin 2019-11-14 16:57:58 +1000
  • 4bab3bffc0 Frontend: Fix display linear filtering setting not applying Connor McLaughlin 2019-11-14 01:22:35 +1000
  • 53881219ce GPU: Fix handling of interlaced non-480-line mode Connor McLaughlin 2019-11-14 00:59:09 +1000
  • 7152d54104 GPU: Simplify 480i mode handling in CRTC Connor McLaughlin 2019-11-14 00:58:15 +1000
  • b48accf0bf GPU/HW: Fix 24-bit output broken with >1x res scale Connor McLaughlin 2019-11-13 22:54:42 +1000
  • 76172c88f3 GPU/HW: Disable blending when updating VRAM Connor McLaughlin 2019-11-13 22:48:37 +1000
  • f7f4818de4 GPU/HW: Explicitly specify std140 layout for UBOs Connor McLaughlin 2019-11-13 22:48:14 +1000
  • 8cfb8d7922 CDROM: Fix track skip behavior with track=0 Connor McLaughlin 2019-11-13 16:33:49 +1000
  • 525bbf48d7 CDImage: Set data bit in Q subchannel for bin images Connor McLaughlin 2019-11-13 16:28:43 +1000
  • 8e06f86db8 CDROM: Implement auto-pause at end of track Connor McLaughlin 2019-11-12 20:31:59 +1000
  • 85413218cb SPU: Check upper 8 byte block of ADPCM block for interrupt Connor McLaughlin 2019-11-12 18:56:53 +1000
  • 90cf6b8b41 CDROM: Don't lose INT1 interrupts from command execution Connor McLaughlin 2019-11-12 18:02:36 +1000
  • 6a82333d8f Pad: Only buffer a single byte Connor McLaughlin 2019-11-12 01:13:08 +1000
  • d8452d7d7d GPU: Track horizontal blanking, correct timer increment point Connor McLaughlin 2019-11-11 23:36:11 +1000
  • f3baee2582 DMA: Hack for self-referencing DMA loops Connor McLaughlin 2019-11-11 20:37:11 +1000
  • 29674df803 DMA: Simplify address masking Connor McLaughlin 2019-11-11 20:34:41 +1000