cdrom: change pause timing again
[pcsx_rearmed.git] / plugins / gpu_neon / psx_gpu / psx_gpu.c
2023-11-30 notazgpu: improve timings of clipped sprites
2023-10-23 notazgpu_neon: rework buffering to reduce flickering
2023-10-12 notazpatch up some clang/apple issues
2023-09-08 notazgpulib: handle vram copy in gpulib
2023-09-04 notazgpulib: add some missed sync and flush
2023-08-31 notazgpu: handle wrapping somewhat
2023-08-24 notazgpu_neon: don't crash on large primitives in enhancemen...
2023-08-24 notazgpu_neon: rework buffer selection
2022-09-15 notazdon't cast between long and pointers for win64
2022-09-15 notazgpu_neon: adjust some comments and things
2022-08-13 notazgpu_neon: fix wrong block counting
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-01-31 notazgpu_neon: reserved bpp is 16bpp, not 4bpp
2013-04-01 notazpsx_gpu: convert to UAL, load everything from context
2013-03-15 notazpsx_gpu: fix line mask test
2012-11-12 notazpsx_gpu: fix interlace mode
2012-11-02 notazMerge branch 'enhancement'
2012-10-28 notazpsx_gpu: workaround overflow crash
2012-10-27 notazpsx_gpu: implement setup_sprite_untextured in asm
2012-10-22 notazpsx_gpu: change reciprocal table again
2012-10-22 notazpsx_gpu: consolidate C code, implement exnhancement asm
2012-10-13 notazpsx_gpu: 2x sprite fixes and integration
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: switch enhancement to 2048 width
2012-10-11 notazpsx_gpu: add enhanced triangle rendering
2012-10-07 Exophasepsx_gpu: increase reciprocal accuracy
2012-10-07 notazpsx_gpu: more limit checking
2012-01-08 notazgpu_neon: psx_gpu: try to update texture cache instead...
2012-01-04 Exophasepsx_gpu: partial interlace mode support
2012-01-04 Exophasepsx_gpu: change fill handling again
2012-01-01 Exophasepsx_gpu: improve fills
2011-12-29 notazpsx_gpu: use mask bit for copies
2011-12-29 Exophasepsx_gpu: flush render buffer before move/cppy/fill
2011-12-29 Exophasepsx_gpu: fix lines
2011-12-23 Exophasepsx_gpu: some argument checks
2011-12-23 Exophasepsx_gpu: texture cache fix2
2011-12-23 Exophasepsx_gpu: texture cache fix, updates
2011-12-23 Exophasepsx_gpu: fix divide by 0
2011-12-21 notazgpu_neon/psx_gpu: remove unused psx_gpu_alt
2011-12-21 notazgpu_neon/psx_gpu: rename a define
2011-12-21 notazgpu_neon/psx_gpu: use external vram
2011-12-20 Exophaseadd NEON GPU rasterizer