aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm9/source/blitters.cpp
AgeCommit message (Expand)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
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-07-05DS: More formating, made more vars staticMax Horn
2010-07-05NDS: Update GPL/copyright headers; add namespace DS closing commentsMax Horn
2010-07-05DS: Code formatting: "char* foo" -> "char *foo"Max Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-05-15Porting changes from 0.11.0 branchNeil Millstone
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-12-05NDS: Reporting hi-level opti from Robin in the c++ software scaler ( a1r5g5b5...Bertrand Augereau
2007-12-05NDS : params reordering to match C scaler and ARM oneBertrand Augereau
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-18Code formatting fixesMax Horn
2007-08-18Making DS port build againNeil Millstone
2007-06-30Adding mistakenly deleted fileNeil Millstone
2007-06-30- Show mouse cursor optionNeil Millstone
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-16NDS : Compile fixBertrand Augereau
2007-04-16NDS : Potentially faster, less precise, CPU-scaler pluggedBertrand Augereau
2007-04-16NDS : #define to experiment with a faster, less precise, CPU-scalerBertrand Augereau
2007-04-06Updating DS port for changes in main codebase. Code changes for DevkitArm r2...Neil Millstone
2007-02-18NDS : CPU scaler twiddling backupBertrand Augereau
2007-02-18NDS : CPU scaler performance experimentBertrand Augereau
2006-12-09NDS : Scaler cleaningBertrand Augereau
2006-12-09NDS : Scaler cleaningBertrand Augereau
2006-12-09NDS : Scaler optimization 43 -> 33 msBertrand Augereau
2006-12-09NDS : More blitters stuffBertrand Augereau
2006-12-07NDS : Micro-optimizations for the software blitter (table lookup for div by 5...Bertrand Augereau
2006-12-06NDS : Micro-optimizations for the software blitterBertrand Augereau
2006-12-03NDS : Micro-optimizations for the software blitterBertrand Augereau
2006-12-02NDS : Micro-optimizations for the software blitterBertrand Augereau
2006-12-02NDS : Micro-optimizations for the software blitterBertrand Augereau
2006-12-01svn-id: r24799Neil Millstone
2006-10-25DS : Yet another scaling helpersBertrand Augereau
2006-10-25DS : 320*PAL8 to 256*1555 line scalerBertrand Augereau
2006-10-02NDS : Naive C++ scanline 320*16 -> 256*16 rescaler codeBertrand Augereau
2006-07-21o Proper ScummVM copyrightsEugene Sandulenko
2006-07-09Remove duplicated contentJames Brown
2006-07-09Patch #1519399: DS BackendMax Horn