summaryrefslogtreecommitdiff
path: root/src/video/SDL_RLEaccel.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* Fixed bug 5333 - Replace character of legacy code page with utf-8 one.Sam Lantinga2020-11-081-1/+1
* Added a single SDL_LEAN_AND_MEAN define to turn on minimal SDL buildsSam Lantinga2020-01-231-0/+4
* A few #defines to reduce SDL2 footprint.Sylvain Becker2020-01-211-2/+2
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* Fixed bug 4903 - Lack of color multiply with alpha (SDL_BLENDMODE_MOD + SDL_B...Sam Lantinga2020-01-161-1/+1
* Fix const warning in RLE getpix functionsSylvain Becker2019-10-301-4/+4
* Readability: change some pointer parameter to be pointer to constSylvain Becker2019-10-301-3/+3
* use 'U' suffix on constants instead of (unsigned int) cast.Ozkan Sezer2019-08-301-2/+2
* Android: fix corresponding warningsSylvain Becker2019-08-301-2/+2
* Fixed bug 4557 - SDL_SIMDAlloc and *Free should be in the public interfaceSam Lantinga2019-06-081-1/+0
* Fixed bug 4484 - use SIMD aligned memory for SDL_SurfaceSylvain Becker2019-02-041-4/+9
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* Fix warnings detected on Android buildSylvain Becker2018-12-061-3/+5
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* Fixed bug 3745 - specify SDLCALL as the calling convention for API callbacksSam Lantinga2017-08-141-2/+2
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Fixed all known static analysis bugs, with checker-279 on macOS.Ryan C. Gordon2016-11-241-2/+5
* Removed unused constantsSam Lantinga2016-11-151-5/+0
* Patch from Sylvain to fix clang warningsSam Lantinga2016-11-131-0/+2
* Fixed sed error on Mac OS X and updated copyright on a few last filesSam Lantinga2016-01-021-1/+1
* Fixed bug 3023 - setting a white and then non-white texture color mod breaks ...Sam Lantinga2015-06-191-1/+13
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* Made the RLE code (semi) readable againSam Lantinga2014-06-251-250/+253
* Fixed bug 2556 - add compilation flag -WshadowSam Lantinga2014-06-251-35/+35
* Fixed bug 2374 - Update copyright for 2014...Sam Lantinga2014-02-021-1/+1
* Make internal SDL sources include SDL_internal.h instead of SDL_config.hRyan C. Gordon2013-11-241-1/+1
* Christoph Mallon: Remove pointless if (x) before SDL_free(x)Sam Lantinga2013-08-291-4/+2
* Removed the inline functions from SDL_stdinc.hSam Lantinga2013-07-051-7/+1
* File style cleanup for the SDL 2.0 releaseSam Lantinga2013-05-181-469/+469
* Corrected spelling in C source file.Philipp Wiesemann2013-04-291-3/+3
* Make SDL_SetError and friends unconditionally return -1.Ryan C. Gordon2013-03-311-4/+2
* Happy New Year!Sam Lantinga2013-02-151-1/+1
* Removed executable bit from source filesSam Lantinga2012-09-271-0/+0
* Removed some unused variables that gcc 4.6.1 complains about.Ryan C. Gordon2012-08-091-4/+1
* Happy New Year!Sam Lantinga2011-12-311-1/+1
* RLE: Don't trash alpha channel in copy_32().Ryan C. Gordon2011-08-221-3/+2
* SDL 1.3 is now under the zlib license.Sam Lantinga2011-04-081-19/+18
* Removed the NDS hack for ARGB1555 surfaces, since it's a general problem; add...Sam Lantinga2011-03-071-4/+1
* Fixed up structure to match header, added missing AlossSam Lantinga2011-03-061-8/+11
* a Nintendo ds updateSam Lantinga2011-03-061-1/+4
* Happy 2011! :)Sam Lantinga2011-02-111-1/+1
* Restored SDL_BLENDMODE_MOD for MAMESam Lantinga2011-02-041-1/+1
* Making the API simpler, the blend modes are "none, blend, add" and are suppor...Sam Lantinga2011-01-311-1/+1
* Fixed bug #926Sam Lantinga2010-01-241-1/+1
* Von: Thomas ZimmermannSam Lantinga2009-06-031-1/+1
* Removed Rafal Bursig's MMX RLE code, at his request.Sam Lantinga2009-01-131-397/+0
* Updated copyright dateSam Lantinga2008-12-081-1/+1
* Added slow but complete blit fallbackSam Lantinga2008-12-021-0/+1
* Save opaque alpha in the destination, fixes white spotlight in testalpha on M...Sam Lantinga2008-12-011-1/+1