aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/psx_gpu/psx_gpu.c
AgeCommit message (Collapse)Author
2013-04-01psx_gpu: convert to UAL, load everything from contextnotaz
2013-03-15psx_gpu: fix line mask testnotaz
2012-11-13psx_gpu: fix interlace modenotaz
2012-10-28psx_gpu: workaround overflow crashnotaz
rare corner case
2012-10-27psx_gpu: implement setup_sprite_untextured in asmnotaz
2012-10-23psx_gpu: change reciprocal table againnotaz
otherwise something overflows somewhere and causes num_block overflow. Also added debug code to cache that issue early.
2012-10-23psx_gpu: consolidate C code, implement exnhancement asmnotaz
2012-10-13psx_gpu: 2x sprite fixes and integrationnotaz
2012-10-12psx_gpu: do enhanced linesnotaz
2012-10-12psx_gpu: switch to 1024 width again.notaz
2012-10-12psx_gpu: use different uvrgb phase for enhancementnotaz
2012-10-12psx_gpu: switch enhancement to 2048 widthnotaz
otherwise games that position framebuffers horizontally corrupt the display.
2012-10-12psx_gpu: add enhanced triangle renderingnotaz
2012-10-07psx_gpu: increase reciprocal accuracyExophase
fixes 448 height issue
2012-10-07psx_gpu: more limit checkingnotaz
2012-01-09gpu_neon: psx_gpu: try to update texture cache instead of invalidatingnotaz
..mostly just in one case though, invalidate as usual otherwise
2012-01-04psx_gpu: partial interlace mode supportExophase
2012-01-04psx_gpu: change fill handling againExophase
2012-01-01psx_gpu: improve fillsExophase
2011-12-29psx_gpu: use mask bit for copiesnotaz
2011-12-29psx_gpu: flush render buffer before move/cppy/fillExophase
2011-12-29psx_gpu: fix linesExophase
2011-12-23psx_gpu: some argument checksExophase
2011-12-23psx_gpu: texture cache fix2Exophase
2011-12-23psx_gpu: texture cache fix, updatesExophase
2011-12-23psx_gpu: fix divide by 0Exophase
2011-12-21gpu_neon/psx_gpu: remove unused psx_gpu_altnotaz
saves a lot of address space
2011-12-21gpu_neon/psx_gpu: rename a definenotaz
2011-12-21gpu_neon/psx_gpu: use external vramnotaz
2011-12-20add NEON GPU rasterizerExophase