2015-02-06 |
Twinaphex | Merge pull request #14 from notaz/for_libretro |
blob | commitdiff |
2015-02-05 |
notaz | Merge branch 'upstream' into libretro |
blob | commitdiff |
2015-02-05 |
notaz | libretro: always use fixed samples per frame |
blob | commitdiff |
2015-02-02 |
notaz | spu: c64x: fix cache handling, enable l2 |
blob | commitdiff | diff to current |
2015-02-02 |
notaz | spu: fix some thread safety issues |
blob | commitdiff | diff to current |
2015-01-25 |
Twinaphex | Merge pull request #12 from notaz/for_libretro |
blob | commitdiff | diff to current |
2015-01-25 |
notaz | Merge branch 'upstream' into libretro |
blob | commitdiff | diff to current |
2015-01-12 |
notaz | spu: put reverb on the thread too |
blob | commitdiff | diff to current |
2015-01-12 |
notaz | some random improvements |
blob | commitdiff | diff to current |
2015-01-09 |
notaz | spu: support multiple pending buffers |
blob | commitdiff | diff to current |
2015-01-05 |
notaz | spu: finish offload code to TI C64x DSP |
blob | commitdiff | diff to current |
2015-01-04 |
notaz | spu: start offload code to TI C64x DSP |
blob | commitdiff | diff to current |
2015-01-04 |
notaz | spu: threaded implementation |
blob | commitdiff | diff to current |
2015-01-03 |
notaz | spu: get rid of bStop, clean up |
blob | commitdiff | diff to current |
2015-01-03 |
notaz | spu: move more things to StartSound |
blob | commitdiff | diff to current |
2015-01-03 |
notaz | spu: reduce use of globals |
blob | commitdiff | diff to current |
2015-01-03 |
notaz | spu: handle stop better, split main func more |
blob | commitdiff | diff to current |
2015-01-03 |
notaz | mingw build fixes |
blob | commitdiff | diff to current |
2014-12-21 |
twinaphex | Merge https://github.com/notaz/pcsx_rearmed |
blob | commitdiff | diff to current |
2014-12-21 |
notaz | spu: fix first sample, don't play ahead |
blob | commitdiff | diff to current |
2014-12-21 |
notaz | spu: avoid NULL pSpuIrq |
blob | commitdiff | diff to current |
2014-12-20 |
Twinaphex | Merge pull request #11 from notaz/upstream_merge |
blob | commitdiff | diff to current |
2014-12-20 |
notaz | Merge branch 'libretro' into upstream |
blob | commitdiff | diff to current |
2014-12-20 |
notaz | spu: put globals into a structure |
blob | commitdiff | diff to current |
2014-12-20 |
notaz | spu: remove some hacks |
blob | commitdiff | diff to current |
2014-12-20 |
notaz | spu: rework synchronization |
blob | commitdiff | diff to current |
2014-12-20 |
notaz | spu: add a schedule callback |
blob | commitdiff | diff to current |
2014-12-20 |
notaz | spu: fix some fmod related breakage |
blob | commitdiff | diff to current |
2013-03-18 |
twinaphex | Merge git://github.com/notaz/pcsx_rearmed |
blob | commitdiff | diff to current |
2013-03-17 |
notaz | spu: change sync again |
blob | commitdiff | diff to current |
2013-01-10 |
twinaphex | Merge git://github.com/notaz/pcsx_rearmed |
blob | commitdiff | diff to current |
2013-01-05 |
notaz | spu: fix decode offset |
blob | commitdiff | diff to current |
2013-01-05 |
notaz | spu: stop at address 0 |
blob | commitdiff | diff to current |
2013-01-05 |
notaz | spu: check buffer state less often |
blob | commitdiff | diff to current |
2013-01-04 |
twinaphex | Merge git://github.com/notaz/pcsx_rearmed |
blob | commitdiff | diff to current |
2013-01-03 |
notaz | spu: also return on decoder irqs |
blob | commitdiff | diff to current |
2012-12-02 |
twinaphex | Merge git://github.com/notaz/pcsx_rearmed |
blob | commitdiff | diff to current |
2012-12-02 |
notaz | improve ARM feature detection |
blob | commitdiff | diff to current |
2012-07-30 |
notaz | allow multiple sound drivers to be compiled |
blob | commitdiff | diff to current |
2012-07-30 |
notaz | spu: some cleanups |
blob | commitdiff | diff to current |
2012-07-15 |
notaz | spu: rework irqs, again.. |
blob | commitdiff | diff to current |
2012-07-15 |
notaz | spu: add decode buffer and reverb read handling |
blob | commitdiff | diff to current |
2012-07-15 |
notaz | spu: rework irq handling and loop reloading |
blob | commitdiff | diff to current |
2012-07-08 |
notaz | spu: get rid of iSPUIRQWait |
blob | commitdiff | diff to current |
2012-07-08 |
notaz | spu: get rid of iSpuAsyncWait hack |
blob | commitdiff | diff to current |
2012-07-08 |
notaz | spu: remove some hacks, to be reworked |
blob | commitdiff | diff to current |
2012-07-08 |
notaz | spu: remove all threading code |
blob | commitdiff | diff to current |
2012-07-08 |
notaz | spu: keep generating irqs while they are pending |
blob | commitdiff | diff to current |
2011-10-30 |
notaz | spu: add asm mixing code for ARMv5 too |
blob | commitdiff | diff to current |
2011-10-09 |
notaz | spu: fix gaussian interpolation |
blob | commitdiff | diff to current |
2011-10-09 |
notaz | psxcounters: change spu update ~2ms |
blob | commitdiff | diff to current |
2011-10-08 |
notaz | spu: make "simple" interpolation even more simple |
blob | commitdiff | diff to current |
2011-10-08 |
notaz | spu/cdda: sync cdda to spu playback |
blob | commitdiff | diff to current |
2011-09-23 |
notaz | support armv5 build |
blob | commitdiff | diff to current |
2011-09-22 |
notaz | spu: handle loop write vs loop flag race (bIgnoreLoop... |
blob | commitdiff | diff to current |
2011-09-22 |
notaz | spu: clean up unneeded code |
blob | commitdiff | diff to current |
2011-09-21 |
notaz | spu: get rid of pCurr -1, pass right chans to silent... |
blob | commitdiff | diff to current |
2011-09-19 |
notaz | spu: fix a few mixing issues |
blob | commitdiff | diff to current |
2011-09-19 |
notaz | spu: don't wait for irq on silent channels |
blob | commitdiff | diff to current |
2011-08-01 |
notaz | spu: split out mixing, use NEON for that on ARM |
blob | commitdiff | diff to current |
2011-08-01 |
notaz | spu: merge DrHell/shalma noise code |
blob | commitdiff | diff to current |
2011-08-01 |
notaz | spu: change volume control, default it to 3/4 instead... |
blob | commitdiff | diff to current |
2011-08-01 |
notaz | spu: some misc refactoring/cleanup |
blob | commitdiff | diff to current |
2011-07-30 |
notaz | spu: some major reverb refactoring |
blob | commitdiff | diff to current |
2011-07-29 |
notaz | spu: parametrize sample generation, interpolation |
blob | commitdiff | diff to current |
2011-07-29 |
notaz | spu: do adsr on whole buffer |
blob | commitdiff | diff to current |
2011-07-29 |
notaz | frontend: add chan display option, for fun mostly |
blob | commitdiff | diff to current |
2011-07-29 |
notaz | spu: handle non-playing channel irqs |
blob | commitdiff | diff to current |
2011-07-27 |
notaz | spu: simplify irq and flag handling |
blob | commitdiff | diff to current |
2011-07-27 |
notaz | spu: some refactoring for upcoming optimization attempt |
blob | commitdiff | diff to current |
2011-07-12 |
notaz | dfsound: merge shalma's suggestions |
blob | commitdiff | diff to current |
2011-03-07 |
notaz | spu: fix valgrind errors |
blob | commitdiff | diff to current |
2011-03-01 |
notaz | spu: drop unused mono code |
blob | commitdiff | diff to current |
2011-02-28 |
notaz | spu: compact chan structure a bit |
blob | commitdiff | diff to current |
2011-02-28 |
notaz | gte_neon: implement MVMVA, some fixes |
blob | commitdiff | diff to current |
2011-02-10 |
notaz | frontend: enable SPUIRQWait by default |
blob | commitdiff | diff to current |
2011-02-10 |
notaz | spu: handle channels better in 'IRQ wait' case |
blob | commitdiff | diff to current |
2011-02-09 |
notaz | dfsound: backport fixes from pcsxr |
blob | commitdiff | diff to current |
2011-01-29 |
notaz | spu: cleanup build a bit |
blob | commitdiff | diff to current |
2011-01-23 |
notaz | spu: don't read config, we manage it in frontend |
blob | commitdiff | diff to current |
2010-12-24 |
notaz | spu: kill voldiv on ARM too |
blob | commitdiff | diff to current |
2010-12-14 |
notaz | spu: disable SPUIRQWait, it only seems to cause problems |
blob | commitdiff | diff to current |
2010-11-18 |
notaz | build plugins in |
blob | commitdiff | diff to current |
2010-11-16 |
PCSX* teams | pcsxr-1.9.92 pcsxr-1.9.92 |
blob | commitdiff | diff to current |
|