Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-01-03 | bring GPUvBlank back | notaz | |
to be used for interlace emulation | |||
2012-01-02 | gpu_neon: fix x86 build | notaz | |
2012-01-02 | gpu_neon: flush queues before reads too | notaz | |
also small refactoring to read function, might be more accurate (but surely wrong for width 1) | |||
2012-01-01 | psx_gpu: improve fills | Exophase | |
2012-01-01 | gpu_neon: start calculating cycles | notaz | |
a bit rough (as usual) and list slots only, but better than nothing | |||
2012-01-01 | change lcf handling | notaz | |
not quite right but better than before, I hope | |||
2011-12-30 | gpu_neon: flush cmd buffer before blit too | notaz | |
2011-12-29 | frontend: update description | notaz | |
2011-12-29 | psx_gpu: use mask bit for copies | notaz | |
2011-12-29 | gpu_neon: flush queues on upper level too | notaz | |
2011-12-29 | psx_gpu: flush render buffer before move/cppy/fill | Exophase | |
2011-12-29 | psx_gpu: fix lines | Exophase | |
2011-12-24 | release r12 | notaz | |
2011-12-24 | psx_gpu: bugfix | Exophase | |
2011-12-24 | psx_gpu: fix sprite sign extend | Exophase | |