summaryrefslogtreecommitdiff
path: root/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Remove the "last changed" version information from source commentsCosmin Truta2018-09-042-2/+4
* Remove top-level const from function-scope variablesCosmin Truta2018-08-181-6/+6
* [libpng16] Replace the remaining uses of png_size_t with size_tCosmin Truta2018-06-171-2/+2
* [libpng16] Fix "last changed" dates in powerpc/*.cGlenn Randers-Pehrson2017-03-212-2/+2
* [libpng16] Bump version to 1.6.30beta01Glenn Randers-Pehrson2017-03-162-2/+2
* [libpng16] Imported from libpng-1.6.29.tarv1.6.29libpng-1.6.29-signedGlenn Randers-Pehrson2017-03-162-2/+2
* [libpng16] Update credits and copyright information about powerpc-vsx codeGlenn Randers-Pehrson2017-02-222-2/+5
* Made VSX code pedantic strict C90 compliantVadim Barkov2017-02-111-55/+64
* Changed minimum supported PowerPC CPU commentVadim Barkov2017-02-101-1/+1
* RefactoringVadim Barkov2017-02-101-116/+109
* Added support for ppc64 big endian for filter_paeth VSXVadim Barkov2017-02-091-3/+20
* Fixed filter_paeth for PowerPC VSXVadim Barkov2017-02-091-109/+161
* Fixed multiple bugs in VSX filter functionsVadim Barkov2017-02-081-290/+307
* RefactoringVadim Barkov2017-02-021-49/+31
* Small bugfixVadim Barkov2017-02-021-1/+1
* Removed PNG_ALIGN check in VSX code since it is not usedVadim Barkov2017-01-311-4/+0
* Added auxv-based VSX detection method for PowerPC and enabled it by defaultVadim Barkov2017-01-311-1/+1
* Implemented filter_paeth PowerPC VSX variantVadim Barkov2017-01-311-92/+272
* Implemented filter_avg for PowerPC VXSVadim Barkov2017-01-291-35/+178
* Fixed potential align errors for PowerPC VSX filter functionsVadim Barkov2017-01-291-3/+10
* Fixed missing defines for VSX filter_subVadim Barkov2017-01-191-2/+12
* Implemented filter_sub optimisation for PowerPC VSXVadim Barkov2017-01-191-5/+109
* Fixed potential bug on align calculation for VSX filter_upVadim Barkov2017-01-191-1/+1
* Fixed bug with unaligned input on VSX filter_upVadim Barkov2017-01-161-30/+25
* Implemented png_read_filter_up_vsxVadim Barkov2017-01-151-16/+41
* Added initial code for PowerPC VSX optimisationVadim Barkov2017-01-142-0/+359