Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-15 | spu: handle cd decode buffers too | notaz | |
2012-07-15 | spu: add decode buffer and reverb read handling | notaz | |
2012-07-15 | spu: rework irq handling and loop reloading | notaz | |
irq might be too early, but this seems to be better than was before. Special thanks to Ryphecha for some ideas again. | |||
2012-07-09 | spu: get rid of iSPUIRQWait | notaz | |
there should be no reason to ever turn it off | |||
2012-07-09 | spu: get rid of iSpuAsyncWait hack | notaz | |
..and replace with some different dma detection hack | |||
2012-07-09 | spu: remove some hacks, to be reworked | notaz | |
get rid of always-iSpuAsyncWait and iSecureStart hacks. Also SoundGetBytesBuffered is lying, make that lie more obvious and remove some confusing pointless constants. | |||
2012-07-09 | spu: remove all threading code | notaz | |
it is broken for a while now, and I have no intention to fix it. | |||
2012-07-09 | spu: keep generating irqs while they are pending | notaz | |
pending should be implemented as such, but there is no psemu API for it.. | |||
2012-07-09 | frontend: move some leftover pandora parts out of common code | notaz | |
2012-07-06 | in_sdl: fix wrong alloc | notaz | |
2012-06-24 | psx_gpu: fix a blending issue | Exophase | |
2012-05-27 | frontend: minor tweaks | notaz | |
2012-05-27 | automatically build plugins | notaz | |
2012-04-29 | frontend: some menu adjustments | notaz | |
2012-04-29 | fix some build issues and warnings | notaz | |
2012-04-29 | gpu plugins: always support 16bpp blit | notaz | |
use this for generic sdl and maemo | |||
2012-04-29 | frontend: input: pass default binds as argument | notaz | |
allows to get rid of some hacks | |||
2012-04-29 | frontend: generic: preliminary SDL support | notaz | |
2012-04-29 | frontend: clean up some hacks | notaz | |
2012-04-22 | rename vout_fb to vout_pl | notaz | |
that code outputs through plugin_lib, which is not necessary fb. | |||
2012-04-22 | bring in configure build system | notaz | |
not using autotools, trying to do something similar like qemu instead. | |||
2012-04-18 | drc: inv: fix ram ofset and mirror handling | notaz | |
2012-04-18 | support emulated RAM mapped at offset | notaz | |
Thanks to CatalystG for some initial code and testing. | |||
2012-04-10 | frontend: merge updates from SDL project | notaz | |
2012-03-05 | plugin build hack | notaz | |
otherwise builtin version compiled without -fPIC is linked to .so, which causes problems. | |||
2012-03-04 | release r14 | notaz | |
2012-03-04 | frontend: save gpu-gles settings too | notaz | |
2012-03-02 | gpulib: yet another frameskip hack | notaz | |
or should I call it heuristic? | |||
2012-03-02 | gpulib: make gpulib.a a dependency | notaz | |
so that stuff rebuilds when it changes | |||
2012-03-02 | gpu-gles: enable texture garbage collection | notaz | |
fixes OOM problems according to schtruck | |||
2012-03-02 | gpu-gles: schtruck/fpse merge: rearrangement | notaz | |
no idea what this does | |||
2012-03-01 | improve vibration support for Caanoo | notaz | |
..maybe, not tested much. | |||
2012-02-29 | gte_arm: fix gteOF sign extension | notaz | |
2012-02-28 | dfxvideo: use stricter alignment check | notaz | |
for pre-ARMv6 mostly | |||
2012-02-28 | frontend: add an option to disable scaling (Caanoo) | notaz | |
some minor menu tuning too | |||
2012-02-28 | frontend: sync workaround for caanoo | notaz | |
trying to deal with "save corruption", no idea if this helps as this never happens for me. | |||
2012-02-27 | gpu_unai: move command handler to main loop | notaz | |
2012-02-27 | gpulib: eliminate list scan-ahead | notaz | |
2012-02-27 | gpu_unai: update CFLAGS | notaz | |
avoid -fPIC if not really needed, no need for a performance hit | |||
2012-01-21 | gpu-gles: refactor for caanoo/wiz support | notaz | |
too bad it's unusable there. | |||
2012-01-21 | gpu-gles: remove scissor test disable on fills | notaz | |
to keep borders black when centered | |||
2012-01-21 | gpu-gles: add fps display | notaz | |
2012-01-21 | frontend: export fps stats to plugins | notaz | |
2012-01-21 | gpu-gles: add gpulib code | notaz | |
2012-01-19 | frontend: add gles plugin options | notaz | |
2012-01-19 | gpu-gles: keep ClientState and texcache ptrs consistent | notaz | |
2012-01-19 | gpu-gles: schtruck/fpse merge: remove vram detection | notaz | |
supposedly can cause driver crashes | |||
2012-01-19 | gpu-gles: schtruck/fpse merge: ClientState optimization | notaz | |
avoids at least a function call overhead, yeah | |||
2012-01-19 | gpu-gles: schtruck/fpse merge: additional calls | notaz | |
no idea what these are for | |||
2012-01-19 | gpu-gles: schtruck/fpse merge: gl error checks | notaz | |
useful debugging tool, yeah |