Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-20 | add NEON GPU rasterizer | Exophase | |
2011-12-20 | gpu_unai: add 4bpp asm sprite blitter | notaz | |
2011-12-19 | gpu_neon: make use of unai's lineskip mode | notaz | |
2011-12-19 | gpu_neon: fix test mode of unai renderer | notaz | |
2011-12-11 | update release packaging | notaz | |
use gpu_neon emu code for everything | |||
2011-12-11 | frontend: menu: show savestate date | notaz | |
2011-12-11 | gpu_neon: update for armv5pollux build | notaz | |
2011-12-11 | gpu_neon: tune frameskip further, allow >1 | notaz | |
2011-12-11 | drc: fix bad gte unneeded reg assumption | notaz | |
2011-12-11 | frontend: menu: limit enum text length | notaz | |
2011-12-11 | frontend: make analogs configurable | notaz | |
2011-12-10 | add vibration support for Caanoo | notaz | |
2011-12-09 | gpu_neon: fix unai rasterizer | notaz | |
it can't work directly on the list because modifies it | |||
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 |