Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-16 | spu: rework irqs, again.. | notaz | |
- no early irqs, breaks games that setup irq on last block and then DMA - don't cut last sample on bIRQReturn, fixes stereo under-decode | |||
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-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 | 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-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-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: 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-28 | dfxvideo: use stricter alignment check | notaz | |
for pre-ARMv6 mostly | |||
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 | gpu-gles: add gpulib code | 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 | |||
2012-01-19 | gpu-gles: schtruck/fpse merge: don't delay gl init | notaz | |
2012-01-19 | gpu-gles: schtruck/fpse merge: remove windows code | notaz | |
probably a good idea, it's long broken anyway | |||
2012-01-19 | gpu-gles: clean up headers and stuff | notaz | |
2012-01-19 | gpu-gles: remove short types | notaz | |
this removes deviation from other forks and brings code closer to original peops release | |||
2012-01-19 | refactor gpu plugins and Makefiles | notaz | |
name common gpu code gpulib, reduce amount of copy-paste in plugin Makefiles | |||
2012-01-18 | gpu_neon/psx_gpu: workaround for library build | notaz | |
2012-01-09 | gpu_unai: fix build on older toolchains | notaz | |
2012-01-09 | gpu_neon: warning fix | notaz | |
2012-01-09 | gpu_neon: psx_gpu: try to update texture cache instead of invalidating | notaz | |
..mostly just in one case though, invalidate as usual otherwise | |||
2012-01-07 | gpu_neon: handle command reset register | notaz | |
and refacor a bit yet again | |||
2012-01-05 | gpu_neon: merge cmd size tables | notaz | |
should save a couple of cachelines | |||
2012-01-05 | gpu_neon: add some intelace mode handling | notaz | |
a bit of refactoring too | |||
2012-01-04 | psx_gpu: partial interlace mode support | Exophase | |
2012-01-04 | psx_gpu: change fill handling again | Exophase | |
2012-01-03 | bring GPUvBlank back | notaz | |
to be used for interlace emulation | |||
2012-01-02 | gpu_neon: fix x86 build | notaz | |
2012-01-02 | gpu_neon: flush queues before reads too | notaz | |
also small refactoring to read function, might be more accurate (but surely wrong for width 1) |