1. 96a162e Disabled new ClipCache unit test pending investigation of Android failures by robertphillips@google.com · 12 years ago
  2. beeb97c Added stack to AA clip mask cache by robertphillips@google.com · 12 years ago
  3. c6ce750 Fixed some fixed point build Windows compiler complaints by robertphillips@google.com · 12 years ago
  4. c7a67cb Just use std qsort Review URL: https://codereview.appspot.com/6195052 by reed@google.com · 12 years ago
  5. 0da0627 fix fixed-point build by reed@google.com · 12 years ago
  6. 99c114e We were numerically overflowing our 16bit coordinates that we communicate by reed@google.com · 12 years ago
  7. 684119d add more tests for rgn::intersects(rect) by reed@google.com · 12 years ago
  8. 7ab71ba add more tests around contains for rects and regions by reed@google.com · 12 years ago
  9. f0a062b Add device to top level N-way canvas. by djsollen@google.com · 12 years ago
  10. 9d5f76a fix bug (and add test) for drawing an inverse-path whose bounds do intersect by reed@google.com · 12 years ago
  11. 8a0d8ff add tests for how empty regions should behave in intersects() and contains() by reed@google.com · 12 years ago
  12. 67c3184 add test for contains and intersects, in advance of optimization work by mike@reedtribe.org · 12 years ago
  13. ded4414 Apply fix from #3739 to quads and cubics as well by reed@google.com · 12 years ago
  14. c4ae974 Add SkString.contains() Review URL: https://codereview.appspot.com/6130046 by epoger@google.com · 12 years ago
  15. 69afee1 add isSimilarityTransform() and some tests by bsalomon@google.com · 12 years ago
  16. 1df888b check for numerical imprecision on phase by reed@google.com · 12 years ago
  17. e49aca9 add optional storage parameter to SkWriter32 by reed@google.com · 12 years ago
  18. fab1ddd only add pathmeasure segment if the accumulated length was actually changed, by reed@google.com · 12 years ago
  19. 5bfa55b fix unused-return-result-warning for invert/getPosTan by reed@google.com · 12 years ago
  20. 8b0a335 retarget fonttable tests to use SkTypeface api, rather than (should-be-private) SkFontHost api by reed@google.com · 12 years ago
  21. 6aa2965 Track oval in SkPath by bsalomon@google.com · 12 years ago
  22. f3488eb Revert r3705 for fixed pt failures. by bsalomon@google.com · 12 years ago
  23. c047d41 track oval in SkPath by bsalomon@google.com · 12 years ago
  24. a90aa53 fix clamping when we chop a cubic by reed@google.com · 12 years ago
  25. 6853e80 Addressed more Windows compiler complaint issues by robertphillips@google.com · 12 years ago
  26. d0b9589 Revert r3681 due to fixed point failures in tests. by bsalomon@google.com · 12 years ago
  27. 8d75bf6 add isSimilarityTransform() and some tests by bsalomon@google.com · 12 years ago
  28. 6093e65 dd DrawPathTest to gyp add regression tests for bug 533 by mike@reedtribe.org · 12 years ago
  29. 90c07ea replace getTotalClipStack() with replayClips()+ClipVisitor by reed@google.com · 12 years ago
  30. 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 12 years ago
  31. 94fa43c Fix SkPathStroker::lineTo() for line with length SK_ScalarNearlyZero by epoger@google.com · 12 years ago
  32. 7558925 Fix miscellaneous compiler warnings from Visual Studio 2010. by tomhudson@google.com · 12 years ago
  33. 0e5104c misc fixes by bsalomon@google.com · 12 years ago
  34. 09042b8 Fixing Windows compiler complaints by robertphillips@google.com · 12 years ago
  35. 38c3a30 Fixed issue with Fixed Point scalars in ReadWriteAlphaTest.cpp by robertphillips@google.com · 12 years ago
  36. 6995068 Initial version of R8 support by robertphillips@google.com · 12 years ago
  37. 6de0bfc regression unittest for the fix in rev. 3558 (handling nan in antihairpaths) by reed@google.com · 12 years ago
  38. d3b9fbb Code changes for ANGLE GL interface. .gyp file changes will be delivered later. by robertphillips@google.com · 12 years ago
  39. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  40. 39d4f3a restore line accidentally deleted in MatrixTest.cpp in r3491 by bsalomon@google.com · 12 years ago
  41. 9ed2ecd Another fix for fixed point (nan == nan in fixed pt) by bsalomon@google.com · 12 years ago
  42. cefc865 Fix test to use the flattenable writer class instead of by djsollen@google.com · 12 years ago
  43. 8fe84b5 Add SkMatrix::cheapEqualTo, use in Gr code by bsalomon@google.com · 12 years ago
  44. 34f1026 Glyph advances from generateAdvance do not always match generateMetrics results. by bungeman@google.com · 12 years ago
  45. 6f86c3e fix clang compilation warning by bsalomon@google.com · 12 years ago
  46. e63793a Upstream changes from Android repository. by djsollen@google.com · 12 years ago
  47. f8aa18c Compile with c++0x. http://codereview.appspot.com/5841074/ by bungeman@google.com · 12 years ago
  48. 0435f16 Close a couple of minor memory leaks, add a valgrind suppression file to by tomhudson@google.com · 12 years ago
  49. dc5f76d unittest for kUTF32_TextEncoding by reed@google.com · 12 years ago
  50. 470f07f promote floats to scalars for the fixed-point build by reed@google.com · 12 years ago
  51. 0a07265 add unittest for rev. 3366 -- clipping antihairlines by reed@google.com · 12 years ago
  52. 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 · 12 years ago
  53. cc46a0a Fix copy paste error in test ref counting. by vandebo@chromium.org · 12 years ago
  54. c0376fe [PDF] Fix name objects containing characters > 0x80 and add a test. by vandebo@chromium.org · 12 years ago
  55. c256cd1 remove fragile assert by reed@google.com · 12 years ago
  56. 087d5aa fix edgecase in chopcubic where we computed duplicate tvalues by reed@google.com · 12 years ago
  57. 9b0da23 fix bug and add test for aaclip when blitV is called by reed@google.com · 12 years ago
  58. a907ac3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 12 years ago
  59. 0b5b0ce reverting r3257 because of gm failure. by junov@chromium.org · 12 years ago
  60. 421bcc3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 12 years ago
  61. 87f982c Fix for crash in SkDeferredCanvas when optional SkPaint argument is NULL by junov@chromium.org · 12 years ago
  62. dceecc7 always allocate (only) the width of the clip for the AA row, since it will by reed@google.com · 12 years ago
  63. fbd033d Fix memory leak in GetTableData() and add unittests for it by reed@google.com · 12 years ago
  64. 44eedf8 don't require tableCount>0 since some platform fonts may not support that by reed@google.com · 12 years ago
  65. a91e923 GPU device preserves pixel values across read/write/read of unpremul pixel values by bsalomon@google.com · 12 years ago
  66. 7852520 remove 'OS/2' table from known-sizes, since its size is not always the same by reed@google.com · 12 years ago
  67. dadcfdc Fixing Canvas unit test to correctly verify object flattening in SkPicture by junov@chromium.org · 12 years ago
  68. 53aab78 Fix line endings. by bsalomon@google.com · 12 years ago
  69. 17aa07d add unittest for FontHost (just tables at the moment) by reed@google.com · 12 years ago
  70. 76b9c4b Disabling failing unit test on linux by junov@chromium.org · 12 years ago
  71. 1cc8f6f Adding more unit testing for SkCanvas and derived classes. by junov@chromium.org · 12 years ago
  72. b9682d3 Change append to appendf for call sites with no format arguments. by vandebo@chromium.org · 12 years ago
  73. 543c719 Revert r3036. This change breaks loading images as by caryclark@google.com · 12 years ago
  74. 6843ac4 Turn off test in fixed pt build. by bsalomon@google.com · 12 years ago
  75. f0ed80a Make cross_prod used in SkPath::cheapComputeDirection fallback to double computation when result is 0. Verbal LGTM from reed. by bsalomon@google.com · 12 years ago
  76. 80cdb9a aaclip needs to handle paths with holes by reed@google.com · 12 years ago
  77. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 12 years ago
  78. b1e218e Adding missing SkIntToScalar to resolve DeferredCanvas unit test failures with fixed-point build by junov@chromium.org · 12 years ago
  79. 8f9ecbd Adding API and unit testing for deferred canvas clearing/purging by junov@chromium.org · 12 years ago
  80. 4072556 Add two files missed in r3165; most critically the gyp! by tomhudson@google.com · 12 years ago
  81. b447d21 Fix dumb error of starting loop with 0 instead of 1 that uses shift to increment. by bsalomon@google.com · 12 years ago
  82. 89ec61e Add GrGLContextInfo by bsalomon@google.com · 12 years ago
  83. b9f026f Turn on read pixels test for raster backend by bsalomon@google.com · 12 years ago
  84. 1f9767c Fixing backing store access in SkDeferredCanvas. by junov@chromium.org · 12 years ago
  85. d414666 add additional tests for path direction with multiple pts on y-max by reed@google.com · 12 years ago
  86. ac8543f use contour with global ymax to determine direction by reed@google.com · 12 years ago
  87. 5546ef2 inject a 32767 bounded cliprect before using SuperSampler blitter, to avoid by reed@google.com · 12 years ago
  88. 13e812c Interpolate vertical linear gradients for improved quality. by tomhudson@google.com · 13 years ago
  89. a6d04d9 Fixing the behavior of SkPathMeasure to reflect changes in SkPath::Iter. by schenney@chromium.org · 13 years ago
  90. 0eb7576 Modify SkBitmap::extractSubset() to respect volatility by skyostil@google.com · 13 years ago
  91. 2211b62 Subpixel text 3/8 of a pixel too far to the right. by bungeman@google.com · 13 years ago
  92. ce7adb5 Modify SkBitmap::extractSubset() to respect opaqueness by skyostil@google.com · 13 years ago
  93. 510c6b1 Adding new SkPathMeasure tests, defined out for now as they fail. by schenney@chromium.org · 13 years ago
  94. d335d1d automatically inject a moveTo if we see a close followed by a line/quad/cubic by reed@google.com · 13 years ago
  95. cabaf1d reenable direction test, fix handling of degenerate segments in the non-convex case by reed@google.com · 13 years ago
  96. dc7a506 Fix SkScalar values in ClipperTest.cpp; these were breaking one Windows buildbot by epoger@google.com · 13 years ago
  97. 4762831 disable test until I can fix it by reed@google.com · 13 years ago
  98. 6da3d17 improve clamping logic when handling imprecise chopping of cubics by reed@google.com · 13 years ago
  99. e354397 use SkIntToScalar(10) instead of 10 for parameters (for scalar==fixed) by reed@google.com · 13 years ago
  100. 3e71a88 add gm for reverseAddPath by reed@google.com · 13 years ago