Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-06 | disable standalone pluign builds | notaz | |
these were for testing mostly, not for general use. Also fix a typo along the way. | |||
2012-12-02 | mave plugin and core shared includes to single location | notaz | |
2012-04-22 | bring in configure build system | notaz | |
not using autotools, trying to do something similar like qemu instead. | |||
2012-02-27 | gpu_unai: update CFLAGS | notaz | |
avoid -fPIC if not really needed, no need for a performance hit | |||
2012-01-19 | refactor gpu plugins and Makefiles | notaz | |
name common gpu code gpulib, reduce amount of copy-paste in plugin Makefiles | |||
2011-12-20 | gpu_unai: add 4bpp asm sprite blitter | notaz | |
2011-09-25 | add pollux/caanoo port, refactor things | notaz | |
2011-09-23 | support armv5 build | notaz | |
2011-08-13 | gpu_unai: fix inline asm statements | notaz | |
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-04 | gpu_unai: support bgr888->rgb565 conversion for maemo | notaz | |
2011-01-07 | allow some build customization | notaz | |
also correct a statement in readme. | |||
2011-01-04 | try to ensure fbdev buffer is valid | notaz | |
2011-01-02 | gpu_unai: pcsx-rearmed port | notaz | |