aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-19gpu_neon: make use of unai's lineskip modenotaz
2011-12-19gpu_neon: fix test mode of unai renderernotaz
2011-12-11update release packagingnotaz
use gpu_neon emu code for everything
2011-12-11frontend: menu: show savestate datenotaz
2011-12-11gpu_neon: update for armv5pollux buildnotaz
2011-12-11gpu_neon: tune frameskip further, allow >1notaz
2011-12-11drc: fix bad gte unneeded reg assumptionnotaz
2011-12-11frontend: menu: limit enum text lengthnotaz
2011-12-11frontend: make analogs configurablenotaz
2011-12-10add vibration support for Caanoonotaz
2011-12-09gpu_neon: fix unai rasterizernotaz
it can't work directly on the list because modifies it
2011-12-09gpu_neon: propagate configs to rasterizersnotaz
2011-12-09cdrom: don't emulate seek when set to same locnotaz
fixes C-12 (needs at least 5 sectors), let's see what this breaks..
2011-12-08drc: move constmap out of regstatnotaz
saves close to 1MB, should help Wiz a bit
2011-12-08gpu_neon: fix linkage for c++ code (una-i)notaz
2011-12-07switch default gpu to gpu_neonnotaz
2011-12-07gpu_neon: fix several frameskip issuesnotaz
2011-12-06gpu_neon: keep texture bits in syncnotaz
ex_regs must be updated as they are saved and sent to GPU on frameskip
2011-12-06frontend: get rid of plat_rescan_inputsnotaz
overannoyed by 'input: bad key' messages
2011-12-06export frame count to gpu toonotaz
2011-12-05psxcounters: avoid excessive recalculationsnotaz
2011-12-05psxcounters: handle overflow = target casenotaz
otherwise would need multiple calls to psxRcntUpdate() to get overflow irq, but currently psxRcntUpdate() is only called once.
2011-12-05frontend: show a message while BIOS is bootingnotaz
2011-12-05let's try alternative vsync timingnotaz
2011-12-05try to emulate GPU busynotaz
2011-12-05remove gpu vblank callbacksnotaz
we do it in core now
2011-12-05move some gpu status handling to corenotaz
this removes need to update each gpu plugin when this stuff is changed
2011-11-19gpu_neon: add a testnotaz
..that works with vram and display list dumps to produce output
2011-11-19gpu_neon: support unai as rendering backendnotaz
2011-11-14frontend: use pld in blittersnotaz
preloading a couple of cachelines ahead seems to give best results, close to 30% speedup.
2011-11-01drc/gte: decode MVMVA data depsnotaz
2011-11-01drc/gte: fix dep listnotaz
2011-10-31frontend: use public warm pathnotaz
2011-10-31release r11notaz
2011-10-30cdriso: support multidisk ebootsnotaz
2011-10-30frontend: Wiz/Caanoo tweaks + banner image from darklight1138notaz
2011-10-30frontend: input driver and volume control for Wiznotaz
2011-10-30frontend: input: make in_ts use ts_gunnotaz
..to stop them stealing each other's events
2011-10-30frontend: input: don't configure unprobed devicesnotaz
2011-10-30update build for OABInotaz
2011-10-30maemo: call GPU_Open, enable biosnotaz
should fix gles breakage
2011-10-30frontend: move defconfig to mainnotaz
.. so that maemo can use it
2011-10-30fix a few maemo issuesnotaz
g_opts clash, file_name, maemo_init and in_keystate
2011-10-30maemo updatesBonapart
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-30fix maemo buildnotaz
2011-10-30frontend: fix screenshot functionality for polluxnotaz
2011-10-30spu: add asm mixing code for ARMv5 toonotaz
2011-10-30frontend: add touchscreen-as-buttons input codenotaz
intended for Caanoo/Wiz
2011-10-30frontend/input: make it more modularnotaz
2011-10-30frontend: minor menu adjustmentsnotaz