Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-05 | plugin build hack | notaz | |
otherwise builtin version compiled without -fPIC is linked to .so, which causes problems. | |||
2012-03-04 | release r14 | notaz | |
2012-03-04 | frontend: save gpu-gles settings too | notaz | |
2012-03-02 | gpulib: yet another frameskip hack | notaz | |
or should I call it heuristic? | |||
2012-03-02 | gpulib: make gpulib.a a dependency | notaz | |
so that stuff rebuilds when it changes | |||
2012-03-02 | gpu-gles: enable texture garbage collection | notaz | |
fixes OOM problems according to schtruck | |||
2012-03-02 | gpu-gles: schtruck/fpse merge: rearrangement | notaz | |
no idea what this does | |||
2012-03-01 | improve vibration support for Caanoo | notaz | |
..maybe, not tested much. | |||
2012-02-29 | gte_arm: fix gteOF sign extension | notaz | |
2012-02-28 | dfxvideo: use stricter alignment check | notaz | |
for pre-ARMv6 mostly | |||
2012-02-28 | frontend: add an option to disable scaling (Caanoo) | notaz | |
some minor menu tuning too | |||
2012-02-28 | frontend: sync workaround for caanoo | notaz | |
trying to deal with "save corruption", no idea if this helps as this never happens for me. | |||
2012-02-27 | gpu_unai: move command handler to main loop | notaz | |
2012-02-27 | gpulib: eliminate list scan-ahead | notaz | |
2012-02-27 | gpu_unai: update CFLAGS | notaz | |
avoid -fPIC if not really needed, no need for a performance hit | |||
2012-01-21 | gpu-gles: refactor for caanoo/wiz support | notaz | |
too bad it's unusable there. | |||
2012-01-21 | gpu-gles: remove scissor test disable on fills | notaz | |
to keep borders black when centered | |||
2012-01-21 | gpu-gles: add fps display | notaz | |
2012-01-21 | frontend: export fps stats to plugins | notaz | |
2012-01-21 | gpu-gles: add gpulib code | notaz | |
2012-01-19 | frontend: add gles plugin options | notaz | |
2012-01-19 | gpu-gles: keep ClientState and texcache ptrs consistent | notaz | |
2012-01-19 | gpu-gles: schtruck/fpse merge: remove vram detection | notaz | |
supposedly can cause driver crashes | |||
2012-01-19 | gpu-gles: schtruck/fpse merge: ClientState optimization | notaz | |
avoids at least a function call overhead, yeah | |||
2012-01-19 | gpu-gles: schtruck/fpse merge: additional calls | notaz | |
no idea what these are for | |||
2012-01-19 | gpu-gles: schtruck/fpse merge: gl error checks | notaz | |
useful debugging tool, yeah | |||
2012-01-19 | gpu-gles: schtruck/fpse merge: don't delay gl init | notaz | |
2012-01-19 | gpu-gles: schtruck/fpse merge: remove windows code | notaz | |
probably a good idea, it's long broken anyway | |||
2012-01-19 | gpu-gles: clean up headers and stuff | notaz | |
2012-01-19 | gpu-gles: remove short types | notaz | |
this removes deviation from other forks and brings code closer to original peops release | |||
2012-01-19 | refactor gpu plugins and Makefiles | notaz | |
name common gpu code gpulib, reduce amount of copy-paste in plugin Makefiles | |||
2012-01-18 | gpu_neon/psx_gpu: workaround for library build | notaz | |
2012-01-14 | drc: allow translation cache in data segment | notaz | |
useful for Android | |||
2012-01-09 | gpu_unai: fix build on older toolchains | notaz | |
2012-01-09 | gpu_neon: warning fix | notaz | |
2012-01-09 | release r13 | notaz | |
2012-01-09 | cdrom: resume cdda on state load | notaz | |
2012-01-09 | gte_neon: change division again | notaz | |
rounding up, hope it's better | |||
2012-01-09 | gpu_neon: psx_gpu: try to update texture cache instead of invalidating | notaz | |
..mostly just in one case though, invalidate as usual otherwise | |||
2012-01-08 | frontend: add minimize support | notaz | |
2012-01-08 | frontend: fbdev buffer fix | notaz | |
2012-01-08 | frontend: oshide->xenv refactoring | notaz | |
change merged from pandora's SDL project | |||
2012-01-07 | drc: do basic current block modification detection | notaz | |
const writes only.. | |||
2012-01-07 | gpu_neon: handle command reset register | notaz | |
and refacor a bit yet again | |||
2012-01-06 | drc: never read to r0 | notaz | |
r0 can be allocated for a write and program may decide to read to r0 while we have it alloacted, so *_readstub must be ready for it | |||
2012-01-05 | gpu_neon: merge cmd size tables | notaz | |
should save a couple of cachelines | |||
2012-01-05 | frontend: call setlocale to get LC_TIME | notaz | |
2012-01-05 | gpu_neon: add some intelace mode handling | notaz | |
a bit of refactoring too | |||
2012-01-04 | psx_gpu: partial interlace mode support | Exophase | |
2012-01-04 | psx_gpu: change fill handling again | Exophase | |