aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/spu.c
AgeCommit message (Expand)Author
2019-01-23updated gaussian interpolation filterSakitoshi
2016-04-01don't use __ARM_ARCH_7A__notaz
2015-02-06libretro: always use fixed samples per framenotaz
2015-02-02spu: c64x: fix cache handling, enable l2notaz
2015-02-02spu: fix some thread safety issuesnotaz
2015-01-13spu: put reverb on the thread toonotaz
2015-01-12some random improvementsnotaz
2015-01-10spu: support multiple pending buffersnotaz
2015-01-05spu: finish offload code to TI C64x DSPnotaz
2015-01-04spu: start offload code to TI C64x DSPnotaz
2015-01-04spu: threaded implementationnotaz
2015-01-03spu: get rid of bStop, clean upnotaz
2015-01-03spu: move more things to StartSoundnotaz
2015-01-03spu: reduce use of globalsnotaz
2015-01-03spu: handle stop better, split main func morenotaz
2015-01-03mingw build fixesnotaz
2014-12-21spu: fix first sample, don't play aheadnotaz
2014-12-21spu: avoid NULL pSpuIrqnotaz
2014-12-20spu: put globals into a structurenotaz
2014-12-20spu: remove some hacksnotaz
2014-12-20spu: rework synchronizationnotaz
2014-12-20spu: add a schedule callbacknotaz
2014-12-20spu: fix some fmod related breakagenotaz
2013-03-17spu: change sync againnotaz
2013-01-05spu: fix decode offsetnotaz
2013-01-05spu: stop at address 0notaz
2013-01-05spu: check buffer state less oftennotaz
2013-01-03spu: also return on decoder irqsnotaz
2012-12-02improve ARM feature detectionnotaz
2012-07-31allow multiple sound drivers to be compilednotaz
2012-07-31spu: some cleanupsnotaz
2012-07-16spu: rework irqs, again..notaz
2012-07-15spu: add decode buffer and reverb read handlingnotaz
2012-07-15spu: rework irq handling and loop reloadingnotaz
2012-07-09spu: get rid of iSPUIRQWaitnotaz
2012-07-09spu: get rid of iSpuAsyncWait hacknotaz
2012-07-09spu: remove some hacks, to be reworkednotaz
2012-07-09spu: remove all threading codenotaz
2012-07-09spu: keep generating irqs while they are pendingnotaz
2011-10-30spu: add asm mixing code for ARMv5 toonotaz
2011-10-10spu: fix gaussian interpolationnotaz
2011-10-10psxcounters: change spu update ~2msnotaz
2011-10-08spu: make "simple" interpolation even more simplenotaz
2011-10-08spu/cdda: sync cdda to spu playbacknotaz
2011-09-23support armv5 buildnotaz
2011-09-22spu: handle loop write vs loop flag race (bIgnoreLoop alternative)notaz
2011-09-22spu: clean up unneeded codenotaz
2011-09-21spu: get rid of pCurr -1, pass right chans to silent handlernotaz
2011-09-20spu: fix a few mixing issuesnotaz
2011-09-19spu: don't wait for irq on silent channelsnotaz