aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_unai/Makefile
AgeCommit message (Collapse)Author
2019-08-17Backport GPU Unai plugin from PCSX4ALLnegativeExponent
- backports gpu unai plugin from PCSX4ALL - sync necessary files with notaz/master to allow building standalone app
2013-02-06disable standalone pluign buildsnotaz
these were for testing mostly, not for general use. Also fix a typo along the way.
2012-12-02mave plugin and core shared includes to single locationnotaz
2012-04-22bring in configure build systemnotaz
not using autotools, trying to do something similar like qemu instead.
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