Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-12 | psx_gpu: add a tool to generate asm offsets | notaz | |
2012-10-07 | psx_gpu: increase reciprocal accuracy | Exophase | |
fixes 448 height issue | |||
2012-10-07 | psx_gpu: more limit checking | notaz | |
2012-10-06 | psx_gpu: standalone test build + tweaks | notaz | |
2012-09-13 | silence some 64bit related warnings | notaz | |
still need to fix savestate compat | |||
2012-08-02 | release r15 | notaz | |
2012-08-02 | gpu_unai: merge Franxis' range fix | notaz | |
2012-08-01 | gpulib: don't lose a fill in frameskip mode | notaz | |
..if it's done just before flip | |||
2012-07-31 | allow multiple sound drivers to be compiled | notaz | |
2012-07-31 | spu: some cleanups | notaz | |
2012-07-30 | fix various fPIC issues | notaz | |
2012-07-29 | frontend: initial libretro support | notaz | |
..and some refactoring | |||
2012-07-19 | gpulib: implement rgb888_to_rgb565 | notaz | |
and use it for menu | |||
2012-07-19 | gpulib: clear fb when display is blanked | notaz | |
2012-07-18 | psx_gpu: change line parsing | notaz | |
fixes some Tenka problems | |||
2012-07-18 | psx_gpu: fix line cmd length and move w/h masking | notaz | |
w/h masking untested, I'm lazy | |||
2012-07-18 | gpulib: drop prim buffer on stateload | notaz | |
obscure bugs otherwise | |||
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 |