aboutsummaryrefslogtreecommitdiff
path: root/graphics/lepton
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix WWWSunpoet Po-Chuan Hsieh2017-06-261-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=444350
* Use a different work-around for SSE4-only _mm_insert_epi32().Mikhail Teterin2016-07-151-1/+1
| | | | | | | Functionally equivalent, it may be a little bit faster. Notes: svn path=/head/; revision=418570
* Ensure, SSE4 is still used on systems, where the feature is present.Mikhail Teterin2016-07-151-3/+3
| | | | | | | Duh... Notes: svn path=/head/; revision=418569
* Finish up the port, which got committed too early by accident:Mikhail Teterin2016-07-153-2/+66
| | | | | | | | | | | | | | . Note, that it works on CPUs with at least SSSE3 instruction set -- the original code assumes SSE4, but that was relatively easy to patch . Do not attempt to build, if SSSE3 not among CPU-options . Fix up formatting warnings (reported upstream) . Fix a crash on i386. Unfortunately, 5 of the 40 self-tests still fail on i386 -- the problem reported upstream Notes: svn path=/head/; revision=418568
* Add port of "lepton" -- a tool for manipulating files in LEP-format,Mikhail Teterin2016-07-156-0/+498
which was recently open-sourced by Dropbox. The patch Notes: svn path=/head/; revision=418567