index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkConvolver.cpp
Commit message (
Expand
)
Author
Age
*
Add AVX2 version of ConvolveVertically
xiangze.zhang
2016-12-07
*
Port convolve functions to SkOpts
xiangze.zhang
2016-11-17
*
Make SSE2/Neon convolution functions not to read extra bytes
xiangze.zhang
2016-11-10
*
Refactor resize filter to go faster
caryclark
2016-01-12
*
Comments Style: s/skbug.com/bug.skia.org/
halcanary
2015-11-07
*
add hard-coded limit for tmp allocations when HQ image scaling
reed
2015-10-01
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Plumb through out_row byte length so we can assert we stay underneath it.
mtklein
2015-06-18
*
disable autovec on 32 *and* 64 bit builds for horiz. convolve
humper
2014-08-28
*
Adding 64 bit checks
sugoi
2014-07-03
*
Add noinline for GCC 4.6, which seems to vectorize after inlining.
mtklein
2014-06-25
*
Narrow disabled vectorization further to just ConvolveHorizontally.
mtklein
2014-06-25
*
try release only
Mike Klein
2014-06-25
*
disable on nacl
Mike Klein
2014-06-25
*
Focus disabled optimizations on just BGRAConvolve2D, and only 32-bit.
mtklein
2014-06-25
*
Support for larger than "signed 32b limit" sized bitmaps in BGRAConvolve2D.
sugoi
2014-06-11
*
Revert of Manually set fFilterValues in SkConvolutionFilter1D
rmistry@google.com
2014-03-06
*
Manually set fFilterValues in SkConvolutionFilter1D.
commit-bot@chromium.org
2014-03-06
*
remove fConvolutionProcs from State, and just use it locally
reed@google.com
2013-09-05
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-20
*
remove unused function
humper@google.com
2013-07-19
*
The image resampling code has been transplanted from Chrome; it's incredibly ...
humper@google.com
2013-07-19