summaryrefslogtreecommitdiff
path: root/mips
Commit message (Collapse)AuthorAgeFilesLines
* [libpng16] Replace the remaining uses of png_size_t with size_tCosmin Truta2018-06-171-10/+10
| | | | | | In v1.6.0, size_t became a required type. It should be used consistently. To maintain backwards compatibility, png_size_t is still maintained in deprecated form.
* [libpng16] Bump version to 1.6.27Glenn Randers-Pehrson2016-12-292-2/+2
|
* [libpng16] Bump version to 1.6.27beta01Glenn Randers-Pehrson2016-10-282-2/+2
|
* [libpng16] Imported from libpng-1.6.26.tarv1.6.26libpng-1.6.26-signedGlenn Randers-Pehrson2016-10-192-2/+2
|
* [libpng16] Bump version to 1.6.26beta01Glenn Randers-Pehrson2016-08-312-2/+2
|
* [libpng16] Imported from libpng-1.6.25.tarv1.6.25libpng-1.6.25-signedGlenn Randers-Pehrson2016-08-312-2/+2
|
* [libpng16] Updated CHANGES and ANNOUNCEGlenn Randers-Pehrson2016-08-302-2/+2
|
* Added MIPS MSA optimization for following functions:Mandar Sahastrabuddhe2016-08-302-2/+641
| | | | | | | | | | | 1. png_read_filter_row_sub4_msa 2. png_read_filter_row_avg4_msa 3. png_read_filter_row_paeth4_msa 4. png_read_filter_row_sub3_msa 5. png_read_filter_row_avg3_msa 6. png_read_filter_row_paeth3_msa Signed-off-by: Mandar Sahastrabuddhe <Mandar.Sahastrabuddhe@imgtec.com>
* [libpng16] Imported from libpng-1.6.25rc02.tarGlenn Randers-Pehrson2016-08-292-2/+2
|
* Added build support for MIPS MSAMandar Sahastrabuddhe2016-08-292-0/+297
Also added one msa optimized function: png_read_filter_row_up_msa Signed-off-by: Mandar Sahastrabuddhe <Mandar.Sahastrabuddhe@imgtec.com>