Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-09 | gpu_neon: propagate configs to rasterizers | notaz | |
2011-12-09 | cdrom: don't emulate seek when set to same loc | notaz | |
fixes C-12 (needs at least 5 sectors), let's see what this breaks.. | |||
2011-12-08 | drc: move constmap out of regstat | notaz | |
saves close to 1MB, should help Wiz a bit | |||
2011-12-08 | gpu_neon: fix linkage for c++ code (una-i) | notaz | |
2011-12-07 | switch default gpu to gpu_neon | notaz | |
2011-12-07 | gpu_neon: fix several frameskip issues | notaz | |
2011-12-06 | gpu_neon: keep texture bits in sync | notaz | |
ex_regs must be updated as they are saved and sent to GPU on frameskip | |||
2011-12-06 | frontend: get rid of plat_rescan_inputs | notaz | |
overannoyed by 'input: bad key' messages | |||
2011-12-06 | export frame count to gpu too | notaz | |
2011-12-05 | psxcounters: avoid excessive recalculations | notaz | |
2011-12-05 | psxcounters: handle overflow = target case | notaz | |
otherwise would need multiple calls to psxRcntUpdate() to get overflow irq, but currently psxRcntUpdate() is only called once. | |||
2011-12-05 | frontend: show a message while BIOS is booting | notaz | |
2011-12-05 | let's try alternative vsync timing | notaz | |
2011-12-05 | try to emulate GPU busy | notaz | |
2011-12-05 | remove gpu vblank callbacks | notaz | |
we do it in core now | |||
2011-12-05 | move some gpu status handling to core | notaz | |
this removes need to update each gpu plugin when this stuff is changed | |||
2011-11-19 | gpu_neon: add a test | notaz | |
..that works with vram and display list dumps to produce output | |||
2011-11-19 | gpu_neon: support unai as rendering backend | notaz | |
2011-11-14 | frontend: use pld in blitters | notaz | |
preloading a couple of cachelines ahead seems to give best results, close to 30% speedup. | |||
2011-11-01 | drc/gte: decode MVMVA data deps | notaz | |
2011-11-01 | drc/gte: fix dep list | notaz | |
2011-10-31 | frontend: use public warm path | notaz | |
2011-10-31 | release r11 | notaz | |
2011-10-30 | cdriso: support multidisk eboots | notaz | |
2011-10-30 | frontend: Wiz/Caanoo tweaks + banner image from darklight1138 | notaz | |
2011-10-30 | frontend: input driver and volume control for Wiz | notaz | |
2011-10-30 | frontend: input: make in_ts use ts_gun | notaz | |
..to stop them stealing each other's events | |||
2011-10-30 | frontend: input: don't configure unprobed devices | notaz | |
2011-10-30 | update build for OABI | notaz | |
2011-10-30 | maemo: call GPU_Open, enable bios | notaz | |
should fix gles breakage | |||
2011-10-30 | frontend: move defconfig to main | notaz | |
.. so that maemo can use it | |||
2011-10-30 | fix a few maemo issues | notaz | |
g_opts clash, file_name, maemo_init and in_keystate | |||
2011-10-30 | maemo updates | Bonapart | |
accelometer support for maemo screenshot for maemo fullscreen streghting via GTK disabled bios(freeze emu at start) [notasas@gmail.com] removed some unneeded stuff | |||
2011-10-30 | fix maemo build | notaz | |
2011-10-30 | frontend: fix screenshot functionality for pollux | notaz | |
2011-10-30 | spu: add asm mixing code for ARMv5 too | notaz | |
2011-10-30 | frontend: add touchscreen-as-buttons input code | notaz | |
intended for Caanoo/Wiz | |||
2011-10-30 | frontend/input: make it more modular | notaz | |
2011-10-30 | frontend: minor menu adjustments | notaz | |
2011-10-30 | frontend: get rid of HOME hack | notaz | |
nothing accesses HOME any more, not to mention this code was wrong. | |||
2011-10-30 | gpu_neon: fix fb wrapping | notaz | |
Tobal No.1 ... | |||
2011-10-30 | gpu_unai: fix a few potential crashes | notaz | |
2011-10-30 | cdriso: add cbin support | notaz | |
2011-10-30 | frontend/pollux: add scaling | notaz | |
16bpp only for now. | |||
2011-10-30 | psxcounters: use higher precision for vsync timing | notaz | |
don't know why this is needed (having things like BIAS in mind), maybe desyncs with cdrom code or SPU? Tuned this on RE1. | |||
2011-10-30 | psxinterpreter: a bit more accurate Cause reg handling | notaz | |
2011-10-30 | drc: detect sw irqs properly | notaz | |
2011-10-30 | drc: fix various register trashing in mtc0 | notaz | |
2011-10-30 | drc: fix cycle multiplier code | notaz | |
rounding wrong way is enough to cause nasty timing problems | |||
2011-10-30 | drc: fix mtc0 argument | notaz | |
HOST_CCREG is not always cc.. |