aboutsummaryrefslogtreecommitdiff
path: root/frontend/linux
AgeCommit message (Collapse)Author
2012-11-28clean up mmap hacksnotaz
still messy but perhaps beter
2012-11-05switch over to libpicofenotaz
- libretro should not be affected by this, all others need to do 'git submodule init && git submodule update' from now on. - pandora should get gamma control support
2012-10-12use plat_mmap for RAM toonotaz
2012-10-12start mmap'ing vram, with hugetlb if possiblenotaz
2012-07-22frontend: support seeking the filelist with letter keysnotaz
2012-04-29frontend: input: pass default binds as argumentnotaz
allows to get rid of some hacks
2012-04-29frontend: generic: preliminary SDL supportnotaz
2012-04-10frontend: merge updates from SDL projectnotaz
2012-01-08frontend: add minimize supportnotaz
2012-01-08frontend: fbdev buffer fixnotaz
2012-01-08frontend: oshide->xenv refactoringnotaz
change merged from pandora's SDL project
2011-12-11frontend: make analogs configurablenotaz
2011-10-30frontend/input: make it more modularnotaz
2011-07-13frontend: sync with pico codenotaz
2011-03-21frontend: input: add hack to allow abs-only devicesnotaz
this is for pandora nubs mainly.
2011-03-21frontend: input: detect dead devices, always set keynamesnotaz
2011-03-07frontend: fix valgrind errorsnotaz
also fixes pc build
2011-02-22frontend: make sure color format is setnotaz
2010-12-31fbdev: resize: do single ioctl in nonerror pathnotaz
2010-12-27omap: reserve enough memory for 24bpp modesnotaz
2010-12-14fix bgr2rgb16 and reduce mode change glitchingnotaz
2010-12-14update in_evdev, fix return from menunotaz
2010-12-14pull in more code from PicoDrivenotaz
2010-12-14add support for 24bpp modenotaz
2010-11-19fbdev output for xvideo, basic ARM buildnotaz