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
*
change SkChunkAlloc to grow its allocations geometrically (not linearly)
reed@google.com
2012-05-17
*
WeakRefCnt
bungeman@google.com
2012-05-16
*
speedup SkRect::isFinite() (almost 2x)
reed@google.com
2012-05-16
*
Convert AAClipCache's GrRects to GrIRects
robertphillips@google.com
2012-05-15
*
fix Fixed build
reed@google.com
2012-05-15
*
Use x*0 instead of x!=x to detect non-finite values, since x*0 also detects i...
reed@google.com
2012-05-15
*
Fixes for Windows Release compiler complaints (overflow in const arith)
robertphillips@google.com
2012-05-14
*
Debug Windows compiler complaint fixes
robertphillips@google.com
2012-05-14
*
Add bench and test for SkRefCnt.
bungeman@google.com
2012-05-14
*
Made clip mask cache use Scratch Texture system
robertphillips@google.com
2012-05-14
*
update the nearly_integral calculation to be (a) faster, and (b) to correctly
reed@google.com
2012-05-11
*
fix for r3903 compilation issue
robertphillips@google.com
2012-05-11
*
Made clip mask cache reuse depend on mask size/bounds (instead of render targ...
robertphillips@google.com
2012-05-11
*
Fix for Android ClipCache unit test crash
robertphillips@google.com
2012-05-10
*
Reverting r3898 due to Android failures
robertphillips@google.com
2012-05-10
*
Re-enabling ClipCache unit test which now runs on Xoom w/ new tool chain
robertphillips@google.com
2012-05-10
*
add SkPath::isLine(), similar to isRect()
reed@google.com
2012-05-10
*
Disabled new ClipCache unit test pending investigation of Android failures
robertphillips@google.com
2012-05-09
*
Added stack to AA clip mask cache
robertphillips@google.com
2012-05-09
*
Fixed some fixed point build Windows compiler complaints
robertphillips@google.com
2012-05-08
*
Just use std qsort
reed@google.com
2012-05-07
*
fix fixed-point build
reed@google.com
2012-05-03
*
We were numerically overflowing our 16bit coordinates that we communicate
reed@google.com
2012-05-03
*
add more tests for rgn::intersects(rect)
reed@google.com
2012-05-02
*
add more tests around contains for rects and regions
reed@google.com
2012-05-02
*
Add device to top level N-way canvas.
djsollen@google.com
2012-05-01
*
fix bug (and add test) for drawing an inverse-path whose bounds do intersect
reed@google.com
2012-05-01
*
add tests for how empty regions should behave in intersects() and contains()
reed@google.com
2012-04-30
*
add test for contains and intersects, in advance of optimization work
mike@reedtribe.org
2012-04-28
*
Apply fix from #3739 to quads and cubics as well
reed@google.com
2012-04-27
*
Add SkString.contains()
epoger@google.com
2012-04-27
*
add isSimilarityTransform() and some tests
bsalomon@google.com
2012-04-25
*
check for numerical imprecision on phase
reed@google.com
2012-04-24
*
add optional storage parameter to SkWriter32
reed@google.com
2012-04-24
*
only add pathmeasure segment if the accumulated length was actually changed,
reed@google.com
2012-04-20
*
fix unused-return-result-warning for invert/getPosTan
reed@google.com
2012-04-19
*
retarget fonttable tests to use SkTypeface api, rather than (should-be-privat...
reed@google.com
2012-04-19
*
Track oval in SkPath
bsalomon@google.com
2012-04-18
*
Revert r3705 for fixed pt failures.
bsalomon@google.com
2012-04-17
*
track oval in SkPath
bsalomon@google.com
2012-04-17
*
fix clamping when we chop a cubic
reed@google.com
2012-04-16
*
Addressed more Windows compiler complaint issues
robertphillips@google.com
2012-04-16
*
Revert r3681 due to fixed point failures in tests.
bsalomon@google.com
2012-04-16
*
add isSimilarityTransform() and some tests
bsalomon@google.com
2012-04-16
*
dd DrawPathTest to gyp
mike@reedtribe.org
2012-04-14
*
replace getTotalClipStack() with replayClips()+ClipVisitor
reed@google.com
2012-04-13
*
Decouple the SkFlattenable from SkReader32/SkWriter32.
djsollen@google.com
2012-04-12
*
Fix SkPathStroker::lineTo() for line with length SK_ScalarNearlyZero
epoger@google.com
2012-04-11
*
Fix miscellaneous compiler warnings from Visual Studio 2010.
tomhudson@google.com
2012-04-10
*
misc fixes
bsalomon@google.com
2012-04-10
[next]