Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-22 | Allow threaded rendering for peops and enable on unix | Justin Weiss | |
2020-10-22 | Add a threaded renderer | Justin Weiss | |
This change adds a gpulib implementation that accepts GPU commands and runs them through a real gpulib implementation on a thread. Depending on a setting, it can either force a sync every frame, or continue to work until the next frame arrives. | |||
2019-08-02 | Silence warning about misleading indent | retro-wertz | |
2015-09-23 | (ctr/3ds) add target. | aliaspider | |
2013-02-08 | move cspace back to frontend | notaz | |
plugins no longer depend on it | |||
2013-02-06 | disable standalone pluign builds | notaz | |
these were for testing mostly, not for general use. Also fix a typo along the way. | |||
2013-01-06 | gpus: handle list underflows better | notaz | |
2012-12-16 | dfxvideo: don't build Xv version (no longer used) | notaz | |
2012-12-02 | mave plugin and core shared includes to single location | notaz | |
2012-11-18 | fix gun handling in enhancement mode | notaz | |
2012-11-05 | detect undefined symbols early | notaz | |
2012-11-02 | move blit to core, allow filtering while blitting | notaz | |
also adds libpicofe to pull filters from, and filter related UI stuff | |||
2012-10-12 | start mmap'ing vram, with hugetlb if possible | notaz | |
2012-10-12 | psx_gpu: switch to 1024 width again. | 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-02-28 | dfxvideo: use stricter alignment check | notaz | |
for pre-ARMv6 mostly | |||
2012-02-27 | gpulib: eliminate list scan-ahead | notaz | |
2012-01-19 | refactor gpu plugins and Makefiles | notaz | |
name common gpu code gpulib, reduce amount of copy-paste in plugin Makefiles | |||
2011-12-05 | remove gpu vblank callbacks | notaz | |
we do it in core now | |||
2011-09-27 | dfxvideo: remove unneeded double division in line code | notaz | |
2011-09-25 | add pollux/caanoo port, refactor things | notaz | |
2011-09-23 | support armv5 build | notaz | |
2011-09-23 | frontend: fix a couple of annoyancies | notaz | |
2011-09-19 | add fixed frameskip option | notaz | |
2011-08-13 | frontend: refactor plugin_lib for maemo | notaz | |
should give them proper frame limiter, frameskip and also lightgun support, maybe. | |||
2011-07-08 | dfxvideo: clear lcf when interlace is off | notaz | |
2011-07-08 | gpus: return DMA word count to avoid 1 list walk | notaz | |
2011-07-08 | dfxvideo: decouple from main emu | notaz | |
2011-07-08 | arm_utils: relax alignment requirements | notaz | |
the code needing alignment isn't reached often anyway. | |||
2011-03-26 | dfxvideo: allow frameskip in interlace mode too | notaz | |
2011-03-22 | dfxvideo: rm some more ZN leftovers | notaz | |
2011-03-14 | dfxvideo: make fskip update on vsync too | notaz | |
2011-03-01 | dfxvideo: use bit31 handling from pcsxr-svn | notaz | |
2011-03-01 | dfxvideo: avoid division like plague | notaz | |
2011-02-14 | dfxvideo: fill sanity check to prevent crashes | notaz | |
2011-02-10 | dfxvideo: fix frameskip issue | notaz | |
if display is never moved/resized, it's never updated in frameskip mode. Detect this. | |||
2011-02-04 | dfxvideo: fix word access macros | notaz | |
2011-02-03 | dfxvideo: add bgr888->rgb565 converter for maemo port | notaz | |
2011-01-24 | fix some alignment issues | notaz | |
2011-01-03 | dfxvideo: massive cleanup | notaz | |
based on pcsx4all code. | |||
2011-01-03 | gpu_unai: basic frameskip | notaz | |
only partially works but oh well | |||
2010-12-31 | prepare for external gpu plugins | notaz | |
also fixes framelimiter and some config being overwritten by dfxvideo | |||
2010-12-30 | decouple input/frame limiter from GPU plugin | notaz | |
2010-12-28 | move layer control to plugin/plugin_lib | notaz | |
2010-12-28 | fix another alignment issue | notaz | |
also switch to PreviousPSXDisplay, it seems to be range checked. | |||
2010-12-25 | gpu: be sure bSkipNextFrame is consistent when fskip opt is toggled | notaz | |
2010-12-16 | check for height changes too | notaz | |
2010-12-14 | refactor OSD code and PCNT stuff | notaz | |