index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
blitter
/
32bpp_anim_sse4.cpp
Age
Commit message (
Expand
)
Author
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2018-05-23
Add: 32bpp SSE2 blitter palette animator (#6795)
Jonathan G Rennison
2017-03-18
(svn r27796) -Fix [FS#6545]: 32bpp-anim blitters assumed that pitch and width...
frosch
2014-10-06
(svn r26969) -Fix (r26869): black palette didn't work very well with unmasked...
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2014-04-13
(svn r26463) -Fix (r10190ish): Add special handling for PALETTE_CRASH to work...
peter1138
2014-01-13
(svn r26260) -Codechange: add template parameters for (non) translucent and (...
rubidium
2014-01-13
(svn r26258) -Codechange: deduplicate Draw methods (MJP)
rubidium
2014-01-13
(svn r26257) -Codechange: replace most of the SSE macros by functions
rubidium
2014-01-13
(svn r26256) -Codechange: do not load some data when it is not (often) used l...
rubidium
2014-01-13
(svn r26254) -Codechange: MOVD is better in some cases than PINSRD (MJP)
rubidium
2014-01-13
(svn r26253) -Codechange: remove margin limitation to preserve block type (MJP)
rubidium
2014-01-13
(svn r26252) -Codechange: deduplicate code for margin case (MJP)
rubidium
2014-01-13
(svn r26251) -Codechange: prepare Draw code for code deduplication (MJP)
rubidium
2014-01-13
(svn r26250) -Codechange: deduplicate darkening (e.g. shadow) code (MJP)
rubidium
2014-01-13
(svn r26249) -Codechange: simplify/cleanup ALPHA_BLEND macro (MJP)
rubidium
2014-01-13
(svn r26247) -Fix [FS#5854, FS#5855]: Possible out of bounds reads with the s...
rubidium
2014-01-03
(svn r26223) -Codechange: Silence some compile warnings about unititialized v...
planetmaker
2014-01-03
(svn r26221) -Codechange: normalize constant names in anim-sse4 with the othe...
rubidium
2014-01-02
(svn r26214) -Add: specialised animated SSE4 blitter (MJP)
rubidium