gpulib: don't set_mode for 0
[pcsx_rearmed.git] / plugins /
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
2023-10-01 notazpatch up some savestate issues
2023-09-27 notazspu: try to improve timing
2023-09-27 notazspu: avoid relying on signed overflow undefined behavior
2023-09-18 notazattempt to improve guncon defaults
2023-09-13 notazswitch over to libretro input code
2023-09-08 notazgpulib: handle vram copy in gpulib
2023-09-04 notazgpulib: add some missed sync and flush
2023-09-04 notazgpulib: new debug compile option for raw fb display
2023-08-31 notazgpu_neon: more complicated overflow check
2023-08-31 notazgpu: handle wrapping somewhat
2023-08-30 notazmake GPUopen consistent everywhere
2023-08-27 notazgpulib: don't corrupt memory on garbage commands
2023-08-25 notazspu: adjust irqs again
2023-08-25 notazspu: rm bunch of unused functions
2023-08-24 notazgpu_neon: some hack to enhanced mode
2023-08-24 notazgpu_neon: don't crash on large primitives in enhancemen...
2023-08-24 notazgpu_neon: rework buffer selection
2023-08-19 notaztry to emulate borders properly
2023-08-17 notazgpu_neon: change enhancement_buf selection
2023-08-16 notazspu: add forgotten prevflags checking
2023-08-15 notazspu: clear on init
2023-08-15 notazspu: implement volume regs somewhat
2023-08-12 notazlog unhandled io more clearly
2023-08-10 notazspu: some cdda/xa reverb support
2023-08-03 notaztry to fix win32 build
2023-08-03 Paul CercueilSupport compiling without pthreads
2023-07-13 notazgpu_neon: fix texels vs pixels confusion
2023-07-09 notazMerge pull request #292 from pcercuei/dfsound-big-endian
2023-07-08 notazgpu-gles: fix wrong long usage
2023-07-06 notazfix another missed double resolution change
2023-07-06 notazfix missed double resolution change
2023-07-06 notazlibretro: disable spu thread by default, with option...
2023-07-06 notazspu: fix some threading issues
2023-07-04 notazspu: fix typo
2023-07-04 notazspu: irq adjustments according to MiSTer
2023-05-05 Paul Cercueildfsound: Fix issues on big-endian systems
2022-12-14 notazMerge pull request #277 from joolswills/armv6_unai_fix
2022-12-12 Jools WillsFix building gpu_unai on armv6
2022-11-14 notazgpulib: allow commands to span list entries
2022-11-13 notazdma: add optional slow linked list walking
2022-11-03 notazspu: fix a wrong assumption
2022-10-15 notazgpulib: update gpuinfo
2022-10-15 notazmerge from libretro fork
2022-10-13 Sakitoshiupdated gaussian interpolation filter
2022-09-15 notazgpu_neon: rm wrong cost qualifier
2022-09-15 notazdon't cast between long and pointers for win64
2022-09-15 notazmisc: patch some issues indicated by clang
2022-09-15 notazgpu_neon: brand new x86 SSE2+ implementation
2022-09-15 notazgpu_neon: adjust some comments and things
2022-09-10 notazsome big endian fixes
2022-09-10 notazspu: fix wrong volume shift
2022-09-08 notazeasier logging of unhandled stuff
2022-09-08 notazspu: cleanup some irq hacks
2022-09-08 notazspu: sync on xa playback start
2022-09-04 notazspu: support master volume
2022-09-04 notazspu: rename dwChannelOn to something more suitable
2022-09-04 notazspu: remove some strange rounding
2022-08-30 notazplugins: try to untangle the CALLBACK mess
2022-08-30 notazspu: get rid of iXAPitch
2022-08-13 notazgpu_neon: fix another abi violation
2022-08-13 notazgpu_neon: fix wrong block counting
2022-08-08 notazgpu_neon: integration for arm64
2022-08-08 notazgpu_neon: new intrinsics-only implementation
2022-08-08 notazgpu_neon: place asm func prototypes into a separate...
2022-08-08 notazgpu_neon: don't include vector_ops.h in the main header
2022-08-08 notazgpu_neon: fix some more abi violations
2022-07-29 notazgpu_neon: try to make the compiler save some callee...
2022-07-29 notazdfxvideo: patch up some unsafe macros
2022-07-29 Paul Cercueildfxvideo: Restore support for big-endian arch
2022-07-29 Paul Cercueilgpulib: Add proper support for big-endian
2022-07-29 Paul CercueilGet rid of bit fields in union
2022-07-29 Paul CercueilFix PCSX on big-endian systems
2022-01-31 notazgpu_neon: fix apparent missing msb setting in blend_blo...
2022-01-31 notazgpu_neon: reserved bpp is 16bpp, not 4bpp
2022-01-22 notazspu: try to eliminate some cdda clicks/pops
2022-01-22 notazspu: save/restore decode_pos
2021-12-14 notazfix some issues and warnings seen on ctr build
2021-11-21 notazfrontend: remove src alignment requirements in asm
2021-10-31 notazassorted warning fixes
2021-10-29 gameblablaNew, separate GPU plugin based on Unai. (#233)
2021-10-18 gameblablaFix CD volume issue in Star Wars - Dark Forces. (#232)
2021-08-22 gameblablaFixes Diablo 1 SPU bug properly and remove Diablo hack...
2021-08-18 gameblabla[SPU] Emulate SPUSTAT[5:0] as a mirror of SPUCNT[5...
next