spu: try some reverb resample filtering
[pcsx_rearmed.git] / plugins /
2025-01-30 notazspu: try some reverb resample filtering master github/master
2025-01-28 notazgpu: partially revert 4a15db3fc8
2025-01-25 notazmake: address a ci race
2025-01-22 notazspu: rework reverb according to nocash docs
2025-01-14 notazgpu: adjust timing again
2025-01-06 notazgpu_neon: try more to not violate the arm32 abi
2024-12-28 notaz3ds: fix build
2024-12-28 notazgpu: further timing hacks
2024-12-27 notazgpu_neon: typo fix + minor stuff
2024-12-25 notazgpu: different offset handling
2024-12-24 notazgpu_neon: unbreak tests
2024-12-19 notazgpu: some timing improvements
2024-12-19 notazgpulib: unbreak debug logs
2024-12-09 notazgpu: allow to force-enable dithering
2024-12-08 notazfix build
2024-12-04 notazpartially revert f0d65622de
2024-12-03 notazgpu_unai: asm part 5
2024-12-02 notazgpu_unai: asm part 4
2024-12-01 notazgpu_unai: asm part 3
2024-12-01 notazgpu_unai: asm part 2
2024-11-24 notazgpu_unai: more asm
2024-11-23 notazgpu_unai: avoid unneeded gouraud calculations
2024-11-23 notazrect quad optimizations
2024-11-17 notaztry another macro for arm vfp
2024-11-17 notazarm: make sure RunFast is on
2024-11-16 notazgpulib: try to reduce global reload
2024-11-10 notazgpu_unai: clean up ilace_mask
2024-11-10 notazgpu_unai: drop pixel_skip
2024-11-05 notazgpu_unai: some new asm
2024-11-01 notazgpu_unai: move the line loop into the driver func
2024-11-01 notazgpulib: use mmap callbacks for platforms that have it
2024-11-01 notazgpu_neon: mask before compare
2024-11-01 notazgpu_unai: minor tuning for 3ds
2024-10-27 notazmerge from libretro
2024-10-27 notazgpu_unai: don't typedef le32_t as structs
2024-10-27 notazgpu_unai: simplify gpuClearImage
2024-10-27 notazmerge gpu_unai with gpu_unai_old
2024-10-23 notazgpulib: try to reduce flips
2024-10-07 notazdeal with some platform-specific warnings
2024-10-07 notaztry to clean up various mmap func failure return value...
2024-10-07 notaz3ds: some random tuning
2024-10-07 notazsync from libretro branch
2024-08-22 notazgpu_neon: rework enh. res. texturing hack
2024-08-16 notazgpu_neon: fix wrong mask bit for fills
2024-08-16 notazgpulib: adjust masking
2024-06-29 notazgpu_neon: revive the old tests
2024-06-29 notazgpu_neon: fix sign extension
2024-06-28 notaztry some overscan display option
2024-05-30 Paul Cercueilspunull: Add missing callback and fix prototypes
2024-05-30 Paul CercueilFix invalid variable types
2024-04-14 notazintroduce fractional framerates
2024-03-25 notazspu: don't leave garbage in capture buffers
2024-03-25 notazspu: more status bits
2024-03-24 notazspu: don't assert on noise in thread mode
2024-03-22 notazgpulib: fix frameskip on weird lists
2024-01-21 notazspu: add missing sample copying for thread mode
2024-01-03 notazgpu_neon: make enh. res. texturing hack optional
2023-12-27 notazgpu_neon: unbreak sprites in enhanced res
2023-12-27 notazgpulib: maybe better loop detection
2023-12-13 notazgpu: rework dma vs busy timing
2023-12-11 notazstandalone: revive spu_c64x build
2023-12-08 notazgpu: adjust timing
2023-12-06 notazgpu_neon: try to patch more pal vs enhancement trouble
2023-12-06 notazspu: fix a wrong assumption about cd volume
2023-12-02 notazpatch another gpulib alignment issue
2023-11-30 notazgpu: improve timings of clipped sprites
2023-11-27 notazgpu_unai: fix clear masking
2023-11-27 notazgpu: start doing some basic gpu timing
2023-11-21 notazspu: add a guard for "runaway" channels
2023-11-21 notazspu: forgot to save some stuff again
2023-11-21 notazapply cdrom volume in spu
2023-11-19 notazspu: adjust dma timing + a hack
2023-11-16 notazspu: patch up more savestate issues
2023-11-13 notazgpu_neon: enforce alignment required for asm
2023-11-02 notazspu: implement some more irq details
2023-11-02 Paul Cercueilunai: Use 8.8 RGB triplet format for gouraud shading
2023-11-02 Paul Cercueilunai: Preserve MSB in light routines
2023-11-01 notazgpu_unai: sync with libretro
2023-11-01 notazrename gpu_senquack to gpu_unai
2023-11-01 notazrename gpu_unai to gpu_unai_old
2023-10-31 notazspu: maybe better mute
2023-10-31 notazcdrom: implement xa buffering somewhat
2023-10-30 notazspu: sync on koff
2023-10-29 notazgpulib: don't set_mode for 0
2023-10-25 notazgpu_neon: fix some missing ebuf updates
2023-10-24 notazgpulib: trust game's centering based on a database
2023-10-24 notazgpulib: add a "borderless" option to restore old behavior
2023-10-23 notazgpu_neon: rework buffering to reduce flickering
2023-10-21 Matheus GarciaCompatibility with FreeBSD
2023-10-15 notazspu: rvb volume is signed
2023-10-14 notazspu: implement irq on dma
2023-10-12 notazpatch up some clang/apple issues
2023-10-10 notazunbreak some old savestates
2023-10-10 notazspu: try keyoff ignore
2023-10-10 notazspu: rearrange struct to reduce padding
2023-10-08 notazgpu: a bit better idle bit handling
2023-10-07 notazspu: make fmod work in threaded mode
2023-10-07 notazspu: try to clean up the interpolation mess
2023-10-06 notazgpulib: forgot to mark fb dirty
2023-10-05 notazspu: adjust fmod to match nocash description
next