index
:
pcsx_rearmed
trimui-s
libretro core fork of pcsx_rearmed with trimui s support
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
gpu_neon
/
psx_gpu
/
psx_gpu.c
Age
Commit message (
Expand
)
Author
2013-04-01
psx_gpu: convert to UAL, load everything from context
notaz
2013-03-15
psx_gpu: fix line mask test
notaz
2012-11-13
psx_gpu: fix interlace mode
notaz
2012-10-28
psx_gpu: workaround overflow crash
notaz
2012-10-27
psx_gpu: implement setup_sprite_untextured in asm
notaz
2012-10-23
psx_gpu: change reciprocal table again
notaz
2012-10-23
psx_gpu: consolidate C code, implement exnhancement asm
notaz
2012-10-13
psx_gpu: 2x sprite fixes and integration
notaz
2012-10-12
psx_gpu: do enhanced lines
notaz
2012-10-12
psx_gpu: switch to 1024 width again.
notaz
2012-10-12
psx_gpu: use different uvrgb phase for enhancement
notaz
2012-10-12
psx_gpu: switch enhancement to 2048 width
notaz
2012-10-12
psx_gpu: add enhanced triangle rendering
notaz
2012-10-07
psx_gpu: increase reciprocal accuracy
Exophase
2012-10-07
psx_gpu: more limit checking
notaz
2012-01-09
gpu_neon: psx_gpu: try to update texture cache instead of invalidating
notaz
2012-01-04
psx_gpu: partial interlace mode support
Exophase
2012-01-04
psx_gpu: change fill handling again
Exophase
2012-01-01
psx_gpu: improve fills
Exophase
2011-12-29
psx_gpu: use mask bit for copies
notaz
2011-12-29
psx_gpu: flush render buffer before move/cppy/fill
Exophase
2011-12-29
psx_gpu: fix lines
Exophase
2011-12-23
psx_gpu: some argument checks
Exophase
2011-12-23
psx_gpu: texture cache fix2
Exophase
2011-12-23
psx_gpu: texture cache fix, updates
Exophase
2011-12-23
psx_gpu: fix divide by 0
Exophase
2011-12-21
gpu_neon/psx_gpu: remove unused psx_gpu_alt
notaz
2011-12-21
gpu_neon/psx_gpu: rename a define
notaz
2011-12-21
gpu_neon/psx_gpu: use external vram
notaz
2011-12-20
add NEON GPU rasterizer
Exophase