summaryrefslogtreecommitdiff
path: root/src/video/SDL_blit_N.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* Fixed bug 5235 - All internal sources should include SDL_assert.hSam Lantinga2020-12-091-1/+0
* SDL_blit: Fix undefined bitshift operationsJames Legg2020-05-291-5/+5
* Added a single SDL_LEAN_AND_MEAN define to turn on minimal SDL buildsSam Lantinga2020-01-231-0/+8
* Add #define SDL_HAVE_BLIT_N_RGB565 to compile out RGB565 LUTSylvain Becker2020-01-211-0/+2
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* Readability: remove redundant return, continue, enum declarationSylvain Becker2019-10-301-3/+0
* Readability: remove redundant cast to the same typeSylvain Becker2019-10-301-1/+1
* Android: remove warning in blit_featuresSylvain Becker2019-10-271-0/+1
* ARM: SIMD optimization for 4:4:4:4 to 8:8:8:8 normal blitsBen Avison2019-10-241-0/+19
* ARM: SIMD assembly optimization for BGR-to-RGB 32bpp normal blitsBen Avison2019-10-241-2/+24
* SDL_blit: use a named enum for required hardware bits in dispatch tablesBen Avison2019-10-241-15/+22
* SDL_blit_N.c: Correct vec_perm() application on little-endian 64-bit PowerPCSam Lantinga2019-09-061-0/+40
* Un-activate some routine on mips because they are slowers (Bug 4503)Sylvain Becker2019-02-231-7/+52
* BlitNtoN BlitNtoNKey: remove non-aligned word read/store (bpp 3<->4) (Bug 4503)Sylvain Becker2019-02-221-229/+78
* Fix windows buildSylvain Becker2019-02-181-29/+30
* Fix bug 4053: Blit issues on Big Endian CPUSylvain Becker2019-02-181-8/+158
* Fix invalid memory access and optimise Blit_3or4_to_3or4__*Sylvain Becker2019-02-171-9/+63
* Better naming for the blit permutation variablesSylvain Becker2019-02-091-80/+81
* Faster blit colorkey or not, applied to bpp: 3->4 and 4->3Sylvain Becker2019-02-091-4/+133
* Fix wrong access and simplifySylvain Becker2019-02-081-15/+5
* Some simplification of previous commitSylvain Becker2019-02-071-47/+22
* Faster blit with CopyAlpha, no ColorKeySylvain Becker2019-02-071-9/+41
* Code factorization of the pixel format permutationSylvain Becker2019-02-071-108/+73
* Fix wrong commentSylvain Becker2019-02-071-1/+1
* Faster blit with no ColorKeySylvain Becker2019-02-071-0/+70
* Faster blit when using No Alpha or Set Alpha, + ColorKeySylvain Becker2019-02-071-0/+117
* Fix pointer warningsSylvain Becker2019-02-071-2/+2
* Faster blit when using CopyAlpha + ColorKeySylvain Becker2019-02-071-3/+43
* Add fast paths in BlitNtoNKeySylvain Becker2019-01-301-46/+129
* Add explicit unsigned int and char types in (for bug 4290)Sylvain Becker2019-01-301-20/+20
* Fixed bug 4290 - add fastpaths for format conversion in BlitNtoNSylvain Becker2019-01-301-1/+176
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* Working on bug 3921 - Add some Fastpath to BlitNtoNKey and BlitNtoNKeyCopyAlphaSam Lantinga2018-10-011-4/+6
* SDL_blit_N.c (BlitNtoNKeyCopyAlpha): fix -Wshadow warnings by adding _Ozkan Sezer2018-10-011-2/+2
* Fixed bug 4277 - warnings patchSam Lantinga2018-09-271-0/+51
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* Fixed comment style.Philipp Wiesemann2017-02-261-1/+1
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Fixed bug 1646 - Warnings from clang with -WeverythingSam Lantinga2016-11-151-2/+8
* Fixed NULL pointer dereference, thanks Ozkan SezerSam Lantinga2016-10-221-5/+7
* Fixed bug 3466 - Can't build 2.0.5 on ppc64Sam Lantinga2016-10-221-6/+8
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* Fixed bug 2976 - Fix RGBA<->RGBA blit that was broken with the optimization f...Sam Lantinga2015-05-041-2/+38
* 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
* Added surface conversion support for ARGB2101010 formatsSam Lantinga2013-07-071-31/+87
* Fixed converting ARGB2101010 surfaces to 8-bit surfacesSam Lantinga2013-07-071-84/+116
* Added 8-bit RGB source surface support to NtoN blittersSam Lantinga2013-07-061-2/+2