aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/Makefile
AgeCommit message (Collapse)Author
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-04-22bring in configure build systemnotaz
not using autotools, trying to do something similar like qemu instead.
2012-01-19refactor gpu plugins and Makefilesnotaz
name common gpu code gpulib, reduce amount of copy-paste in plugin Makefiles
2012-01-02gpu_neon: fix x86 buildnotaz
2011-12-21gpu_neon: integrate Exophase's rasterizernotaz
2011-12-20gpu_unai: add 4bpp asm sprite blitternotaz
2011-12-11gpu_neon: update for armv5pollux buildnotaz
2011-11-19gpu_neon: support unai as rendering backendnotaz
2011-09-23support armv5 buildnotaz
2011-08-13gpu_neon: add peops as temp renderernotaz
2011-08-13gpu_neon: do list resubmit detectionnotaz
done it a while ago, late commit..
2011-08-13gpu_neon: basic frameskip, change check, minor stuffnotaz
2011-08-13gpu_neon: vram fixes, list loop detectionnotaz
2011-08-13gpu_neon: split output code, some refactoringnotaz
2011-08-13gpu_neon: basic skeleton gpu pluginGrazvydas Ignotas