gpu: improve timings of clipped sprites
[pcsx_rearmed.git] / plugins / gpu_neon / psx_gpu / psx_gpu_parse.c
2023-12-01 notazgpu: improve timings of clipped sprites
2023-11-27 notazgpu: start doing some basic gpu timing
2023-10-25 notazgpu_neon: fix some missing ebuf updates
2023-10-23 notazgpu_neon: rework buffering to reduce flickering
2023-09-08 notazgpulib: handle vram copy in gpulib
2023-08-31 notazgpu_neon: more complicated overflow check
2023-08-24 notazgpu_neon: some hack to enhanced mode
2023-08-24 notazgpu_neon: rework buffer selection
2023-08-17 notazgpu_neon: change enhancement_buf selection
2023-07-14 notazgpu_neon: fix texels vs pixels confusion
2022-02-01 notazgpu_neon: reserved bpp is 16bpp, not 4bpp
2021-08-21 AutechreMerge pull request #542 from gameblabla/mdec_fix
2021-08-16 AutechreMerge pull request #536 from gameblabla/cdrom_fixes
2020-08-04 negativeExponentSync to latest upstream
2020-02-24 TwinaphexMerge pull request #389 from notaz/master
2020-02-08 twinaphexStart getting NEON GPU to work on non-Arm
2013-01-10 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2013-01-06 notazgpus: handle list underflows better
2012-11-28 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2012-11-03 notazpsx_gpu: change enh buffer selection once more
2012-11-02 notazMerge branch 'enhancement'
2012-11-02 notazpsx_gpu: rework enhancement buffer selection
2012-10-23 notazpsx_gpu: select buffers differently
2012-10-13 notazpsx_gpu: 2x sprite fixes and integration
2012-10-11 notazvarious enhancement tweaks
2012-10-11 notazpsx_gpu: start handling vram loads/moves for enhancement
2012-10-11 notazpsx_gpu: do enhanced lines
2012-10-11 notazpsx_gpu: switch to 1024 width again.
2012-10-11 notazpsx_gpu: use different uvrgb phase for enhancement
2012-10-11 notazpsx_gpu: do enhaced sprites with triangles
2012-10-11 notazpsx_gpu: move masking to set_texture
2012-10-11 notazpsx_gpu: switch enhancement to 2048 width
2012-10-11 notazpsx_gpu: add enhanced triangle rendering
2012-07-18 notazpsx_gpu: change line parsing
2012-07-18 notazpsx_gpu: fix line cmd length and move w/h masking
2012-02-26 notazgpulib: eliminate list scan-ahead
2012-01-04 notazgpu_neon: merge cmd size tables
2012-01-01 Exophasepsx_gpu: improve fills
2011-12-29 Exophasepsx_gpu: flush render buffer before move/cppy/fill
2011-12-29 Exophasepsx_gpu: fix lines
2011-12-23 Exophasepsx_gpu: fix sprite sign extend
2011-12-23 Exophasepsx_gpu: some argument checks
2011-12-23 Exophasepsx_gpu: fix sprite coordinates
2011-12-23 Exophasepsx_gpu: texture cache fix2
2011-12-23 Exophasepsx_gpu: texture cache fix, updates
2011-12-23 notazgpu_neon/psx_gpu: update texture_window_settings
2011-12-20 Exophaseadd NEON GPU rasterizer