Commit Graph

  • c38bf70464 cellCamera: improve error logging Megamouse 2026-03-08 13:54:25 +01:00
  • 43b295892f PPUAnalyzer: Fix SLDI shift operand RipleyTom 2026-03-06 20:41:02 +01:00
  • 2573cc5fd0 cellDmuxPamf: fix stream cache not being consumed in some cases capriots 2026-03-07 16:30:38 +01:00
  • 4828d4d2d6 cellDmuxPamf: review fixes capriots 2026-02-28 16:33:08 +01:00
  • c5f278ed37 cellDmuxPamf: properly handle streams smaller than 0x800 bytes capriots 2026-02-28 10:59:44 +01:00
  • b839d4d1a6 cellDmuxPamf: consume guest memory on SPU thread group creation capriots 2026-02-21 22:28:10 +01:00
  • 3616424b26 cellDmuxPamf: fix lv2 mutex + cond not being destroyed on close capriots 2026-02-21 22:22:21 +01:00
  • 4d6da6542e tests: enable cellDmuxPamf tests in CMakeLists capriots 2026-02-21 22:16:39 +01:00
  • f2aa347608 cellDmuxPamf: review fixes + improvements capriots 2025-09-27 17:14:17 +02:00
  • bd7d5faa9f cellDmuxPamf implementation part 2: PPU thread capriots 2025-07-10 19:39:49 +02:00
  • a3d09a7427 tests: cellDmuxPamf capriots 2025-07-19 21:11:56 +02:00
  • 7dad9663b2 cellDmuxPamf implementation part 1: SPU thread capriots 2025-07-19 13:59:21 +02:00
  • cae8ae63e3 gl: Use image dimensions to determine read buffer size kd-11 2026-03-07 13:16:39 +03:00
  • 728d84b1fe gl: Add debug names to some objects kd-11 2026-03-07 03:12:18 +03:00
  • 4a51302c58 gl: Propagate native layout from parent when creating temporary subresources kd-11 2026-03-07 03:07:57 +03:00
  • 0ea692e9ab gl: Use named_object<GL_TEXTURE> as the base class for images kd-11 2026-03-07 03:06:45 +03:00
  • 1e16b338b4 gl: Add support for named objects kd-11 2026-03-07 03:04:59 +03:00
  • 14789b536f gl: Clean up the awful image copy API kd-11 2026-03-07 00:23:58 +03:00
  • ac30feeddb Revert enabling PPU jump elider RipleyTom 2026-03-06 21:25:52 +01:00
  • 0d80e300a0 Qt: add log level settings Megamouse 2026-03-04 19:31:50 +01:00
  • 69384d7bb4 Update codebase to SDL 3.4.0 Megamouse 2026-01-05 12:58:23 +01:00
  • 4fd2409b8b Update FAudio to 26.03 Megamouse 2026-03-03 20:41:36 +01:00
  • d97851376d Add stacktrace in case of exception Megamouse 2026-03-06 09:06:53 +01:00
  • 1c5e30e83f input/qt: fix default squircle value in text and remove duplicate comments Megamouse 2026-03-06 12:21:28 +01:00
  • 414df8432e gl: Respect internal offsets when performing DMA transfer operations kd-11 2026-03-06 03:25:58 +03:00
  • 92f63ccc0b rsx/cfg: Silence GCC noise kd-11 2026-03-06 02:19:25 +03:00
  • d75e8b24f7 [FIXUP] API extend kd-11 2026-03-05 02:34:04 +03:00
  • a1af15b907 gl/dma: Fix range calculation when creating DMA blocks kd-11 2026-03-05 02:33:47 +03:00
  • cf5eb22591 glutils: Extend buffer_object interface kd-11 2026-03-05 02:33:25 +03:00
  • 2f9f79eea2 PPU Fixes RipleyTom 2026-03-06 08:06:29 +01:00
  • c57d6110c4 rsx: add missing default to switch Megamouse 2026-03-01 11:42:51 +01:00
  • 2a292d1e2e rsx: fix unused parameter warning Megamouse 2026-03-01 11:42:29 +01:00
  • f2c8b157ef ISO: pass mode to file Megamouse 2026-03-01 11:41:56 +01:00
  • ec00a06caf Fix warning suppression in windows clang Megamouse 2026-03-01 11:41:22 +01:00
  • ae6172d86b Remove unused function Megamouse 2026-03-01 11:39:52 +01:00
  • 5605cf2141 Qt: Do not check return code of rpcs3 download Megamouse 2026-03-05 15:32:14 +01:00
  • d46ddcee5d Fix mac build RipleyTom 2026-03-04 01:29:10 +01:00
  • 3750fb2c1f cellGem: Fix deadlock when cellGemUpdateStart is called before cellCamera delivers images Megamouse 2026-03-04 08:37:26 +01:00
  • 86b2773c28 rsx: Clean up after vertex cache changes kd-11 2026-03-04 02:56:12 +03:00
  • 11a9011510 rsx: Fix memory misalignment for temporary storage kd-11 2026-03-04 02:54:42 +03:00
  • e66f1fa306 Solves render problems due to vertex data being modified before reuse * Stores first 64bit of the vertex data to compare on retrieval as a fingerprint of if the underlying vertex data has been changed Iván Díaz Álvarez 2026-03-03 21:41:51 +01:00
  • 595e42c4f3 rpcs3_version: Bump to 0.0.40 v0.0.40 AniLeo 2026-03-01 12:33:42 +01:00
  • 9288565676 Qt: properly handle cancel of pkg install dialog Megamouse 2026-03-01 22:06:01 +01:00
  • 00a1c7278a config/ux: Disable double-click to fullscreen by default Ani 2026-02-22 16:30:34 +01:00
  • 5ca19eabd5 NP code review RipleyTom 2026-02-28 18:55:31 +01:00
  • 198c2e9eb8 Qt: attempt to download up to 3 times on return_code -255 Megamouse 2026-02-28 12:36:43 +01:00
  • df5b624e45 clans: use std::move for ticket Megamouse 2026-01-10 18:56:49 +01:00
  • 37a125ddbd clans: const correctness Megamouse 2026-01-10 18:56:35 +01:00
  • 3624dac22b clans: remove unused struct Megamouse 2026-01-10 18:56:18 +01:00
  • b8f4aaa6fb Update SDL to 3.4.2 Megamouse 2026-02-25 21:14:08 +01:00
  • 8cee5a33d0 Fix some warnings Megamouse 2026-02-25 21:12:46 +01:00
  • a9d4e1399a Update zlib to 1.3.2 Megamouse 2026-02-25 21:01:03 +01:00
  • 0f3275ec82 sys_fs: Fixup op_read Elad 2026-02-28 09:14:34 +02:00
  • 45c6e938a5 SPU LLVM: Expand SPU Profiling to blocks Elad 2026-02-26 15:50:37 +02:00
  • 1ec3de9e8f SPU Analyzer: Fix analysis of instructions without regmod Elad 2026-02-21 19:32:48 +02:00
  • 35ccd63dbc Win32/File.cpp: Fix fs::file constraints to avoid crashes Elad 2026-02-20 17:57:33 +02:00
  • 188151fa99 SPU/misc: Remove outdated Instruction statistics Elad 2026-02-18 15:13:42 +02:00
  • 16b05c930f Misc: Force define LLVM for IntelliSense Elad 2026-02-09 21:50:38 +02:00
  • f39d82f990 SPU: Fix spu_itype::zregmod Elad 2026-02-08 14:53:45 +02:00
  • bbd91dad92 SPU DisAsm: Disable unlikely float representations Elad 2025-12-10 09:48:18 +02:00
  • cc1b4c8fd1 Fix strcpy_trunc type validation Elad 2026-01-30 10:22:36 +02:00
  • 3b6afc1d9a Final sys_ fixes RipleyTom 2026-02-27 08:02:46 +01:00
  • b30a20c2dc More sys_ fixes RipleyTom 2026-02-26 21:22:15 +01:00
  • 60db25980f ci: Update docker to 1.9 Ani 2026-02-26 00:02:52 +01:00
  • 8396cc2300 openal: Update to 1.25.1 Ani 2026-02-14 14:05:36 +01:00
  • 41e036473a rsx: Fix broken shaders when depth format conversion is enabled with no format conversion code active kd-11 2026-02-25 02:34:20 +03:00
  • daa53c8642 vk: Fix cubemap detection logic kd-11 2026-02-24 21:20:33 +03:00
  • 99c9c16187 rsx: Disallow sRGB hardware format promotion unless no remap is required kd-11 2026-02-24 02:34:30 +03:00
  • 94cd6a6f9e gl/vk: Clean up vertex texture handling kd-11 2026-02-24 01:35:33 +03:00
  • 4fa3aaf2b5 rsx: Fix flickering when initializing texture units kd-11 2026-02-24 01:25:29 +03:00
  • 34f0e865ac rsx: Get rid of some guessing when handling special hardware formats kd-11 2026-02-23 01:42:49 +03:00
  • cb7c3488ab rsx: Do not emit format conversion code in shaders if the feature is unused kd-11 2026-02-23 00:50:47 +03:00
  • 759ef0f5b0 rsx: Add border color correction for hardware SNORM formats kd-11 2026-02-23 00:23:23 +03:00
  • 585305f434 rsx: Improve hardware texel remapping support kd-11 2026-02-22 23:27:06 +03:00
  • cee868560a rsx: Add configuration toggle to debug tab kd-11 2026-02-22 22:56:42 +03:00
  • 0fb8091a31 rsx: Disable HW remapper if BX2 is active or the user requests not to use it kd-11 2026-02-22 22:31:18 +03:00
  • bf5056145e rsx: Track BX2 reads per-TIU to allow enabling/disabling hw remapping kd-11 2026-02-22 22:30:46 +03:00
  • 34380b1ee7 vk: Make use of mutable formats for dynamic views kd-11 2026-02-22 22:01:31 +03:00
  • f27315c821 vk: Support explicit mutable format list kd-11 2026-02-22 21:36:54 +03:00
  • 794abe2025 vk: Clean up image_view interfaces kd-11 2026-02-22 21:14:15 +03:00
  • e29cd4cc93 gl: Implement SNORM and SRGB format overrides kd-11 2026-02-22 20:57:16 +03:00
  • 0f1735d0df gl: Add support for subviews kd-11 2026-02-22 20:26:26 +03:00
  • 07abde4e8d vk: Allow cached view to have mutable format kd-11 2026-02-22 20:05:33 +03:00
  • 3f174b2a97 vk: Implement SNORM and SRGB format overrides kd-11 2026-02-22 18:14:27 +03:00
  • 4c20bdcc9f vk: Add support for derived image views kd-11 2026-02-22 18:14:06 +03:00
  • f2a17e4898 rsx: Add format override functionality to format_ex kd-11 2026-02-22 18:13:23 +03:00
  • b9bdbfa55b vk: De-sphaggetify texture handling kd-11 2026-02-22 17:25:25 +03:00
  • 9e7268ed6d gl: Despaghettify texture handling kd-11 2026-02-22 17:02:15 +03:00
  • 7c8b915ba1 tiny style fixes Megamouse 2026-02-25 09:01:08 +01:00
  • 9ede04c4b9 Invalidate some global variables in gs_frame dtor Megamouse 2026-02-25 08:02:17 +01:00
  • 8a0eae0ccd overlays: allow to go to begin/end of list without auto repeat Megamouse 2026-02-25 07:50:26 +01:00
  • f6429a1ae8 overlays: add fullscreen toggle to home menu Megamouse 2026-02-25 07:40:08 +01:00
  • bc93fdf9f4 input: Add some logging to mouse_gyro_handler Megamouse 2026-02-25 07:10:06 +01:00
  • 064c006339 Various sys_ fixes RipleyTom 2026-02-25 00:58:09 +01:00
  • 260c986186 Implemented sorted emit_data for YAML nodes silviolet 2026-02-11 13:27:40 -05:00
  • 3b49420205 cellVdec: replace std::aligned_union_t with a union oltolm 2026-02-22 12:26:27 +01:00
  • f5cf818bcc rsx: Disable interpolation for SNORM emulated textures kd-11 2026-02-21 17:47:46 +03:00
  • 2d7b72a769 rsx: Implement format_ex decoding for FS inputs kd-11 2026-02-21 17:44:06 +03:00
  • 2b7bb9ef0a rsx: Add format_ex utility kd-11 2026-02-21 16:49:01 +03:00
  • e22c83f4ce rsx: Improve comments/documentation around border color SEXT convert kd-11 2026-02-21 14:03:04 +03:00