1. d3b9fbb Code changes for ANGLE GL interface. .gyp file changes will be delivered later. by robertphillips@google.com · 12 years ago
  2. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  3. 39d4f3a restore line accidentally deleted in MatrixTest.cpp in r3491 by bsalomon@google.com · 12 years ago
  4. 9ed2ecd Another fix for fixed point (nan == nan in fixed pt) by bsalomon@google.com · 12 years ago
  5. cefc865 Fix test to use the flattenable writer class instead of by djsollen@google.com · 12 years ago
  6. 8fe84b5 Add SkMatrix::cheapEqualTo, use in Gr code by bsalomon@google.com · 12 years ago
  7. 34f1026 Glyph advances from generateAdvance do not always match generateMetrics results. by bungeman@google.com · 12 years ago
  8. 6f86c3e fix clang compilation warning by bsalomon@google.com · 12 years ago
  9. e63793a Upstream changes from Android repository. by djsollen@google.com · 12 years ago
  10. f8aa18c Compile with c++0x. http://codereview.appspot.com/5841074/ by bungeman@google.com · 12 years ago
  11. 0435f16 Close a couple of minor memory leaks, add a valgrind suppression file to by tomhudson@google.com · 12 years ago
  12. dc5f76d unittest for kUTF32_TextEncoding by reed@google.com · 12 years ago
  13. 470f07f promote floats to scalars for the fixed-point build by reed@google.com · 12 years ago
  14. 0a07265 add unittest for rev. 3366 -- clipping antihairlines by reed@google.com · 12 years ago
  15. 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
  16. cc46a0a Fix copy paste error in test ref counting. by vandebo@chromium.org · 12 years ago
  17. c0376fe [PDF] Fix name objects containing characters > 0x80 and add a test. by vandebo@chromium.org · 12 years ago
  18. c256cd1 remove fragile assert by reed@google.com · 12 years ago
  19. 087d5aa fix edgecase in chopcubic where we computed duplicate tvalues by reed@google.com · 12 years ago
  20. 9b0da23 fix bug and add test for aaclip when blitV is called by reed@google.com · 12 years ago
  21. a907ac3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 12 years ago
  22. 0b5b0ce reverting r3257 because of gm failure. by junov@chromium.org · 12 years ago
  23. 421bcc3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 12 years ago
  24. 87f982c Fix for crash in SkDeferredCanvas when optional SkPaint argument is NULL by junov@chromium.org · 12 years ago
  25. dceecc7 always allocate (only) the width of the clip for the AA row, since it will by reed@google.com · 12 years ago
  26. fbd033d Fix memory leak in GetTableData() and add unittests for it by reed@google.com · 12 years ago
  27. 44eedf8 don't require tableCount>0 since some platform fonts may not support that by reed@google.com · 12 years ago
  28. a91e923 GPU device preserves pixel values across read/write/read of unpremul pixel values by bsalomon@google.com · 12 years ago
  29. 7852520 remove 'OS/2' table from known-sizes, since its size is not always the same by reed@google.com · 12 years ago
  30. dadcfdc Fixing Canvas unit test to correctly verify object flattening in SkPicture by junov@chromium.org · 12 years ago
  31. 53aab78 Fix line endings. by bsalomon@google.com · 12 years ago
  32. 17aa07d add unittest for FontHost (just tables at the moment) by reed@google.com · 12 years ago
  33. 76b9c4b Disabling failing unit test on linux by junov@chromium.org · 12 years ago
  34. 1cc8f6f Adding more unit testing for SkCanvas and derived classes. by junov@chromium.org · 12 years ago
  35. b9682d3 Change append to appendf for call sites with no format arguments. by vandebo@chromium.org · 12 years ago
  36. 543c719 Revert r3036. This change breaks loading images as by caryclark@google.com · 12 years ago
  37. 6843ac4 Turn off test in fixed pt build. by bsalomon@google.com · 12 years ago
  38. 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
  39. 80cdb9a aaclip needs to handle paths with holes by reed@google.com · 12 years ago
  40. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 12 years ago
  41. b1e218e Adding missing SkIntToScalar to resolve DeferredCanvas unit test failures with fixed-point build by junov@chromium.org · 12 years ago
  42. 8f9ecbd Adding API and unit testing for deferred canvas clearing/purging by junov@chromium.org · 12 years ago
  43. 4072556 Add two files missed in r3165; most critically the gyp! by tomhudson@google.com · 12 years ago
  44. b447d21 Fix dumb error of starting loop with 0 instead of 1 that uses shift to increment. by bsalomon@google.com · 12 years ago
  45. 89ec61e Add GrGLContextInfo by bsalomon@google.com · 12 years ago
  46. b9f026f Turn on read pixels test for raster backend by bsalomon@google.com · 12 years ago
  47. 1f9767c Fixing backing store access in SkDeferredCanvas. by junov@chromium.org · 12 years ago
  48. d414666 add additional tests for path direction with multiple pts on y-max by reed@google.com · 12 years ago
  49. ac8543f use contour with global ymax to determine direction by reed@google.com · 12 years ago
  50. 5546ef2 inject a 32767 bounded cliprect before using SuperSampler blitter, to avoid by reed@google.com · 12 years ago
  51. 13e812c Interpolate vertical linear gradients for improved quality. by tomhudson@google.com · 12 years ago
  52. a6d04d9 Fixing the behavior of SkPathMeasure to reflect changes in SkPath::Iter. by schenney@chromium.org · 12 years ago
  53. 0eb7576 Modify SkBitmap::extractSubset() to respect volatility by skyostil@google.com · 12 years ago
  54. 2211b62 Subpixel text 3/8 of a pixel too far to the right. by bungeman@google.com · 12 years ago
  55. ce7adb5 Modify SkBitmap::extractSubset() to respect opaqueness by skyostil@google.com · 12 years ago
  56. 510c6b1 Adding new SkPathMeasure tests, defined out for now as they fail. by schenney@chromium.org · 12 years ago
  57. d335d1d automatically inject a moveTo if we see a close followed by a line/quad/cubic by reed@google.com · 12 years ago
  58. cabaf1d reenable direction test, fix handling of degenerate segments in the non-convex case by reed@google.com · 13 years ago
  59. dc7a506 Fix SkScalar values in ClipperTest.cpp; these were breaking one Windows buildbot by epoger@google.com · 13 years ago
  60. 4762831 disable test until I can fix it by reed@google.com · 13 years ago
  61. 6da3d17 improve clamping logic when handling imprecise chopping of cubics by reed@google.com · 13 years ago
  62. e354397 use SkIntToScalar(10) instead of 10 for parameters (for scalar==fixed) by reed@google.com · 13 years ago
  63. 3e71a88 add gm for reverseAddPath by reed@google.com · 13 years ago
  64. 8688e5b Exclude BGRA readPixel tests on Android until bug 438 is resolved. by djsollen@google.com · 13 years ago
  65. c52b192 add unittest for sk_memset16 and sk_memset32 by mike@reedtribe.org · 13 years ago
  66. cadbcb8 Towards enabling -Werror in skia on Linux by bsalomon@google.com · 13 years ago
  67. 6630d8d Add the ability to iterate through a path without modification. This change is by schenney@chromium.org · 13 years ago
  68. 9ad3599 Fix ToUnicode generation bug. by vandebo@chromium.org · 13 years ago
  69. 21e0bc2 add move-close-move and move-close-move-close to the "empty" paths to test by reed@google.com · 13 years ago
  70. ee068aa add unittest for invariants for empty paths, still need to think about by reed@google.com · 13 years ago
  71. 419f433 add SkUnichar_IsVariationSelector() by reed@google.com · 13 years ago
  72. 6c31d9d Fixing PathTest. It was always broken in the convexity test code due by schenney@chromium.org · 13 years ago
  73. 3287949 Fixing the build for FIXED tests. PathTest was incorrect using "1" instead of "SK_Scalar1". by schenney@chromium.org · 13 years ago
  74. 4da06ab Modifying SkPath to store all verbs provided by the user, and to give by schenney@chromium.org · 13 years ago
  75. 7c20293 add canvas::isDrawingToLayer(), as a fast query for chrome; faster than by reed@google.com · 13 years ago
  76. b6e1619 Adding isOpaque method to skia shader classes by junov@chromium.org · 13 years ago
  77. 5ae777d rename sk_float_isNaN to sk_float_isnan to match related functions by reed@google.com · 13 years ago
  78. 1607863 rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed by reed@google.com · 13 years ago
  79. 61873a5 add sk_float_isfinite to mask platform differences by reed@google.com · 13 years ago
  80. d230e3e add test for isFinite by reed@google.com · 13 years ago
  81. b44cd65 Fix Paint == comparison on Android. by djsollen@google.com · 13 years ago
  82. 37f3ae0 add unittest for save/restore by reed@google.com · 13 years ago
  83. a052aca more rgn==aaclip tests by reed@google.com · 13 years ago
  84. 31648eb Fix warnings by bsalomon@google.com · 13 years ago
  85. 95b85bd add test that aaclip.setRegion creates the same mask as the region by mike@reedtribe.org · 13 years ago
  86. 3d60812 don't quickReject bitmaps if there is a looper or other possible bounds-modifier by reed@google.com · 13 years ago
  87. 3565f0f add test for IsMode by mike@reedtribe.org · 13 years ago
  88. b03db4a fix signed/unsigned warning (use size_t in conjunction with SK_ARRAY_COUNT) by reed@google.com · 13 years ago
  89. 3563c9e fix autobounds dude to call a custom version of rect.join that doesn't ignore by reed@google.com · 13 years ago
  90. 1dcf506 Remove GrGpuGLFixed subclass and ES1 support by bsalomon@google.com · 13 years ago
  91. ffdb018 add test for bounds (disabled as it fails) by reed@google.com · 13 years ago
  92. 74b9871 Do writepixels alpha-premul using gpu by bsalomon@google.com · 13 years ago
  93. beb7fe1 [PDF] Optimize W-array generation with respect to subsetted fonts and add test. by vandebo@chromium.org · 13 years ago
  94. bbce8b2 Turn off WritePixelsTest in fixed pt build (GPU device known not to work, no plan to fix) by bsalomon@google.com · 13 years ago
  95. d58a1cd Add config8888 support to writePixels by bsalomon@google.com · 13 years ago
  96. a2092aa Fix return value in read pixels unit test by bsalomon@google.com · 13 years ago
  97. f74ad8c Removes warnings generated by gcc and clang. by tomhudson@google.com · 13 years ago
  98. 8d7e39c add experimental test for blending math (disabled for now) by reed@google.com · 13 years ago
  99. c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 13 years ago
  100. 6850eab Override 32BPP format in SkCanvas::readPixels by bsalomon@google.com · 13 years ago