1. 45fa447 new files for pathops geometric intersection by caryclark · 10 years ago
  2. 54f0e9d Add Xfer Processor for GrCustomXfermodes by egdaniel · 10 years ago
  3. 678c1b0 Fold alpha to the draw in savelayer-draw-restore patterns with non-opaque draw by kkinnunen · 10 years ago
  4. ca8e350 Revert "choose better mip level" by reed · 10 years ago
  5. 0063a9b Move XferEffects class to GrCustomXfermode file by egdaniel · 10 years ago
  6. b087879 SkPictureShader should handle negative scaling gracefully. by fmalita · 10 years ago
  7. 0c27897 Why are we afraid of saveLayer() bounds? by mtklein · 10 years ago
  8. 09544fc choose better mip level by reed · 10 years ago
  9. 04ea634 Add include before SK_SUPPORT_GPU in SkArithmeticMode_gpu.h to fix android build by egdaniel · 10 years ago
  10. 1a178ca Use device-space stroke width for SkDraw::drawRect() quick-reject by fmalita · 10 years ago
  11. b54fe40 fMaxTexCoords is unused in Release builds by mtklein · 10 years ago
  12. 89069a9 possible bug fix for nvpr by joshualitt · 10 years ago
  13. f351aa3 Add Arithmetic mode xp. by egdaniel · 10 years ago
  14. 26feeba separate out the scaline-choosing to simplify chooseProcs by reed · 10 years ago
  15. 16a04b8 Move Gpu ArithmeticMode xfer effect to _gpu files. by egdaniel · 10 years ago
  16. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  17. 71c9260 More changes to bring together path / geo procs by joshualitt · 10 years ago
  18. 95145a9 Switch to a more complete method of filtering hoisted layers by robertphillips · 10 years ago
  19. 38cd055 Do some minor pre cleanup work before converting all xfermodes to XPs. by egdaniel · 10 years ago
  20. 26a00de Remove incremental draw optimization from SkDebugCanvas by kkinnunen · 10 years ago
  21. 31b52b7 fix for winvdows nvpr by joshualitt · 10 years ago
  22. abb52a1 Move most of the transform logic into the primitive processors by joshualitt · 10 years ago
  23. a7f1191 rename blitrow::proc and add (uncalled) hook for colorproc16 by reed · 10 years ago
  24. 3c1096f fix for FB fetch on nexus 10 ES3.0 by joshualitt · 10 years ago
  25. 5d17286 Revert of Switch to a more complete method of filtering hoisted layers (patchset #1 id:1 of https://codereview.chromium.org/842323003/) by robertphillips · 10 years ago
  26. 74668a8 Switch to a more complete method of filtering hoisted layers by robertphillips · 10 years ago
  27. 199ba8e namespace {} trick for SK_DECLARE_STATIC_ONCE by mtklein · 10 years ago
  28. 60f8353 Hide ARM assembly memset symbols. by torne · 10 years ago
  29. 6f07665 Simplify SkInstCnt by mtklein · 10 years ago
  30. c3796c7 Generic PDF shader fallback by fmalita · 10 years ago
  31. f361b71 In SkPDFDocument::emitPDF(), stop pre-calculating file offsets. by halcanary · 10 years ago
  32. 4ef0c8a remove NewTexture? by reed · 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. 4fc48af Change function signature of SkPDFObject::emitObject. by halcanary · 10 years ago
  36. 0899696 Fix overlap test for 64-bit pointers in SkMatrix by qiankun.miao · 10 years ago
  37. 815e9b5 Remove SK_SUPPORT_LEGACY_GRADIENT_PRECISION by fmalita · 10 years ago
  38. f5872d2 add stroke params to c api by reed · 10 years ago
  39. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  40. 4490da2 Can't include SkTypes.h from ports/ by Mike Klein · 10 years ago
  41. 8b50ac2 Use error-checking mutexes in Debug builds. by mtklein · 10 years ago
  42. fcfea99 Upstream custom freetype embolding strength from Android by djsollen · 10 years ago
  43. 703dd2e Remove SkTileGrid (except for TileGridInfo). by mtklein · 10 years ago
  44. 549f879 SkPDFImage no longer caches a unpremul version of N32 bitmaps. by halcanary · 10 years ago
  45. 57f192d Allow non-atlasable layer to still be hoisted by robertphillips · 10 years ago
  46. 3b4b66c Work around changes in OSX 10.10. by bungeman · 10 years ago
  47. 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
  48. 5a5b4e9 Cache blur mask for rects which can not break into nine-patch by qiankun.miao · 10 years ago
  49. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
  50. f4e5995 It is dangerous to ignore SkRect::intersect's return value by robertphillips · 10 years ago
  51. a27b82d Remove distance field generation and storage from SkGlyphCache. by jvanverth · 10 years ago
  52. 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
  53. 7e44bb1 Remove macros that make it look like it's a good idea to not be able to flatten. by mtklein · 10 years ago
  54. 152f524 It is dangerous to ignore SkRect::intersect's return value by robertphillips · 10 years ago
  55. bd0d9da Verify size_t overflow by sugoi · 10 years ago
  56. ac8d8b8 revert buildbot breaker by caryclark · 10 years ago
  57. 783fe16 Rename SkDrawPictureCallback to SkPicture::AbortCallback by robertphillips · 10 years ago
  58. 9810cd2 use conics for ovals and roundrects by reed · 10 years ago
  59. 8ea6dab Revert of Rename SkDrawPictureCallback to SkPicture::AbortCallback (patchset #2 id:20001 of https://codereview.chromium.org/829983003/) by reed · 10 years ago
  60. 66b29a6 Remove SkPDFDocument and SkPDFDevice from the public headers. by halcanary · 10 years ago
  61. f7be779 Comment out unused names in src/core/SkGlyphCache.h by tomhudson · 10 years ago
  62. 7ef1972 Rename SkDrawPictureCallback to SkPicture::AbortCallback by robertphillips · 10 years ago
  63. b5d818a will write a custom one for blink later by reed · 10 years ago
  64. efdac51 Revert "Remove SkPDFDocument and SkPDFDevice from the public headers." by reed · 10 years ago
  65. 8b1f761 Remove SkPDFDocument and SkPDFDevice from the public headers. by halcanary · 10 years ago
  66. c4bd39c Require explicit disabling of cross process pictureimagefilters by robertphillips · 10 years ago
  67. 3f4e045 fixes for conics by reed · 10 years ago
  68. e3b61eb Revert of use conics for ovals and roundrects (patchset #1 id:1 of https://codereview.chromium.org/817283005/) by reed · 10 years ago
  69. 1b74730 improve sanity checks on gradient constructor parameters by reed · 10 years ago
  70. 2bf1c4d use conics for ovals and roundrects by reed · 10 years ago
  71. aa458fb Cleanup: More override fixes - another round. by tfarina · 10 years ago
  72. 26e5400 Remove draw window size state from SkDebugCanvas by kkinnunen · 10 years ago
  73. 9790a7b Cap id size returned by GrScratchKey::GenerateResourceType by robertphillips · 10 years ago
  74. 2b6ab61 Remove SkPath::asRect by robertphillips · 10 years ago
  75. b280646 Fix thin rect stroking. by fmalita · 10 years ago
  76. af18a09 Add conic support to Default and AAConvex path redender. by egdaniel · 10 years ago
  77. 91b0a35 Cleanup isRect variants by robertphillips · 10 years ago
  78. 40c85e4 Revert of Revert of enable conics gm (patchset #1 id:1 of https://codereview.chromium.org/811863006/) by reed · 10 years ago
  79. f1cdead Print out failing PathRef test on ChromeOS by robertphillips · 10 years ago
  80. 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
  81. 49aabde Clean up dead clear() code in SkRecord. by mtklein · 10 years ago
  82. 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
  83. 2e0f7d5 move remaining virtual draw methods to onDraw by reed · 10 years ago
  84. ede901c Revert of enable conics gm (patchset #3 id:40001 of https://codereview.chromium.org/835593002/) by reed · 10 years ago
  85. 03119ba enable conics gm by reed · 10 years ago
  86. f8d1874 add toString to SkImage by reed · 10 years ago
  87. 787bb48 Fix for chrome fuzzer by joshualitt · 10 years ago
  88. c4fda92 remove unused drawData by reed · 10 years ago
  89. b2497c2 change API contract: disallow zero-sized images or surfaces by reed · 10 years ago
  90. c187a3c Fix computation of bound in FillBounds::updateSaveBounds by robertphillips · 10 years ago
  91. 7775c85 Add a simpler key type for scratch resource keys. by bsalomon · 10 years ago
  92. be9588a Fix for disabled color writes xp on n6 by egdaniel · 10 years ago
  93. ee2af95 ViewMatrix uniform upload moved to GeometryProcessor by joshualitt · 10 years ago
  94. 5037e9d Change DebugCanvas API to not encourage memory leaks by kkinnunen · 10 years ago
  95. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  96. 4f662e6 Update stroke path to use rect returned from isRect (to fix trailing moveTo bug) by robertphillips · 10 years ago
  97. fe7c427 Fix bound returned by SkPath::isRect when the path contains a trailing moveTo by robertphillips · 10 years ago
  98. 40d4bd8 removing coord change matrices by joshualitt · 10 years ago
  99. d27f73e Remove coordchanges from drawstate by joshualitt · 10 years ago
  100. b0ae649 Add device space skshader GM to test kDevice_GrCoordSet by bsalomon · 10 years ago