1. 87a6a8e Alter gpu veto by robertphillips · 10 years ago
  2. 42dbfa8 Add patheffects to debugger printout by robertphillips · 10 years ago
  3. dc0f408 Fold alpha to the inner savelayer in savelayer-savelayer-restore patterns by kkinnunen · 10 years ago
  4. 96a857e initial preroll api by reed · 10 years ago
  5. 2ff257b check for too-large rowBytes by reed · 10 years ago
  6. f803da1 add newImage API by reed · 10 years ago
  7. dcfb7cf Remove the need for asCoeff in SkXfermode. by egdaniel · 10 years ago
  8. 4daa6f6 Don't require -DSK_USE_POSIX_THREADS. by mtklein · 10 years ago
  9. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  10. 3f43f8a remove dead SkPersp macros by reed · 10 years ago
  11. 14ed0fd Pre-cache fDirection and fConvexity for recorded SkPaths too. by mtklein · 10 years ago
  12. e1a828c Move SkFontMgr and SkFontStyle impls to own cpp. by bungeman · 10 years ago
  13. 5813616 Do more cleanup from xp changes by egdaniel · 10 years ago
  14. 94443b8 remove dead code after HQ change by reed · 10 years ago
  15. 83c8dec remove legacy flags for old image filtering by reed · 10 years ago
  16. 692135f YUV planes cache by sugoi · 10 years ago
  17. f7094c4 reorg filter quality cascade by reed · 10 years ago
  18. 7729e56 use log2(scale) to compute mip level by reed · 10 years ago
  19. b50ced7 Revert of use log2(scale) to compute mip level (patchset #7 id:120001 of https://codereview.chromium.org/849333002/) by reed · 10 years ago
  20. 15fd47f use log2(scale) to compute mip level by reed · 10 years ago
  21. 54f0e9d Add Xfer Processor for GrCustomXfermodes by egdaniel · 10 years ago
  22. 678c1b0 Fold alpha to the draw in savelayer-draw-restore patterns with non-opaque draw by kkinnunen · 10 years ago
  23. ca8e350 Revert "choose better mip level" by reed · 10 years ago
  24. 0063a9b Move XferEffects class to GrCustomXfermode file by egdaniel · 10 years ago
  25. b087879 SkPictureShader should handle negative scaling gracefully. by fmalita · 10 years ago
  26. 0c27897 Why are we afraid of saveLayer() bounds? by mtklein · 10 years ago
  27. 09544fc choose better mip level by reed · 10 years ago
  28. 1a178ca Use device-space stroke width for SkDraw::drawRect() quick-reject by fmalita · 10 years ago
  29. 26feeba separate out the scaline-choosing to simplify chooseProcs by reed · 10 years ago
  30. 38cd055 Do some minor pre cleanup work before converting all xfermodes to XPs. by egdaniel · 10 years ago
  31. a7f1191 rename blitrow::proc and add (uncalled) hook for colorproc16 by reed · 10 years ago
  32. 6f07665 Simplify SkInstCnt by mtklein · 10 years ago
  33. 125ee60 Revert of Fix GPU clipped-AA vs. non-AA drawRect discrepancy (patchset #2 id:20001 of https://codereview.chromium.org/839883003/) by robertphillips · 10 years ago
  34. 933a03f Fix GPU clipped-AA vs. non-AA drawRect discrepancy by robertphillips · 10 years ago
  35. 0899696 Fix overlap test for 64-bit pointers in SkMatrix by qiankun.miao · 10 years ago
  36. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  37. 703dd2e Remove SkTileGrid (except for TileGridInfo). by mtklein · 10 years ago
  38. eabd0d7 Revert of Cache blur mask for rects which can not break into nine-patch (patchset #10 id:200001 of https://codereview.chromium.org/729463002/) by qiankun.miao · 10 years ago
  39. 5a5b4e9 Cache blur mask for rects which can not break into nine-patch by qiankun.miao · 10 years ago
  40. f4e5995 It is dangerous to ignore SkRect::intersect's return value by robertphillips · 10 years ago
  41. a27b82d Remove distance field generation and storage from SkGlyphCache. by jvanverth · 10 years ago
  42. 690fc59 Revert of It is dangerous to ignore SkRect::intersect's return value (patchset #6 id:100001 of https://codereview.chromium.org/833943002/) by robertphillips · 10 years ago
  43. 7e44bb1 Remove macros that make it look like it's a good idea to not be able to flatten. by mtklein · 10 years ago
  44. 152f524 It is dangerous to ignore SkRect::intersect's return value by robertphillips · 10 years ago
  45. bd0d9da Verify size_t overflow by sugoi · 10 years ago
  46. 783fe16 Rename SkDrawPictureCallback to SkPicture::AbortCallback by robertphillips · 10 years ago
  47. 9810cd2 use conics for ovals and roundrects by reed · 10 years ago
  48. 8ea6dab Revert of Rename SkDrawPictureCallback to SkPicture::AbortCallback (patchset #2 id:20001 of https://codereview.chromium.org/829983003/) by reed · 10 years ago
  49. f7be779 Comment out unused names in src/core/SkGlyphCache.h by tomhudson · 10 years ago
  50. 7ef1972 Rename SkDrawPictureCallback to SkPicture::AbortCallback by robertphillips · 10 years ago
  51. 3f4e045 fixes for conics by reed · 10 years ago
  52. e3b61eb Revert of use conics for ovals and roundrects (patchset #1 id:1 of https://codereview.chromium.org/817283005/) by reed · 10 years ago
  53. 2bf1c4d use conics for ovals and roundrects by reed · 10 years ago
  54. 2b6ab61 Remove SkPath::asRect by robertphillips · 10 years ago
  55. b280646 Fix thin rect stroking. by fmalita · 10 years ago
  56. 91b0a35 Cleanup isRect variants by robertphillips · 10 years ago
  57. f1cdead Print out failing PathRef test on ChromeOS by robertphillips · 10 years ago
  58. 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
  59. 49aabde Clean up dead clear() code in SkRecord. by mtklein · 10 years ago
  60. 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
  61. 2e0f7d5 move remaining virtual draw methods to onDraw by reed · 10 years ago
  62. c4fda92 remove unused drawData by reed · 10 years ago
  63. c187a3c Fix computation of bound in FillBounds::updateSaveBounds by robertphillips · 10 years ago
  64. 4f662e6 Update stroke path to use rect returned from isRect (to fix trailing moveTo bug) by robertphillips · 10 years ago
  65. fe7c427 Fix bound returned by SkPath::isRect when the path contains a trailing moveTo by robertphillips · 10 years ago
  66. b0ae649 Add device space skshader GM to test kDevice_GrCoordSet by bsalomon · 10 years ago
  67. b4f629c fix images in multi-thread by doing shallow-copies by reed · 10 years ago
  68. 0acf1b4 add private flag for sprite-as-bitmap by reed · 10 years ago
  69. d990e2f add testing flag to ignore saveLayer bounds by reed · 10 years ago
  70. fa1e8a7 Add sRGB texture support. by jvanverth · 10 years ago
  71. ec57b54 remove dead SK_SUPPORT_LEGACY_DEVICE_CLEAR code by reed · 10 years ago
  72. ca32da7 Allow the alpha folding optimization if the single draw's paint has a shader by robertphillips · 10 years ago
  73. 5e8b168 remove dead SK_LEGACY_ENCODE_BITMAP flag by reed · 10 years ago
  74. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  75. d55b595 fix SK_LEGACY_ENCODE_BITMAP missing cast by reed · 10 years ago
  76. 53b9e2e add const to encodePixels pixel parameter by reed · 10 years ago
  77. 8aacf20 Fill SkRRect::fType proactively. by mtklein · 10 years ago
  78. 16b2789 Change to create device coord coordset by joshualitt · 10 years ago
  79. 1348dfd Cleanup: Remove a bunch of SkFontHost.h includes (unused). by tfarina · 10 years ago
  80. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  81. 1b28a3a use conics for addRRect by reed · 10 years ago
  82. 220f926 use conics by reed · 10 years ago
  83. 478dd72 Fix layer hoisting image filter corner cases by robertphillips · 10 years ago
  84. 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
  85. 702eb96 Fix layer hoisting image filter corner cases by robertphillips · 10 years ago
  86. 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
  87. 02d2b98 Use SkPaint::getFontBounds() for text bounding boxes in pictures. by mtklein · 10 years ago
  88. 0393912 pass dst-rect through from drawBitmapRect for better precision by reed · 10 years ago
  89. 8893e5f add paint::getFontBounds() by reed · 10 years ago
  90. 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
  91. 3fcc125 Remove SkCanvas::isDrawingToLayer by junov · 10 years ago
  92. e8307dc Add SK_OVERRIDE to a few places that are missing it. by mtklein · 10 years ago
  93. e05fed0 add dumpHex option to rect and rrect, to match path by reed · 10 years ago
  94. 451e822 add get9 and set9 to matrix, to aid in making keys by reed · 10 years ago
  95. 0e91246 Harden validation for SkPathRef by robertphillips · 10 years ago
  96. 8dd31cf Extract cubic classification from gpu into geometry by caryclark · 10 years ago
  97. ef3fcd8 More win64 warning fixes by bsalomon · 10 years ago
  98. f0f1411 Cull pushCull and popCull from Skia. by mtklein · 10 years ago
  99. 59dba14 SkRecord: increase min block to 512B, remove max. by mtklein · 10 years ago
  100. 891372c use SkScalar instead of float by reed · 10 years ago