aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon
AgeCommit message (Collapse)Author
2012-10-12psx_gpu: add a tool to generate asm offsetsnotaz
2012-10-07psx_gpu: increase reciprocal accuracyExophase
fixes 448 height issue
2012-10-07psx_gpu: more limit checkingnotaz
2012-10-06psx_gpu: standalone test build + tweaksnotaz
2012-07-18psx_gpu: change line parsingnotaz
fixes some Tenka problems
2012-07-18psx_gpu: fix line cmd length and move w/h maskingnotaz
w/h masking untested, I'm lazy
2012-06-24psx_gpu: fix a blending issueExophase
2012-04-22bring in configure build systemnotaz
not using autotools, trying to do something similar like qemu instead.
2012-02-27gpulib: eliminate list scan-aheadnotaz
2012-01-19refactor gpu plugins and Makefilesnotaz
name common gpu code gpulib, reduce amount of copy-paste in plugin Makefiles
2012-01-18gpu_neon/psx_gpu: workaround for library buildnotaz
2012-01-09gpu_neon: warning fixnotaz
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-07gpu_neon: handle command reset registernotaz
and refacor a bit yet again
2012-01-05gpu_neon: merge cmd size tablesnotaz
should save a couple of cachelines
2012-01-05gpu_neon: add some intelace mode handlingnotaz
a bit of refactoring too
2012-01-04psx_gpu: partial interlace mode supportExophase
2012-01-04psx_gpu: change fill handling againExophase
2012-01-03bring GPUvBlank backnotaz
to be used for interlace emulation
2012-01-02gpu_neon: fix x86 buildnotaz
2012-01-02gpu_neon: flush queues before reads toonotaz
also small refactoring to read function, might be more accurate (but surely wrong for width 1)
2012-01-01psx_gpu: improve fillsExophase
2012-01-01gpu_neon: start calculating cyclesnotaz
a bit rough (as usual) and list slots only, but better than nothing
2011-12-30gpu_neon: flush cmd buffer before blit toonotaz
2011-12-29psx_gpu: use mask bit for copiesnotaz
2011-12-29gpu_neon: flush queues on upper level toonotaz
2011-12-29psx_gpu: flush render buffer before move/cppy/fillExophase
2011-12-29psx_gpu: fix linesExophase
2011-12-24psx_gpu: bugfixExophase
2011-12-24psx_gpu: fix sprite sign extendExophase
2011-12-23psx_gpu: some argument checksExophase
2011-12-23psx_gpu: fix sprite coordinatesExophase
2011-12-23psx_gpu: texture cache fix2Exophase
2011-12-23psx_gpu: texture cache fix, updatesExophase
2011-12-23gpu_neon/psx_gpu: update texture_window_settingsnotaz
2011-12-23psx_gpu: fix divide by 0Exophase
2011-12-21gpu_neon/psx_gpu: fix bad masking/alignment faultnotaz
2011-12-21gpu_neon: integrate Exophase's rasterizernotaz
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
2011-12-20gpu_unai: add 4bpp asm sprite blitternotaz
2011-12-19gpu_neon: make use of unai's lineskip modenotaz
2011-12-19gpu_neon: fix test mode of unai renderernotaz
2011-12-11gpu_neon: update for armv5pollux buildnotaz
2011-12-11gpu_neon: tune frameskip further, allow >1notaz
2011-12-09gpu_neon: fix unai rasterizernotaz
it can't work directly on the list because modifies it
2011-12-09gpu_neon: propagate configs to rasterizersnotaz
2011-12-08gpu_neon: fix linkage for c++ code (una-i)notaz