summaryrefslogtreecommitdiff
path: root/src/blitter
AgeCommit message (Expand)Author
2020-06-05Add: introduce CMake for project managementPatric Stout
2020-05-21Codechange: Use std::string in the driver and blitter selection code.Michael Lutz
2020-04-12Remove: [OSX] Stuff that is pre-10.7 from the Cocoa/Quartz video driver.Michael Lutz
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-09-29Fix: Some typos found using codespellJMcKiern
2019-09-14Fix: inconsistent description for 32bpp-sse4-anim blitter (#7740)glx22
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-24Codechange: Use override specifer for overriding member declarationsHenry Wilson
2019-01-24Codechange: [Blitter] Adjust line-drawing algorithm to reduce wasted off-scre...Jonathan G Rennison
2019-01-24Fix: [Blitter] Avoid signed overflow when drawing long linesJonathan G Rennison
2019-01-24Codechange: [Blitter] Change DrawLine to be templatedJonathan G Rennison
2018-10-31Doc: Lots and lots of doxymentation fixesCharles Pigott
2018-06-27Codechange: Silence -Wclass-memaccess warnings with GCC8Charles Pigott
2018-05-23Add: 32bpp SSE2 blitter palette animator (#6795)Jonathan G Rennison
2018-04-10Fix: [OSX] Remove some OSX compiler warnings on newer SDKs/compilers.Michael Lutz
2017-03-30(svn r27837) -Fix (r26969): Black remap did nothing in 8bpp-simple blitter.peter1138
2017-03-18(svn r27796) -Fix [FS#6545]: 32bpp-anim blitters assumed that pitch and width...frosch
2017-03-11(svn r27774) -Fix [FS#5889]: Enabling palette animation for 32bpp blitters wh...frosch
2016-05-22(svn r27575) -Fix [FS#6404]: Memory leak when disabling palette animation. (JGR)frosch
2014-10-15(svn r27020) -Cleanup: some coding style consistency improvements (mostly spa...rubidium
2014-10-06(svn r26970) -Fix (r26969): non-sse animated blitter crashed occasionallyrubidium
2014-10-06(svn r26969) -Fix (r26869): black palette didn't work very well with unmasked...rubidium
2014-04-28(svn r26538) -Codechange: remove double accounting of the driversrubidium
2014-04-25(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...rubidium
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2014-04-20(svn r26473) -Fix: make sure there is no uninitialised sprite data; the other...rubidium
2014-04-13(svn r26463) -Fix (r10190ish): Add special handling for PALETTE_CRASH to work...peter1138
2014-02-11(svn r26334) -Fix: 32bit compilation.frosch
2014-01-13(svn r26260) -Codechange: add template parameters for (non) translucent and (...rubidium
2014-01-13(svn r26259) -Codechange: add and maintain some general flags about sprites t...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 functionsrubidium
2014-01-13(svn r26256) -Codechange: do not load some data when it is not (often) used l...rubidium
2014-01-13(svn r26255) -Codechange: improve performance of brightness adjustment (MJP)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 r26248) -Fix (r26223): missed compiler warning (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 r26222) -Codechange: use SSE instructions for transparent colour "remap"...rubidium
2014-01-03(svn r26221) -Codechange: normalize constant names in anim-sse4 with the othe...rubidium
2014-01-03(svn r26215) -Codechange: rework code so one can test if a blitter factory ex...rubidium
2014-01-02(svn r26214) -Add: specialised animated SSE4 blitter (MJP)rubidium
2014-01-02(svn r26213) -Add: specialised non-animated SSE4 blitter (MJP)rubidium
2014-01-02(svn r26212) -Add: specialised non-animated SSSE3 blitter (MJP)rubidium
2014-01-02(svn r26211) -Add: specialised non-animated SS2 blitter (MJP)rubidium