cdrom: change pause timing again
[pcsx_rearmed.git] / plugins / gpulib /
2024-03-22 notazgpulib: fix frameskip on weird lists
2023-12-27 notazgpulib: maybe better loop detection
2023-12-13 notazgpu: rework dma vs busy timing
2023-12-08 notazgpu: adjust timing
2023-12-02 notazpatch another gpulib alignment issue
2023-11-30 notazgpu: improve timings of clipped sprites
2023-11-27 notazgpu: start doing some basic gpu timing
2023-11-01 notazgpu_unai: sync with libretro
2023-10-29 notazgpulib: don't set_mode for 0
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-08 notazgpu: a bit better idle bit handling
2023-10-06 notazgpulib: forgot to mark fb dirty
2023-09-18 notazattempt to improve guncon defaults
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-30 notazmake GPUopen consistent everywhere
2023-08-27 notazgpulib: don't corrupt memory on garbage commands
2023-08-24 notazgpu_neon: rework buffer selection
2023-08-19 notaztry to emulate borders properly
2023-07-09 notazMerge pull request #292 from pcercuei/dfsound-big-endian
2023-07-06 notazfix another missed double resolution change
2023-07-06 notazfix missed double resolution change
2022-11-14 notazgpulib: allow commands to span list entries
2022-11-13 notazdma: add optional slow linked list walking
2022-10-15 notazgpulib: update gpuinfo
2022-10-15 notazmerge from libretro fork
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
2021-11-21 notazfrontend: remove src alignment requirements in asm
2019-11-11 notazMerge pull request #146 from senquack/gpulib_fix
2019-11-09 Daniel Silsbygpulib: fix out-of-bounds reads in do_cmd_buffer()
2015-02-05 notazgpulib: remove unneeded hack
2015-02-03 notazfrontend: fix minor glitches on video mode changes
2015-01-12 notazgpulib: use more conservative loop detection
2015-01-12 notazsome random improvements
2013-02-08 notazmove cspace back to frontend
2013-02-06 notazdisable standalone pluign builds
2013-02-04 notazfrontend: do all bpp handling in plugin_lib
2013-01-05 notazgpulib: update after open
2013-01-05 notazgpulib: limit height
2013-01-04 notazgpulib: fix frameskip cmd skipping
2012-12-23 notazfrontend: switch to libpicofe sdl code
2012-11-24 notazgpulib: check mode change on blank
2012-11-24 notazplugins: drop arch filename extensions
2012-11-17 notazfrontend: overlay improvements
2012-11-17 notazfix gun handling in enhancement mode
2012-11-13 notazfix some random corner cases
2012-11-05 notazdetect undefined symbols early
2012-11-02 notazMerge branch 'enhancement'
2012-11-02 notazmove blit to core, allow filtering while blitting
2012-10-23 notazgpu: move enhacement logic out of vout_pl
2012-10-23 notazpsx_gpu: select buffers differently
2012-10-11 notazvarious enhancement tweaks
2012-10-11 notazstart mmap'ing vram, with hugetlb if possible
2012-10-11 notazpsx_gpu: start handling vram loads/moves for enhancement
2012-10-11 notazpsx_gpu: switch to 1024 width again.
2012-10-11 notazpsx_gpu: switch enhancement to 2048 width
2012-10-11 notazadd support for software-enhanced rendering
2012-07-31 notazgpulib: don't lose a fill in frameskip mode
2012-07-18 notazgpulib: implement rgb888_to_rgb565
2012-07-18 notazgpulib: clear fb when display is blanked
2012-07-18 notazpsx_gpu: fix line cmd length and move w/h masking
2012-07-18 notazgpulib: drop prim buffer on stateload
2012-05-27 notazfrontend: minor tweaks
2012-05-27 notazautomatically build plugins
2012-04-29 notazfix some build issues and warnings
2012-04-29 notazgpu plugins: always support 16bpp blit
2012-04-21 notazrename vout_fb to vout_pl
2012-04-21 notazbring in configure build system
2012-03-02 notazgpulib: yet another frameskip hack
2012-03-02 notazgpulib: make gpulib.a a dependency
2012-02-26 notazgpulib: eliminate list scan-ahead
2012-02-26 notazgpu_unai: update CFLAGS
2012-01-20 notazgpu-gles: add gpulib code
2012-01-18 notazrefactor gpu plugins and Makefiles