index
:
Project-1CE/external_libpng
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
powerpc
Age
Commit message (
Expand
)
Author
2018-09-04
Remove the "last changed" version information from source comments
Cosmin Truta
2018-08-18
Remove top-level const from function-scope variables
Cosmin Truta
2018-06-17
[libpng16] Replace the remaining uses of png_size_t with size_t
Cosmin Truta
2017-03-21
[libpng16] Fix "last changed" dates in powerpc/*.c
Glenn Randers-Pehrson
2017-03-16
[libpng16] Bump version to 1.6.30beta01
Glenn Randers-Pehrson
2017-03-16
[libpng16] Imported from libpng-1.6.29.tar
Glenn Randers-Pehrson
2017-02-22
[libpng16] Update credits and copyright information about powerpc-vsx code
Glenn Randers-Pehrson
2017-02-11
Made VSX code pedantic strict C90 compliant
Vadim Barkov
2017-02-10
Changed minimum supported PowerPC CPU comment
Vadim Barkov
2017-02-10
Refactoring
Vadim Barkov
2017-02-09
Added support for ppc64 big endian for filter_paeth VSX
Vadim Barkov
2017-02-09
Fixed filter_paeth for PowerPC VSX
Vadim Barkov
2017-02-08
Fixed multiple bugs in VSX filter functions
Vadim Barkov
2017-02-02
Refactoring
Vadim Barkov
2017-02-02
Small bugfix
Vadim Barkov
2017-01-31
Removed PNG_ALIGN check in VSX code since it is not used
Vadim Barkov
2017-01-31
Added auxv-based VSX detection method for PowerPC and enabled it by default
Vadim Barkov
2017-01-31
Implemented filter_paeth PowerPC VSX variant
Vadim Barkov
2017-01-29
Implemented filter_avg for PowerPC VXS
Vadim Barkov
2017-01-29
Fixed potential align errors for PowerPC VSX filter functions
Vadim Barkov
2017-01-19
Fixed missing defines for VSX filter_sub
Vadim Barkov
2017-01-19
Implemented filter_sub optimisation for PowerPC VSX
Vadim Barkov
2017-01-19
Fixed potential bug on align calculation for VSX filter_up
Vadim Barkov
2017-01-16
Fixed bug with unaligned input on VSX filter_up
Vadim Barkov
2017-01-15
Implemented png_read_filter_up_vsx
Vadim Barkov
2017-01-14
Added initial code for PowerPC VSX optimisation
Vadim Barkov