aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2011-07-08arm_utils: relax alignment requirementsnotaz
2011-06-14dfinput: return 0xff when the packet ends, like the real thing doesnotaz
2011-03-26dfxvideo: allow frameskip in interlace mode toonotaz
2011-03-22dfxvideo: rm some more ZN leftoversnotaz
2011-03-14dfxvideo: make fskip update on vsync toonotaz
2011-03-07spu: fix valgrind errorsnotaz
2011-03-01dfxvideo: use bit31 handling from pcsxr-svnnotaz
2011-03-01dfxvideo: avoid division like plaguenotaz
2011-03-01spu: drop unused mono codenotaz
2011-03-01spu: refactor adsr (simplify code)notaz
2011-03-01spu: compact chan structure a bitnotaz
2011-02-28gte_neon: implement MVMVA, some fixesnotaz
2011-02-14dfxvideo: fill sanity check to prevent crashesnotaz
2011-02-12dfinput: fix CONFIG_MODE behaviornotaz
2011-02-11use analog handling from dfinputnotaz
2011-02-10dfxvideo: fix frameskip issuenotaz
2011-02-10frontend: enable SPUIRQWait by defaultnotaz
2011-02-10spu: handle channels better in 'IRQ wait' casenotaz
2011-02-09dfsound: backport fixes from pcsxrnotaz
2011-02-04dfxvideo: fix word access macrosnotaz
2011-02-04spu: fix xa masking, was causing noisenotaz
2011-02-04gpu_unai: support bgr888->rgb565 conversion for maemonotaz
2011-02-03dfxvideo: add bgr888->rgb565 converter for maemo portnotaz
2011-01-31cdrcimg: support .bz/.znx/eboot formatsnotaz
2011-01-29spu: don't stop a channel by adsr if we have potential irqnotaz
2011-01-29spu: cleanup build a bitnotaz
2011-01-27gpu_unai: fix P.E.Op.S. save compatibility for goodnotaz
2011-01-24spu: don't read config, we manage it in frontendnotaz
2011-01-24fix some alignment issuesnotaz
2011-01-07allow some build customizationnotaz
2011-01-05release r3notaz
2011-01-04gpu_unai: add some framebuffer guard memorynotaz
2011-01-04gpu_unai: freeze display size and positionnotaz
2011-01-04try to ensure fbdev buffer is validnotaz
2011-01-03dfxvideo: massive cleanupnotaz
2011-01-03gpu_unai: basic frameskipnotaz
2011-01-03gpu_unai: avoid useless blitsnotaz
2011-01-02gpu_unai: warning fixnotaz
2011-01-02gpu_unai: pcsx-rearmed portnotaz
2011-01-02import gpu_unai from PCSX4ALL projectnotaz
2011-01-02add a way for GPU plugin to get layer confignotaz
2011-01-01gles: tweak Makefile, creditsnotaz
2010-12-31Pickle's port for this emunotaz
2010-12-31gpu-gles from psx4mnotaz
2010-12-31prepare for external gpu pluginsnotaz
2010-12-30decouple input/frame limiter from GPU pluginnotaz
2010-12-28move layer control to plugin/plugin_libnotaz
2010-12-28fix another alignment issuenotaz
2010-12-25gpu: be sure bSkipNextFrame is consistent when fskip opt is togglednotaz
2010-12-25spu: kill voldiv on ARM toonotaz