1. 2b6ab61 Remove SkPath::asRect by robertphillips · 10 years ago
  2. b280646 Fix thin rect stroking. by fmalita · 10 years ago
  3. 91b0a35 Cleanup isRect variants by robertphillips · 10 years ago
  4. f1cdead Print out failing PathRef test on ChromeOS by robertphillips · 10 years ago
  5. 41af966 Revert of Revert of move remaining virtual draw methods to onDraw (patchset #1 id:1 of https://codereview.chromium.org/835913002/) by reed · 10 years ago
  6. 49aabde Clean up dead clear() code in SkRecord. by mtklein · 10 years ago
  7. e87e383 Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001 of https://codereview.chromium.org/817723005/) by reed · 10 years ago
  8. 2e0f7d5 move remaining virtual draw methods to onDraw by reed · 10 years ago
  9. c4fda92 remove unused drawData by reed · 10 years ago
  10. c187a3c Fix computation of bound in FillBounds::updateSaveBounds by robertphillips · 10 years ago
  11. 4f662e6 Update stroke path to use rect returned from isRect (to fix trailing moveTo bug) by robertphillips · 10 years ago
  12. fe7c427 Fix bound returned by SkPath::isRect when the path contains a trailing moveTo by robertphillips · 10 years ago
  13. b0ae649 Add device space skshader GM to test kDevice_GrCoordSet by bsalomon · 10 years ago
  14. b4f629c fix images in multi-thread by doing shallow-copies by reed · 10 years ago
  15. 0acf1b4 add private flag for sprite-as-bitmap by reed · 10 years ago
  16. d990e2f add testing flag to ignore saveLayer bounds by reed · 10 years ago
  17. fa1e8a7 Add sRGB texture support. by jvanverth · 10 years ago
  18. ec57b54 remove dead SK_SUPPORT_LEGACY_DEVICE_CLEAR code by reed · 10 years ago
  19. ca32da7 Allow the alpha folding optimization if the single draw's paint has a shader by robertphillips · 10 years ago
  20. 5e8b168 remove dead SK_LEGACY_ENCODE_BITMAP flag by reed · 10 years ago
  21. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  22. d55b595 fix SK_LEGACY_ENCODE_BITMAP missing cast by reed · 10 years ago
  23. 53b9e2e add const to encodePixels pixel parameter by reed · 10 years ago
  24. 8aacf20 Fill SkRRect::fType proactively. by mtklein · 10 years ago
  25. 16b2789 Change to create device coord coordset by joshualitt · 10 years ago
  26. 1348dfd Cleanup: Remove a bunch of SkFontHost.h includes (unused). by tfarina · 10 years ago
  27. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  28. 1b28a3a use conics for addRRect by reed · 10 years ago
  29. 220f926 use conics by reed · 10 years ago
  30. 478dd72 Fix layer hoisting image filter corner cases by robertphillips · 10 years ago
  31. 86f0328 Revert of Fix layer hoisting image filter corner cases (patchset #3 id:40001 of https://codereview.chromium.org/803183003/) by robertphillips · 10 years ago
  32. 702eb96 Fix layer hoisting image filter corner cases by robertphillips · 10 years ago
  33. 9a5380d Revert of Use SkPaint::getFontBounds() for text bounding boxes in pictures. (patchset #1 id:1 of https://codereview.chromium.org/805983003/) by mtklein · 10 years ago
  34. 02d2b98 Use SkPaint::getFontBounds() for text bounding boxes in pictures. by mtklein · 10 years ago
  35. 0393912 pass dst-rect through from drawBitmapRect for better precision by reed · 10 years ago
  36. 8893e5f add paint::getFontBounds() by reed · 10 years ago
  37. 5bcbe91 Fix rrects that are large enough that we lose/gain a bit when we add the radius to a bounds coordinate. by reed · 10 years ago
  38. 3fcc125 Remove SkCanvas::isDrawingToLayer by junov · 10 years ago
  39. e8307dc Add SK_OVERRIDE to a few places that are missing it. by mtklein · 10 years ago
  40. e05fed0 add dumpHex option to rect and rrect, to match path by reed · 10 years ago
  41. 451e822 add get9 and set9 to matrix, to aid in making keys by reed · 10 years ago
  42. 0e91246 Harden validation for SkPathRef by robertphillips · 10 years ago
  43. 8dd31cf Extract cubic classification from gpu into geometry by caryclark · 10 years ago
  44. ef3fcd8 More win64 warning fixes by bsalomon · 10 years ago
  45. f0f1411 Cull pushCull and popCull from Skia. by mtklein · 10 years ago
  46. 59dba14 SkRecord: increase min block to 512B, remove max. by mtklein · 10 years ago
  47. 891372c use SkScalar instead of float by reed · 10 years ago
  48. ccb328d Fix some win64 warnings. by bsalomon · 10 years ago
  49. f55c314 Enforce thread-safety of bitmaps in pictures via the type. by mtklein · 10 years ago
  50. 1a4900e Force embedding full font when serializing pictures. by mtklein · 10 years ago
  51. 895c43b Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  52. 2ff1fce Defer saves() until they're needed by reed · 10 years ago
  53. 3490263 Replace use of deprecated CG methods. by bungeman · 10 years ago
  54. 04b49c3 Don't store an SkMatrix in BitmapShaderKey. by fmalita · 10 years ago
  55. 387a01a Detect discarded SkPictureShader pixel refs. by fmalita · 10 years ago
  56. 96472de dd readPixels to SkImage by reed · 10 years ago
  57. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  58. 3054be1 Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  59. a8918a0 Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul (patchset #3 id:40001 of https://codereview.chromium.org/790733003/) by reed · 10 years ago
  60. f3c78cc Adding an option for pixelated rendering in SkPictureImageFilter by junov · 10 years ago
  61. 2c1605a remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  62. a8b326c change SkPoint::setLength to set itself to (0,0) if it starting length is degenerate. by reed · 10 years ago
  63. 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  64. 9f876a3 Use threshold of 1 texture coord value per pixel w/ nearest neighbor. by bsalomon · 10 years ago
  65. 3030445 Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of https://codereview.chromium.org/784643002/) by scroggo · 10 years ago
  66. 02b217f Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  67. c0708cb Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of https://codereview.chromium.org/784643002/) by robertphillips · 10 years ago
  68. 0c4aba6 Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  69. 8d95ffa Revert of Make all blending up to GrOptDrawState be handled by the xp/xp factory. (patchset #7 id:140001 of https://codereview.chromium.org/759713002/) by egdaniel · 10 years ago
  70. 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  71. a2bd24f Tweak SkPictureShader's tile semantics. by fmalita · 10 years ago
  72. 2be0fd8 Constify CreatePictureShader's picture arg. by fmalita · 10 years ago
  73. 08c357c remove device::clear -- no longer called by reed · 10 years ago
  74. b9bb38c make SkColorShader private, use public factory by reed · 10 years ago
  75. d3d1a98 add convexity logic and tests for scalar max, Inf, and NaN by caryclark · 10 years ago
  76. 28f9c60 Add support for half float alpha textures. by jvanverth · 10 years ago
  77. 5f14c5e Factor text size device mapping in SkScalerContext. by bungeman · 10 years ago
  78. 69469b5 Use size of SkRect as the key for blur mask cache by qiankun.miao · 10 years ago
  79. eb2a676 Remove backend factories by joshualitt · 10 years ago
  80. 89dee42 check (thread-tricky) colortable after we've copied the bitmap into a per-thread context by reed · 10 years ago
  81. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  82. 60f3c65 Add SSSE3 acceleration for S32_D16_filter_DXDY by qiankun.miao · 10 years ago
  83. 9da051a Revert of Add SSSE3 acceleration for S32_D16_filter_DXDY (patchset #3 id:40001 of https://codereview.chromium.org/773753002/) by jam · 10 years ago
  84. 4f10844 Turn on MPD threading in nanobench. by mtklein · 10 years ago
  85. c016fb8 Use static XPF for porter duff xp factories. by egdaniel · 10 years ago
  86. 96a6c4d Copy src in SkDrawLooper::computeFastBounds(). by mtklein · 10 years ago
  87. 378092f Add XferProcessor factory in GrPaint and GrDrawState. by egdaniel · 10 years ago
  88. e99d499 Fuse GrReplacements and GrLayerCache by robertphillips · 10 years ago
  89. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  90. 1962f52 Revert of implement device::clear until we can remove callers in chrome skia/ext (patchset #1 id:1 of https://codereview.chromium.org/773903002/) by reed · 10 years ago
  91. 45a0578 Add SSSE3 acceleration for S32_D16_filter_DXDY by qiankun.miao · 10 years ago
  92. 701dd4f Flail a little against LLVM crash. by mtklein · 10 years ago
  93. 252fccf implement device::clear until we can remove callers in chrome skia/ext by reed · 10 years ago
  94. 5234075 Adding a PictureResolution option to SkPictureImageFilter by Justin Novosad · 10 years ago
  95. 3729469 Change clear() to respect the clip by reed · 10 years ago
  96. cc969c4 Make SkColorTable explicitly thread-safe. by mtklein · 10 years ago
  97. 775b819 SkColorTable locking serves no purpose anymore. by mtklein · 10 years ago
  98. 435eba7 Pre-cache local matrix type in shader constructor. by mtklein · 10 years ago
  99. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  100. af57903 Force SkMatrix type while recording too. by mtklein · 10 years ago