index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
platform
/
ds
/
arm9
/
source
/
blitters.cpp
Age
Commit message (
Expand
)
Author
2010-07-05
DS: More formating, made more vars static
Max Horn
2010-07-05
NDS: Update GPL/copyright headers; add namespace DS closing comments
Max Horn
2010-07-05
DS: Code formatting: "char* foo" -> "char *foo"
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-05-15
Porting changes from 0.11.0 branch
Neil Millstone
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-12-05
NDS: Reporting hi-level opti from Robin in the c++ software scaler ( a1r5g5b5...
Bertrand Augereau
2007-12-05
NDS : params reordering to match C scaler and ARM one
Bertrand Augereau
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-09-18
Code formatting fixes
Max Horn
2007-08-18
Making DS port build again
Neil Millstone
2007-06-30
Adding mistakenly deleted file
Neil Millstone
2007-06-30
- Show mouse cursor option
Neil Millstone
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-04-16
NDS : Compile fix
Bertrand Augereau
2007-04-16
NDS : Potentially faster, less precise, CPU-scaler plugged
Bertrand Augereau
2007-04-16
NDS : #define to experiment with a faster, less precise, CPU-scaler
Bertrand Augereau
2007-04-06
Updating DS port for changes in main codebase. Code changes for DevkitArm r2...
Neil Millstone
2007-02-18
NDS : CPU scaler twiddling backup
Bertrand Augereau
2007-02-18
NDS : CPU scaler performance experiment
Bertrand Augereau
2006-12-09
NDS : Scaler cleaning
Bertrand Augereau
2006-12-09
NDS : Scaler cleaning
Bertrand Augereau
2006-12-09
NDS : Scaler optimization 43 -> 33 ms
Bertrand Augereau
2006-12-09
NDS : More blitters stuff
Bertrand Augereau
2006-12-07
NDS : Micro-optimizations for the software blitter (table lookup for div by 5...
Bertrand Augereau
2006-12-06
NDS : Micro-optimizations for the software blitter
Bertrand Augereau
2006-12-03
NDS : Micro-optimizations for the software blitter
Bertrand Augereau
2006-12-02
NDS : Micro-optimizations for the software blitter
Bertrand Augereau
2006-12-02
NDS : Micro-optimizations for the software blitter
Bertrand Augereau
2006-12-01
svn-id: r24799
Neil Millstone
2006-10-25
DS : Yet another scaling helpers
Bertrand Augereau
2006-10-25
DS : 320*PAL8 to 256*1555 line scaler
Bertrand Augereau
2006-10-02
NDS : Naive C++ scanline 320*16 -> 256*16 rescaler code
Bertrand Augereau
2006-07-21
o Proper ScummVM copyrights
Eugene Sandulenko
2006-07-09
Remove duplicated content
James Brown
2006-07-09
Patch #1519399: DS Backend
Max Horn