aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm9/source/blitters.cpp
AgeCommit message (Collapse)Author
2014-02-18DS: Make GPL headers consistent in themselves.Johannes Schickel
2013-01-26JANITORIAL: Enforce "} // End of namespace" with a single space after }.Johannes Schickel
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h)
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-07-05DS: More formating, made more vars staticMax Horn
svn-id: r50708
2010-07-05NDS: Update GPL/copyright headers; add namespace DS closing commentsMax Horn
svn-id: r50689
2010-07-05DS: Code formatting: "char* foo" -> "char *foo"Max Horn
svn-id: r50688
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-05-15Porting changes from 0.11.0 branchNeil Millstone
svn-id: r32140
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2007-12-05NDS: Reporting hi-level opti from Robin in the c++ software scaler ( ↵Bertrand Augereau
a1r5g5b5 swizzling ) svn-id: r29730
2007-12-05NDS : params reordering to match C scaler and ARM oneBertrand Augereau
svn-id: r29728
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-09-18Code formatting fixesMax Horn
svn-id: r28945
2007-08-18Making DS port build againNeil Millstone
svn-id: r28654
2007-06-30Adding mistakenly deleted fileNeil Millstone
svn-id: r27805
2007-06-30- Show mouse cursor optionNeil Millstone
- Support for SAGA, CINE, and AGI - Key bindings for Gob3 - Assembler optimisations submitted by Robin Watts svn-id: r27803
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-04-16NDS : Compile fixBertrand Augereau
svn-id: r26536
2007-04-16NDS : Potentially faster, less precise, CPU-scaler pluggedBertrand Augereau
svn-id: r26535
2007-04-16NDS : #define to experiment with a faster, less precise, CPU-scalerBertrand Augereau
svn-id: r26534
2007-04-06Updating DS port for changes in main codebase. Code changes for DevkitArm ↵Neil Millstone
r20 and latest libnds. svn-id: r26394
2007-02-18NDS : CPU scaler twiddling backupBertrand Augereau
svn-id: r25703
2007-02-18NDS : CPU scaler performance experimentBertrand Augereau
svn-id: r25702
2006-12-09NDS : Scaler cleaningBertrand Augereau
svn-id: r24821
2006-12-09NDS : Scaler cleaningBertrand Augereau
svn-id: r24820
2006-12-09NDS : Scaler optimization 43 -> 33 msBertrand Augereau
svn-id: r24819
2006-12-09NDS : More blitters stuffBertrand Augereau
svn-id: r24818
2006-12-07NDS : Micro-optimizations for the software blitter (table lookup for div by ↵Bertrand Augereau
5 : 51ms -> 43ms) svn-id: r24817
2006-12-06NDS : Micro-optimizations for the software blitterBertrand Augereau
svn-id: r24811
2006-12-03NDS : Micro-optimizations for the software blitterBertrand Augereau
svn-id: r24804
2006-12-02NDS : Micro-optimizations for the software blitterBertrand Augereau
svn-id: r24802
2006-12-02NDS : Micro-optimizations for the software blitterBertrand Augereau
svn-id: r24801
2006-12-01svn-id: r24799Neil Millstone
2006-10-25DS : Yet another scaling helpersBertrand Augereau
svn-id: r24505
2006-10-25DS : 320*PAL8 to 256*1555 line scalerBertrand Augereau
svn-id: r24497
2006-10-02NDS : Naive C++ scanline 320*16 -> 256*16 rescaler codeBertrand Augereau
svn-id: r24074
2006-07-21o Proper ScummVM copyrightsEugene Sandulenko
o Apparently because some patch was applied twice, many header files had their contents doubled. Fixing this as well. svn-id: r23548
2006-07-09Remove duplicated contentJames Brown
svn-id: r23457
2006-07-09Patch #1519399: DS BackendMax Horn
svn-id: r23452