index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkBitmapProcState_matrixProcs.cpp
Commit message (
Expand
)
Author
Age
*
Remove NEON runtime detection support.
mtklein
2016-05-05
*
Remove version checks for _MSC_VER < 1800 (msvs2013).
bungeman
2016-03-10
*
fission bitmapprocstate
reed
2016-03-02
*
Rename SkBitmapProcStateAutoMapper methods
fmalita
2016-02-03
*
Sampler bias for all nofilter flavors
fmalita
2016-02-02
*
ubsan shift fixes
caryclark
2015-12-09
*
Fix up signed-integer-overflow warnings
tomhudson
2015-12-07
*
switch bitmapshader internals over to pixmap
reed
2015-06-04
*
SkPaint::FilterLevel -> SkFilterQuality
reed
2015-03-16
*
short circuit high quality scales that are actually the identity
humper
2014-08-08
*
Cleanup of SSE optimization files.
commit-bot@chromium.org
2014-04-30
*
Revert "Revert of use templates instead of macros to build blitters (https://...
reed@google.com
2014-04-14
*
Revert of use templates instead of macros to build blitters (https://coderevi...
commit-bot@chromium.org
2014-04-14
*
use templates instead of macros to build blitters
commit-bot@chromium.org
2014-04-14
*
ARM Skia NEON patches - 18 - Preparation work for BitmapProcState
commit-bot@chromium.org
2013-09-05
*
fold SK_CPU_HAS_CONDITION_INSTR through as always defined
commit-bot@chromium.org
2013-07-30
*
stop using bitmap-filter flags outside of paint itself, as a step towards rea...
reed@google.com
2013-07-22
*
fix trivial matrix computation
humper@google.com
2013-07-14
*
Reverted 10056-10059
robertphillips@google.com
2013-07-13
*
Working plumb of image scaling:
humper@google.com
2013-07-12
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
eliminate all warnings in non-thirdparty code on mac
humper@google.com
2013-01-07
*
correctly handle negative values in fixed_clamp()
reed@google.com
2012-10-09
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
rm: Introduce SK_ARM_NEON_WRAP handy wrapper macro.
digit@google.com
2012-08-06
*
arm: dynamic NEON support for SkBitmapProcState matrix operations.
digit@google.com
2012-08-01
*
Fix calling (and checking) the decal_ functions when the input is SkFractiona...
reed@google.com
2012-06-13
*
fix/revert the unsigned-shift change made to clamp in 3836. For clamp we want
reed@google.com
2012-05-04
*
We were numerically overflowing our 16bit coordinates that we communicate
reed@google.com
2012-05-03
*
speculative fix for debug/release problem on windows with mirror bitmaps
reed@google.com
2012-04-18
*
don't flip the fractional bits (low 4) for bilerp when in kMirror_TileMode
reed@google.com
2012-03-09
*
Added BSD license language where missing.
caryclark@google.com
2012-02-17
*
fix overflow in matrixproc, and add debugging code to test that
reed@android.com
2010-04-14
*
add neon opts for matrix procs
reed@android.com
2009-09-15
*
fix typo in matrix proc index computation, where we were always taking the
reed@android.com
2009-08-14
*
add method to compute max count for a given buffer size in the bitmap shader.
reed@android.com
2009-08-14
*
add special matrixprocs when the matrix is at most translate. These are faster
reed@android.com
2009-08-13
*
grab from latest android
reed@android.com
2008-12-17