gpulib: remove some unreliable heuristics
[pcsx_rearmed.git] / plugins /
4 days ago notazgpulib: remove some unreliable heuristics master github/master
10 days ago notazspu: use USE_ASYNC_ like the other threaded parts
10 days ago notazspu: use common thread code
10 days ago notazenable gpu thread by default
10 days ago notazgpu_async: fix missing flushing
12 days ago notazgpulib: try a different flip method
2026-03-12 notazgpulib: fix intersect check
2026-03-08 notazgpulib: more doubleres hacks
2026-03-08 notazplugin_lib: fix broken blit
2026-03-08 notazgpulib: rm old clipping code
2026-02-20 notazmisc: eliminate extra allocs on state save/load
2026-02-20 notazplugins: rm old/unmaintained standalone stuff
2026-01-28 notazunbreak build
2026-01-28 notazlibretro: update frameskip logic
2026-01-27 notazgpulib: try delaying a frame on frameskip, more tuning
2026-01-27 notazgpulib: pass gpu to vout funcs
2026-01-27 notazgpulib: try different vram update tracking
2026-01-27 notazgpulib: attempt to improve some frameskip logic
2026-01-26 notazgpulib: move status update out of inner loop
2026-01-25 notazgpu: missing sync and endian conversions
2026-01-19 notazgpulib: init {x,y}{1,2}
2026-01-18 notazgpu_async: fix bogus idle read
2026-01-18 notazspu: simplify interpolation modes
2026-01-18 notazgpu_unai: lots of new asm
2026-01-14 notazgpu_unai: can't do some optimizations with dithering
2026-01-11 notazgpu_unai: cleanup
2026-01-09 notazgpu_unai: various asm tuning for armv6
2026-01-04 notazgpu_neon: unbreak build
2026-01-04 notazgpu_async: avoid some thread wakeups
2026-01-04 notazgpu_async: some draw area fixes
2026-01-04 notazgpu_async: some dma support
2026-01-04 notazgpu_async: unbreak frameskip
2026-01-02 notazgpu_async: handle fb wrapping
2026-01-02 notazgpu: rework downscale stuff
2026-01-02 notazclean up some includes
2025-12-28 notazgpu_async: deal with some threading issues
2025-12-27 notazspu: remove struct duplications
2025-12-26 notazplugins: use SysPrintf
2025-12-26 notazunbreak ctr build
2025-12-26 notazgpu_neon: rm some unused stuff
2025-12-26 notazgpulib: thread sync reduction
2025-12-26 notazgpulib: new plugin-independant multithreading support
2025-12-22 notazmake: use automatic dependencies
2025-12-11 notazspu: rewrite adsr according to current docs
2025-12-07 notazspu: somewhat better reverb off handling
2025-05-20 notazspu: ssat is ARMv6, not v7
2025-05-20 notazspu: deal with some reverb overflows
2025-05-16 notazfrontend: rework sdl gl vout_method
2025-03-30 notazplugins: fix gpu_neon build as a .so
2025-03-30 Apaczerconfigure: unset `PIC` cflag for plugins if not used
2025-03-29 notazimplement scanout wrapping
2025-03-26 notazspu: partially implement current vol regs
2025-03-16 notazspu: don't crash on 1 cpu w/threads enabled
2025-03-16 notazgpulib: avoid forced clears on state load
2025-03-04 notazspu: fix thread vs savestates races
2025-03-03 notaztry to support macOS for standalone
2025-02-21 notazspu: update TI C64x code
2025-02-21 notazgpulib: add height adjustment option
2025-02-13 notazunbreak gh build
2025-02-10 notazgpulib: avoid unaligned read
2025-02-10 notazavoid some left shifting to sign bit
2025-02-10 notazgpu: some function mismatches
2025-02-08 notazgpu_neon: avoid some clang warnings
2025-02-01 notazgpulib: keep dirty flag if not displayed
2025-01-30 notazspu: try some reverb resample filtering
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
next