- 42639cd fix warnings on Mac in tests by caryclark@google.com · 12 years ago
- 977b9c8 Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix) by robertphillips@google.com · 12 years ago
- 4866cc0 Adding option to serialize mutable bitmaps in SkPicture by junov@chromium.org · 12 years ago
- d414406 Windows compiler complaint cleanup by robertphillips@google.com · 12 years ago
- 5739d2c Merge GrGpuGLShaders into its parent class, GrGpuGL by bsalomon@google.com · 12 years ago
- f123ba9 Disable TLSTest for now, to work around http://code.google.com/p/skia/issues/detail?id=619 by epoger@google.com · 12 years ago
- d2700ee Refactor dictionaries for use by entities other than just SkPicture by djsollen@google.com · 12 years ago
- 00bf06a Added cast to get MathTest working on Windows by robertphillips@google.com · 12 years ago
- c20bc25 use (float)(1 << 23) instead of 1.0p+23 since the latter isn't supported in VS by reed@google.com · 12 years ago
- c3b6972 win can't eat 1.0p+23 syntax for floats :( by reed@google.com · 12 years ago
- a7d7461 remove debugf by reed@google.com · 12 years ago
- 744faba addPoly() entry-point, to quickly add MoveTo+N*LineTo (useful in dashing) by reed@google.com · 12 years ago
- 8b06f1a Detect when the caller was hairline AND strokeandfill, and resolve that into FILL by reed@google.com · 12 years ago
- b6a4b73 add by reed@google.com · 13 years ago
- a550199 CreateTypefaceFromStream for GDI. http://codereview.appspot.com/5616047/ by bungeman@google.com · 13 years ago
- ebd2496 change SkChunkAlloc to grow its allocations geometrically (not linearly) by reed@google.com · 13 years ago
- a02bc15 WeakRefCnt http://codereview.appspot.com/5649046/ by bungeman@google.com · 13 years ago
- 7b463ac speedup SkRect::isFinite() (almost 2x) by reed@google.com · 13 years ago
- 6623fcd Convert AAClipCache's GrRects to GrIRects by robertphillips@google.com · 13 years ago
- 415e76a fix Fixed build by reed@google.com · 13 years ago
- 30d90eb Use x*0 instead of x!=x to detect non-finite values, since x*0 also detects infinities by reed@google.com · 13 years ago
- 706f621 Fixes for Windows Release compiler complaints (overflow in const arith) by robertphillips@google.com · 13 years ago
- 4debcac Debug Windows compiler complaint fixes by robertphillips@google.com · 13 years ago
- 5548752 Add bench and test for SkRefCnt. http://codereview.appspot.com/6195071/ by bungeman@google.com · 13 years ago
- f105b10 Made clip mask cache use Scratch Texture system by robertphillips@google.com · 13 years ago
- 18c464b update the nearly_integral calculation to be (a) faster, and (b) to correctly by reed@google.com · 13 years ago
- f21c704 fix for r3903 compilation issue by robertphillips@google.com · 13 years ago
- 8fff356 Made clip mask cache reuse depend on mask size/bounds (instead of render target size) by robertphillips@google.com · 13 years ago
- d82f3fa Fix for Android ClipCache unit test crash by robertphillips@google.com · 13 years ago
- 50b8ead Reverting r3898 due to Android failures by robertphillips@google.com · 13 years ago
- c3e050f Re-enabling ClipCache unit test which now runs on Xoom w/ new tool chain by robertphillips@google.com · 13 years ago
- 7e6c4d1 add SkPath::isLine(), similar to isRect() by reed@google.com · 13 years ago
- 96a162e Disabled new ClipCache unit test pending investigation of Android failures by robertphillips@google.com · 13 years ago
- beeb97c Added stack to AA clip mask cache by robertphillips@google.com · 13 years ago
- c6ce750 Fixed some fixed point build Windows compiler complaints by robertphillips@google.com · 13 years ago
- c7a67cb Just use std qsort Review URL: https://codereview.appspot.com/6195052 by reed@google.com · 13 years ago
- 0da0627 fix fixed-point build by reed@google.com · 13 years ago
- 99c114e We were numerically overflowing our 16bit coordinates that we communicate by reed@google.com · 13 years ago
- 684119d add more tests for rgn::intersects(rect) by reed@google.com · 13 years ago
- 7ab71ba add more tests around contains for rects and regions by reed@google.com · 13 years ago
- f0a062b Add device to top level N-way canvas. by djsollen@google.com · 13 years ago
- 9d5f76a fix bug (and add test) for drawing an inverse-path whose bounds do intersect by reed@google.com · 13 years ago
- 8a0d8ff add tests for how empty regions should behave in intersects() and contains() by reed@google.com · 13 years ago
- 67c3184 add test for contains and intersects, in advance of optimization work by mike@reedtribe.org · 13 years ago
- ded4414 Apply fix from #3739 to quads and cubics as well by reed@google.com · 13 years ago
- c4ae974 Add SkString.contains() Review URL: https://codereview.appspot.com/6130046 by epoger@google.com · 13 years ago
- 69afee1 add isSimilarityTransform() and some tests by bsalomon@google.com · 13 years ago
- 1df888b check for numerical imprecision on phase by reed@google.com · 13 years ago
- e49aca9 add optional storage parameter to SkWriter32 by reed@google.com · 13 years ago
- fab1ddd only add pathmeasure segment if the accumulated length was actually changed, by reed@google.com · 13 years ago
- 5bfa55b fix unused-return-result-warning for invert/getPosTan by reed@google.com · 13 years ago
- 8b0a335 retarget fonttable tests to use SkTypeface api, rather than (should-be-private) SkFontHost api by reed@google.com · 13 years ago
- 6aa2965 Track oval in SkPath by bsalomon@google.com · 13 years ago
- f3488eb Revert r3705 for fixed pt failures. by bsalomon@google.com · 13 years ago
- c047d41 track oval in SkPath by bsalomon@google.com · 13 years ago
- a90aa53 fix clamping when we chop a cubic by reed@google.com · 13 years ago
- 6853e80 Addressed more Windows compiler complaint issues by robertphillips@google.com · 13 years ago
- d0b9589 Revert r3681 due to fixed point failures in tests. by bsalomon@google.com · 13 years ago
- 8d75bf6 add isSimilarityTransform() and some tests by bsalomon@google.com · 13 years ago
- 6093e65 dd DrawPathTest to gyp add regression tests for bug 533 by mike@reedtribe.org · 13 years ago
- 90c07ea replace getTotalClipStack() with replayClips()+ClipVisitor by reed@google.com · 13 years ago
- 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 13 years ago
- 94fa43c Fix SkPathStroker::lineTo() for line with length SK_ScalarNearlyZero by epoger@google.com · 13 years ago
- 7558925 Fix miscellaneous compiler warnings from Visual Studio 2010. by tomhudson@google.com · 13 years ago
- 0e5104c misc fixes by bsalomon@google.com · 13 years ago
- 09042b8 Fixing Windows compiler complaints by robertphillips@google.com · 13 years ago
- 38c3a30 Fixed issue with Fixed Point scalars in ReadWriteAlphaTest.cpp by robertphillips@google.com · 13 years ago
- 6995068 Initial version of R8 support by robertphillips@google.com · 13 years ago
- 6de0bfc regression unittest for the fix in rev. 3558 (handling nan in antihairpaths) by reed@google.com · 13 years ago
- d3b9fbb Code changes for ANGLE GL interface. .gyp file changes will be delivered later. by robertphillips@google.com · 13 years ago
- ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 13 years ago
- 39d4f3a restore line accidentally deleted in MatrixTest.cpp in r3491 by bsalomon@google.com · 13 years ago
- 9ed2ecd Another fix for fixed point (nan == nan in fixed pt) by bsalomon@google.com · 13 years ago
- cefc865 Fix test to use the flattenable writer class instead of by djsollen@google.com · 13 years ago
- 8fe84b5 Add SkMatrix::cheapEqualTo, use in Gr code by bsalomon@google.com · 13 years ago
- 34f1026 Glyph advances from generateAdvance do not always match generateMetrics results. by bungeman@google.com · 13 years ago
- 6f86c3e fix clang compilation warning by bsalomon@google.com · 13 years ago
- e63793a Upstream changes from Android repository. by djsollen@google.com · 13 years ago
- f8aa18c Compile with c++0x. http://codereview.appspot.com/5841074/ by bungeman@google.com · 13 years ago
- 0435f16 Close a couple of minor memory leaks, add a valgrind suppression file to by tomhudson@google.com · 13 years ago
- dc5f76d unittest for kUTF32_TextEncoding by reed@google.com · 13 years ago
- 470f07f promote floats to scalars for the fixed-point build by reed@google.com · 13 years ago
- 0a07265 add unittest for rev. 3366 -- clipping antihairlines by reed@google.com · 13 years ago
- 4c43372 If we try to clip against a path and the path only contains a rect, treat it as a clip against a rect. by tomhudson@google.com · 13 years ago
- cc46a0a Fix copy paste error in test ref counting. by vandebo@chromium.org · 13 years ago
- c0376fe [PDF] Fix name objects containing characters > 0x80 and add a test. by vandebo@chromium.org · 13 years ago
- c256cd1 remove fragile assert by reed@google.com · 13 years ago
- 087d5aa fix edgecase in chopcubic where we computed duplicate tvalues by reed@google.com · 13 years ago
- 9b0da23 fix bug and add test for aaclip when blitV is called by reed@google.com · 13 years ago
- a907ac3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 13 years ago
- 0b5b0ce reverting r3257 because of gm failure. by junov@chromium.org · 13 years ago
- 421bcc3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 13 years ago
- 87f982c Fix for crash in SkDeferredCanvas when optional SkPaint argument is NULL by junov@chromium.org · 13 years ago
- dceecc7 always allocate (only) the width of the clip for the AA row, since it will by reed@google.com · 13 years ago
- fbd033d Fix memory leak in GetTableData() and add unittests for it by reed@google.com · 13 years ago
- 44eedf8 don't require tableCount>0 since some platform fonts may not support that by reed@google.com · 13 years ago
- a91e923 GPU device preserves pixel values across read/write/read of unpremul pixel values by bsalomon@google.com · 13 years ago
- 7852520 remove 'OS/2' table from known-sizes, since its size is not always the same by reed@google.com · 13 years ago
- dadcfdc Fixing Canvas unit test to correctly verify object flattening in SkPicture by junov@chromium.org · 13 years ago
- 53aab78 Fix line endings. by bsalomon@google.com · 13 years ago