Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-14 | dfxvideo: make fskip update on vsync too | notaz | |
2011-03-07 | spu: fix valgrind errors | notaz | |
2011-03-01 | dfxvideo: use bit31 handling from pcsxr-svn | notaz | |
2011-03-01 | dfxvideo: avoid division like plague | notaz | |
2011-03-01 | spu: drop unused mono code | notaz | |
also merge the mix buffers - the idea was to make use of neon there but I've decided againt it, it wouldn't improve things much according to profiling. | |||
2011-03-01 | spu: refactor adsr (simplify code) | notaz | |
2011-03-01 | spu: compact chan structure a bit | notaz | |
2011-02-28 | gte_neon: implement MVMVA, some fixes | notaz | |
2011-02-14 | dfxvideo: fill sanity check to prevent crashes | notaz | |
2011-02-12 | dfinput: fix CONFIG_MODE behavior | notaz | |
return config data when in config mode only (like LilyPad does) | |||
2011-02-11 | use analog handling from dfinput | notaz | |
2011-02-10 | dfxvideo: fix frameskip issue | notaz | |
if display is never moved/resized, it's never updated in frameskip mode. Detect this. | |||
2011-02-10 | frontend: enable SPUIRQWait by default | notaz | |
2011-02-10 | spu: handle channels better in 'IRQ wait' case | notaz | |
2011-02-09 | dfsound: backport fixes from pcsxr | notaz | |
shalma: - Align start addresses to 16-bytes - (Hopkat) registers.c - External loop address align to 16 bytes - SoundOff prevents new channel from starting - fixes Jungle Book (buzzing loop hangs) | |||
2011-02-04 | dfxvideo: fix word access macros | notaz | |
2011-02-04 | spu: fix xa masking, was causing noise | notaz | |
2011-02-04 | gpu_unai: support bgr888->rgb565 conversion for maemo | notaz | |
2011-02-03 | dfxvideo: add bgr888->rgb565 converter for maemo port | notaz | |
2011-01-31 | cdrcimg: support .bz/.znx/eboot formats | notaz | |
not making use of extra .znx data or eboot TOCs yet. | |||
2011-01-29 | spu: don't stop a channel by adsr if we have potential irq | notaz | |
otherwise we might miss irqs | |||
2011-01-29 | spu: cleanup build a bit | notaz | |
2011-01-27 | gpu_unai: fix P.E.Op.S. save compatibility for good | notaz | |
2011-01-24 | spu: don't read config, we manage it in frontend | notaz | |
2011-01-24 | fix some alignment issues | notaz | |
2011-01-07 | allow some build customization | notaz | |
also correct a statement in readme. | |||
2011-01-05 | release r3 | 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 | dfxvideo: massive cleanup | notaz | |
based on pcsx4all code. | |||
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: warning fix | notaz | |
2011-01-02 | gpu_unai: pcsx-rearmed port | notaz | |
2011-01-02 | import gpu_unai from PCSX4ALL project | notaz | |
2011-01-02 | add a way for GPU plugin to get layer config | notaz | |
2011-01-01 | gles: tweak Makefile, credits | notaz | |
2010-12-31 | Pickle's port for this emu | notaz | |
2010-12-31 | gpu-gles from psx4m | notaz | |
2010-12-31 | prepare for external gpu plugins | notaz | |
also fixes framelimiter and some config being overwritten by dfxvideo | |||
2010-12-30 | decouple input/frame limiter from GPU plugin | notaz | |
2010-12-28 | move layer control to plugin/plugin_lib | notaz | |
2010-12-28 | fix another alignment issue | notaz | |
also switch to PreviousPSXDisplay, it seems to be range checked. | |||
2010-12-25 | gpu: be sure bSkipNextFrame is consistent when fskip opt is toggled | notaz | |
2010-12-25 | spu: kill voldiv on ARM too | notaz | |
2010-12-16 | check for height changes too | notaz | |
2010-12-16 | add basic .Z support | notaz | |
2010-12-14 | spu: disable SPUIRQWait, it only seems to cause problems | notaz | |
2010-12-14 | refactor OSD code and PCNT stuff | notaz | |