index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
*
Sk2x/Sk4x: add negate(), operator -()
mtklein
2015-03-20
*
Move SkMatrixImageFilter into core, and add a factory fn for it.
senorblanco
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
*
Port to real Sk2f.
mtklein
2015-03-19
*
Sk2x
mtklein
2015-03-19
*
alt SkEvalQuadAt that returns its answer, using Sk2f
reed
2015-03-19
*
guarded change to SkImageGenerator to make getInfo() const
reed
2015-03-19
*
Add Load2/store2 to Sk4x (dumb impl for now)
reed
2015-03-18
*
Remove uniqueID from all filter serialization.
senorblanco
2015-03-18
*
Let's find out what's up with the TSAN bot test failures.
mtklein
2015-03-18
*
Indexed PNG decoding: Ensure color table is large enough that the bit depth o...
dml
2015-03-18
*
Revert "Indexed PNG decoding: Ensure color table is large enough that the bit...
scroggo
2015-03-17
*
Indexed PNG decoding: Ensure color table is large enough that the bit depth o...
Leon Scroggins III
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
*
Move GrAutoLocaleSetter to new file and fix issue with null locale
bsalomon
2015-03-16
*
Use C locale for numerics when emitting shaders.
bsalomon
2015-03-16
*
SkPaint::FilterLevel -> SkFilterQuality
reed
2015-03-16
*
Fix bug with very large round rects with large radii
robertphillips
2015-03-13
*
Handle paths that do not report empty, but have no edges.
reed
2015-03-13
*
Ico security issues fix
msarett
2015-03-13
*
Fix Windows build.
scroggo
2015-03-11
*
Fix a memory leak when decoding corrupted indexed PNGs.
dml
2015-03-11
*
optimization/fix: dirty the clip-bounds when we mod the clip in savelayer
reed
2015-03-11
*
Use ComposColorFilter to collaps hierarchy (when possible).
reed
2015-03-08
*
Revert of Fix a memory leak when decoding corrupted indexed PNGs. (patchset #...
reed
2015-03-07
*
Fix a memory leak when decoding corrupted indexed PNGs.
dml
2015-03-06
*
Update SkPicture cull rects with RTree information
schenney
2015-03-06
*
Make Sk4f(float) constructor explicit.
mtklein
2015-03-06
*
Read pixels in BGRA non-premul mode in few tests
kkinnunen
2015-03-06
*
Revert of check for inputs before reporting asColorFilter (patchset #7 id:110...
reed
2015-03-05
*
Revert of Update SkPicture cull rects with RTree information (patchset #6 id:...
joshualitt
2015-03-05
*
4-at-a-time SkPMColor -> SkPMFloat API.
mtklein
2015-03-05
*
Use ComposeColorFilter in factory to collapse consecutive filters (when possi...
reed
2015-03-05
*
Update SkPicture cull rects with RTree information
schenney
2015-03-05
*
add impl limit for number of leaf-nodes in composecolorfilter
reed
2015-03-05
*
Revert of Add image as a draw type that can be filtered (patchset #4 id:60001...
kkinnunen
2015-03-05
*
Add image as a draw type that can be filtered
kkinnunen
2015-03-05
*
4x library for NEON
msarett
2015-03-04
*
Update SkPMFloat API a bit.
mtklein
2015-03-04
*
Test and fix SkPMFloat rounding.
mtklein
2015-03-03
*
Make SkPMFloats store floats in [0,255] instead of [0,1].
mtklein
2015-03-03
*
change colorfilter to return an array of frag processors
reed
2015-03-03
*
add double precision convex test
caryclark
2015-03-02
*
treat backwards quads as not convex
caryclark
2015-03-02
*
Fix for out-of-bounds intersection (found by fuzzer).
senorblanco
2015-03-02
*
PDF: Switch some unit tests to higher level API.
halcanary
2015-03-01
[next]