aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm9/source/blitters_arm.s
AgeCommit message (Expand)Author
2008-08-18Updates to the scummvm blitting code as discussed on the mailing list.Robin Watts
2008-05-15Porting changes from 0.11.0 branchNeil Millstone
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2007-12-24New version of palettised screen scaler for DS; uses LDMs and STMs to improveRobin Watts
2007-12-10NDS: Put all blitters ASM functions in ITCM (can't hurt as long as there is s...Bertrand Augereau
2007-12-10NDS: Integrated Robin's LDRB * 2 -> LDRH + fixes(endianness & stack space) 14...Bertrand Augereau
2007-12-09NDS : Unrolled the scaler inner loop twice to do 16bits loadingBertrand Augereau
2007-12-09NDS : Integrated write gathering by Robin (+ fix)Bertrand Augereau
2007-12-07NDS: A few cycles saved in the inner loop of the CPU scalerBertrand Augereau
2007-12-06NDS : ASM cpu scalers fixed, USING_ARM_BLITTERS backBertrand Augereau
2007-12-06Attempted fix for the DS blitters; looks like I was reading from dst andRobin Watts
2007-12-05NDS : params reordering to match C scaler and ARM oneBertrand Augereau
2007-10-13Fixed a huge number of compile errors, moved over features from 0.10.0 branch.Neil Millstone