aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfxvideo/gpu.c
AgeCommit message (Collapse)Author
2012-11-02move blit to core, allow filtering while blittingnotaz
also adds libpicofe to pull filters from, and filter related UI stuff
2011-12-05remove gpu vblank callbacksnotaz
we do it in core now
2011-09-25add pollux/caanoo port, refactor thingsnotaz
2011-09-23frontend: fix a couple of annoyanciesnotaz
2011-09-19add fixed frameskip optionnotaz
2011-08-13frontend: refactor plugin_lib for maemonotaz
should give them proper frame limiter, frameskip and also lightgun support, maybe.
2011-07-08dfxvideo: clear lcf when interlace is offnotaz
2011-07-08gpus: return DMA word count to avoid 1 list walknotaz
2011-07-08dfxvideo: decouple from main emunotaz
2011-03-26dfxvideo: allow frameskip in interlace mode toonotaz
2011-03-14dfxvideo: make fskip update on vsync toonotaz
2011-03-01dfxvideo: use bit31 handling from pcsxr-svnnotaz
2011-02-10dfxvideo: fix frameskip issuenotaz
if display is never moved/resized, it's never updated in frameskip mode. Detect this.
2011-01-24fix some alignment issuesnotaz
2011-01-03dfxvideo: massive cleanupnotaz
based on pcsx4all code.
2010-12-30decouple input/frame limiter from GPU pluginnotaz
2010-12-25gpu: be sure bSkipNextFrame is consistent when fskip opt is togglednotaz
2010-12-14refactor OSD code and PCNT stuffnotaz
2010-11-18build plugins innotaz
2010-11-16pcsxr-1.9.92PCSX* teams