aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm9/source/blitters_arm.s
AgeCommit message (Collapse)Author
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-01-23Header modifications. Add standard header parts and properties.Arnaud Boutonné
svn-id: r47488
2009-03-20Set svn:keywords on asm filesMax Horn
svn-id: r39568
2009-03-19Merged Neil's NDS changes into trunkMax Horn
svn-id: r39526
2008-08-18Updates to the scummvm blitting code as discussed on the mailing list.Robin Watts
1) Remove DS version of the ARM blitters in favour of the 'normal' ARM one. 2) Update normal ARM blitter to use Carlo's clever algorithm. 3) Update C version with Max Horns patch (slightly tweaked - counting down on loops is better, M'kay). svn-id: r34006
2008-05-15Porting changes from 0.11.0 branchNeil Millstone
svn-id: r32140
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
svn-id: r30667
2007-12-24New version of palettised screen scaler for DS; uses LDMs and STMs to improveRobin Watts
performance on slow VRAM. svn-id: r29978
2007-12-10NDS: Put all blitters ASM functions in ITCM (can't hurt as long as there is ↵Bertrand Augereau
still room) svn-id: r29810
2007-12-10NDS: Integrated Robin's LDRB * 2 -> LDRH + fixes(endianness & stack space) ↵Bertrand Augereau
14ms -> 13ms svn-id: r29809
2007-12-09NDS : Unrolled the scaler inner loop twice to do 16bits loadingBertrand Augereau
svn-id: r29802
2007-12-09NDS : Integrated write gathering by Robin (+ fix)Bertrand Augereau
svn-id: r29801
2007-12-07NDS: A few cycles saved in the inner loop of the CPU scalerBertrand Augereau
svn-id: r29742
2007-12-06NDS : ASM cpu scalers fixed, USING_ARM_BLITTERS backBertrand Augereau
svn-id: r29740
2007-12-06Attempted fix for the DS blitters; looks like I was reading from dst andRobin Watts
storing to src. D'Oh. Still untested, but this code is broken anyway (apparently) and is disabled, so I can't really make it any worse... svn-id: r29732
2007-12-05NDS : params reordering to match C scaler and ARM oneBertrand Augereau
svn-id: r29728
2007-10-13Fixed a huge number of compile errors, moved over features from 0.10.0 branch.Neil Millstone
svn-id: r29203