Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-04 | gpu_unai: fix some 64bit issues | notaz | |
2013-02-08 | move cspace back to frontend | notaz | |
plugins no longer depend on it | |||
2012-11-18 | fix gun handling in enhancement mode | notaz | |
2012-11-02 | move blit to core, allow filtering while blitting | notaz | |
also adds libpicofe to pull filters from, and filter related UI stuff | |||
2012-08-02 | gpu_unai: merge Franxis' range fix | notaz | |
2012-04-29 | gpu plugins: always support 16bpp blit | notaz | |
use this for generic sdl and maemo | |||
2012-01-19 | refactor gpu plugins and Makefiles | notaz | |
name common gpu code gpulib, reduce amount of copy-paste in plugin Makefiles | |||
2011-10-30 | gpu_unai: fix a few potential crashes | notaz | |
2011-09-25 | add pollux/caanoo port, refactor things | notaz | |
2011-09-23 | support armv5 build | notaz | |
2011-09-19 | add fixed frameskip option | notaz | |
2011-08-13 | gpu_unai: redo frameskip | notaz | |
the previous code wasn't that functional | |||
2011-08-13 | gpu_unai: merge code from PCSX4ALL 2.2 release | notaz | |
2011-08-13 | frontend: add gpu_unai configuration options | notaz | |
2011-08-13 | frontend: refactor plugin_lib for maemo | notaz | |
should give them proper frame limiter, frameskip and also lightgun support, maybe. | |||
2011-07-08 | gpus: return DMA word count to avoid 1 list walk | notaz | |
2011-07-08 | dfxvideo: decouple from main emu | notaz | |
2011-07-08 | arm_utils: relax alignment requirements | notaz | |
the code needing alignment isn't reached often anyway. | |||
2011-02-04 | gpu_unai: support bgr888->rgb565 conversion for maemo | notaz | |
2011-01-27 | gpu_unai: fix P.E.Op.S. save compatibility for good | notaz | |
2011-01-04 | gpu_unai: add some framebuffer guard memory | notaz | |
some games blit outside framebuffer area, this is faster than doing range checks. | |||
2011-01-04 | gpu_unai: freeze display size and position | notaz | |
this avoids some glitches and makes savestates compatible with Pete's plugins. | |||
2011-01-04 | try to ensure fbdev buffer is valid | notaz | |
2011-01-03 | gpu_unai: basic frameskip | notaz | |
only partially works but oh well | |||
2011-01-03 | gpu_unai: avoid useless blits | notaz | |
2011-01-02 | gpu_unai: pcsx-rearmed port | notaz | |
2011-01-02 | import gpu_unai from PCSX4ALL project | notaz | |