index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
Commit message (
Expand
)
Author
Age
*
Go back to storeAligned / LoadAligned for SkPMFloat <->Sk4f.
mtklein
2015-03-24
*
Move SkMatrixImageFilter.h into src/core.
senorblanco
2015-03-24
*
Revert of Revert of remove colorfilter native-565 support. complicating w/ no...
reed
2015-03-24
*
aacc + bbdd
mtklein
2015-03-24
*
Revert of remove colorfilter native-565 support. complicating w/ no real valu...
reed
2015-03-24
*
remove colorfilter native-565 support. complicating w/ no real value.
reed
2015-03-24
*
Start fresh on swizzles
mtklein
2015-03-23
*
remove meaningless matrix benches, add mapPts() and add new benches
reed
2015-03-23
*
remove SK_SUPPORT_LEGACY_ARCTO_QUADS code
reed
2015-03-20
*
change default impl to facilitate transition in blink/chrome
reed
2015-03-20
*
remove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE code
reed
2015-03-20
*
Some usability ideas around SkTHash.
mtklein
2015-03-20
*
cleanup using constructors
reed
2015-03-20
*
use Sk2s for conics
reed
2015-03-20
*
Sk2x::invert() and Sk2x::approxInvert()
mtklein
2015-03-20
*
Add divide to Sk2x, use native vdiv and vsqrt on ARM 64.
mtklein
2015-03-20
*
Specialize Sk2d for ARM64
mtklein
2015-03-20
*
Replace SSE optimization of Color32A_D565
henrik.smiding
2015-03-20
*
Revert of Specialize Sk2d for ARM64 (patchset #3 id:40001 of https://coderevi...
mtklein
2015-03-20
*
Specialize Sk2d for ARM64
mtklein
2015-03-20
*
Fix ambiguity in negate()s.
Mike Klein
2015-03-20
*
Sk2x/Sk4x: add negate(), operator -()
mtklein
2015-03-20
*
Move SkMatrixImageFilter into core, and add a factory fn for it.
senorblanco
2015-03-20
*
Guard SIMD code with !defined(SKNX_NO_SIMD).
mtklein
2015-03-20
*
disable LCD for layers w/ filters
reed
2015-03-20
*
use Sk2s for EvalQuadTangent and ChopQuadAt
reed
2015-03-20
*
operator overloads for Sk4x, use them all where possible
mtklein
2015-03-20
*
add SkMatrix::decomposeScale
reed
2015-03-19
*
Try out operator overloads for Sk2x.
mtklein
2015-03-19
*
Sk2x for NEON
mtklein
2015-03-19
*
Port to real Sk2f.
mtklein
2015-03-19
*
remove unneeded SK_SUPPORT_LEGACY_MIPMAP_EFFECTIVE_SCALE guard
reed
2015-03-19
*
Sk2x
mtklein
2015-03-19
*
Reorg Sk4x to match the pattern of SkPMFloat.
mtklein
2015-03-19
*
alt SkEvalQuadAt that returns its answer, using Sk2f
reed
2015-03-19
*
remove unused clip parameter to SkEdge::setClip
reed
2015-03-19
*
guarded change to SkImageGenerator to make getInfo() const
reed
2015-03-19
*
remove unused SkXRay functions
reed
2015-03-18
*
Bump picture version for uniqueID-less SkImageFilter.
senorblanco
2015-03-18
*
Add Load2/store2 to Sk4x (dumb impl for now)
reed
2015-03-18
*
Remove uniqueID from all filter serialization.
senorblanco
2015-03-18
*
SkPMFloat: avoid loads and stores where possible.
mtklein
2015-03-18
*
add kGray_8_SkColorType
reed
2015-03-17
*
imagefilters always need to disable lcd
reed
2015-03-17
*
Remove SkLONGLONG.
bungeman
2015-03-17
*
Option for SkCodec to treat dst as all zeroes.
scroggo
2015-03-17
*
Fix build for UCLIBC platforms
smcgruer
2015-03-16
*
SkPaint::FilterLevel -> SkFilterQuality
reed
2015-03-16
*
Add __STDC_LIMIT_MACROS to SkDraw.cpp.
bungeman
2015-03-16
*
Test for glyphs which straddle the edge of device space.
bungeman
2015-03-16
[next]