aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_unai/Makefile
AgeCommit message (Collapse)Author
2012-02-27gpu_unai: update CFLAGSnotaz
avoid -fPIC if not really needed, no need for a performance hit
2012-01-19refactor gpu plugins and Makefilesnotaz
name common gpu code gpulib, reduce amount of copy-paste in plugin Makefiles
2011-12-20gpu_unai: add 4bpp asm sprite blitternotaz
2011-09-25add pollux/caanoo port, refactor thingsnotaz
2011-09-23support armv5 buildnotaz
2011-08-13gpu_unai: fix inline asm statementsnotaz
newer gcc reorders them and was allocating registers wrong due to incomplete constraints. Not that this code is any better than what gcc generates anyway, but whatever.
2011-02-04gpu_unai: support bgr888->rgb565 conversion for maemonotaz
2011-01-07allow some build customizationnotaz
also correct a statement in readme.
2011-01-04try to ensure fbdev buffer is validnotaz
2011-01-02gpu_unai: pcsx-rearmed portnotaz