1. e59bbf1 Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of https://codereview.chromium.org/939123002/) by scroggo · 10 years ago
  2. 1297ecf flip stroke to chrome compatible define by caryclark · 10 years ago
  3. f8d24e2 BUG=skia: by herb · 10 years ago
  4. 44701df Move clip off of draw target by joshualitt · 10 years ago
  5. 6df8e34 break out of cubic stroker loop on degenerate case by caryclark · 10 years ago
  6. 7af2150 SkStream: Add SkDynamicMemoryWStream::writeToStream(SkWStream*) by halcanary · 10 years ago
  7. b8de1f4 Reset conicWeights in SkPath::consumeDegenerateSegments when rewinding to last Move op by robertphillips · 10 years ago
  8. 1a9600f Make STDPQueue::at() available in all builds. by bsalomon · 10 years ago
  9. a2f4be7 Sketch SkPMFloat by mtklein · 10 years ago
  10. 0883027 Revert of Sketch SkPMFloat (patchset #15 id:270001 of https://codereview.chromium.org/936633002/) by mtklein · 10 years ago
  11. 50d2b31 Sketch SkPMFloat by mtklein · 10 years ago
  12. 7be2eb8 Remove SkFontHost includes and friends. by bungeman · 10 years ago
  13. abcfab4 Swap render target instead of creating a new gpu device for surface copy-on-write by kkinnunen · 10 years ago
  14. 96d68b7 Make SkPixelRef::isLocked() debug-only, remove related dead code. by mtklein · 10 years ago
  15. 2aa1f7e Port GrGLCaps over to use SkTHash. by mtklein · 10 years ago
  16. 04e4d08 This uses quad approximations of the outer and inner paths describing a stroke. Cubics and conics' thick strokes are approximated with quads as well. by caryclark · 10 years ago
  17. b92b706 Revert of Make SkPixelRef::isLocked() debug-only, remove related dead code. (patchset #1 id:1 of https://codereview.chromium.org/940083002/) by reed · 10 years ago
  18. 8e65712 Make SkPixelRef::isLocked() debug-only, remove related dead code. by mtklein · 10 years ago
  19. 87fa631 Rename onGetPixelsEnum back to onGetPixels. by scroggo · 10 years ago
  20. 0c2da0c use geometric ave for choosing mip level by reed · 10 years ago
  21. 90c6bc4 Revert of notify resource caches when pixelref genID goes stale (patchset #4 id:60001 of https://codereview.chromium.org/825263005/) by mtklein · 10 years ago
  22. 4675819 notify resource caches when pixelref genID goes stale by reed · 10 years ago
  23. 25d9c15 Pass Rendertarget into context. by joshualitt · 10 years ago
  24. 91d1d62 zlib/pdf: remove HaveFlate(), depend on preprocessor defines by halcanary · 10 years ago
  25. 1e4e814 SK_NO_FLATE by mtklein · 10 years ago
  26. 9f2d157 Make GrResourceCache use a priority queue of purgeable resources. by bsalomon · 10 years ago
  27. 9e779d4 add gm for path-arcs, and catch degenerate arc in conic-case by reed · 10 years ago
  28. f87fe78 use common impl for drawTextOnPath by reed · 10 years ago
  29. 2682700 Remove SK_SUPPORT_LEGACY_ADDRRECT by fmalita · 10 years ago
  30. d6f87b5 Remove SK_SUPPORT_LEGACY_CONIC_COMPUTE_QUAD_POW2 by fmalita · 10 years ago
  31. 523cda3 Remove android specific srcPath from SkPath by djsollen · 10 years ago
  32. 9e447c0 remove unneeded preroll by reed · 10 years ago
  33. 694b0d1 fix more tricky-float cases in SkRRect validate by reed · 10 years ago
  34. efe513b Fix conversion from enum to bool error. by scroggo · 10 years ago
  35. 0864908 Make SkImageGenerator::getPixels() return an enum. by scroggo · 10 years ago
  36. 3555bd8 Add a templated priority queue class. by bsalomon · 10 years ago
  37. f16c00e interpret conic tolerance correctly -- big rebaseline by reed · 10 years ago
  38. 79ca081 Minimize SkTHash object copying by fmalita · 10 years ago
  39. 05d9044 optional res-scale parameter to getFillPath by reed · 10 years ago
  40. 979e0ea Spin off SkTHashTable, SkTHashMap, SkTHashSet by mtklein · 10 years ago
  41. ac83d62 Fix up a couple includes that are using <> instead of "". by mtklein · 10 years ago
  42. 8432808 check for inverted rects before we quick-reject by reed · 10 years ago
  43. bfd5bff Simplify SkBBH::insert API by mtklein · 10 years ago
  44. d9591bb Switch font embedding to a compile-time flag, with a todo for runtime. by mtklein · 10 years ago
  45. 454fa71 check for nonfinites in rrects by reed · 10 years ago
  46. 88f0a99 Use conics for round joins and caps by reed · 10 years ago
  47. e85a32d Clean up clipping code a bit by robertphillips · 10 years ago
  48. d5d27d9 use conics for arcTo by reed · 10 years ago
  49. 8e85761 Fixed array read error by sugoi · 10 years ago
  50. 31223e0 cull edges that are to the right of the clip by reed · 10 years ago
  51. 5a2a5e7 Revert of Make the glyph array entries inline. (patchset #11 id:190001 of https://codereview.chromium.org/885903002/) by mtklein · 10 years ago
  52. e3ecde1 Remove unnecessary assignment by qiankun.miao · 10 years ago
  53. b4c29ac Make the glyph array entries inline. BUG=skia: by herb · 10 years ago
  54. e6b1a60 Remove opaque versions of Color32_D565 by henrik.smiding · 10 years ago
  55. 01d3319 Faster edge re-sort by reed · 10 years ago
  56. 0692c5f Revert of Faster edge re-sort, drop trailing edges (patchset #2 id:20001 of https://codereview.chromium.org/907623002/) by reed · 10 years ago
  57. 2322115 Faster edge re-sort, drop trailing edges by reed · 10 years ago
  58. c319d07 Revert of faster edge re-sort, drop trailing edges (patchset #4 id:60001 of https://codereview.chromium.org/891613003/) by reed · 10 years ago
  59. 38f1c00 faster edge re-sort, drop trailing edges by reed · 10 years ago
  60. 23e619c Reimplement gpu message bus for invalidated bitmap gen IDs by bsalomon · 10 years ago
  61. 3cb3840 Rename SkCanvasDrawable to SkDrawable, and make public by reed · 10 years ago
  62. c4e8772 Revert of rename SkCanvasDrawable to SkDrawable, and make public (patchset #2 id:20001 of https://codereview.chromium.org/903993002/) by reed · 10 years ago
  63. 4ae9eb7 rename SkCanvasDrawable to SkDrawable, and make public by reed · 10 years ago
  64. de358a9 BUG=skia: by joshualitt · 10 years ago
  65. b0df8be return reference to cache instead of copying the mask by reed · 10 years ago
  66. 1a481fe [SkSVGDevice] Initial clipping support by fmalita · 10 years ago
  67. 9bf4e5b Revert of Make the glyph array entries inline. (patchset #10 id:170001 of https://codereview.chromium.org/885903002/) by bsalomon · 10 years ago
  68. 4c08f16 Make the glyph array entries inline. BUG=skia: by herb · 10 years ago
  69. e67164d DM: wire up --leaks / -l again by mtklein · 10 years ago
  70. 004a166 add missing SK_OVERRIDE by mtklein · 10 years ago
  71. 3d91aad Disable LCD text when rasterizing SkPictureShader tiles. by fmalita · 10 years ago
  72. 7f14c9b Revert of Add device space "nudge" to gpu draws (patchset #6 id:90001 of https://codereview.chromium.org/877473005/) by robertphillips · 10 years ago
  73. b932999 Add device space "nudge" to gpu draws by robertphillips · 10 years ago
  74. 1872ad0 Remove unused globalRef/globalUnref. by scroggo · 10 years ago
  75. c778904 share code between arcTo and addArc, update dox by reed · 10 years ago
  76. f9a4072 Conservative blob bounds cleanup by fmalita · 10 years ago
  77. f90ea01 reorg some path routines, preparing to switch arcs to conics by reed · 10 years ago
  78. 4f358fc Make SkWriter32::snapshotAsData() a dumb copy. by mtklein · 10 years ago
  79. 402448d skia: blend32_16_row for neon version by mlee · 10 years ago
  80. 9cc2f26 Revert of Add device space "nudge" to gpu draws (patchset #5 id:70001 of https://codereview.chromium.org/877473005/) by robertphillips · 10 years ago
  81. 2d55d07 Add device space "nudge" to gpu draws by robertphillips · 10 years ago
  82. f8dd076 Make char hash dynamic when needed. by herb · 10 years ago
  83. 40dab98 Use murmur3 finisher to improve font hash efficiency. by reed · 10 years ago
  84. 6af3147 Fixed clusterfuzz issue by sugoi · 10 years ago
  85. 772604c Add a flag to flush the canvases during SkMultiPictureDraw::draw(). by senorblanco · 10 years ago
  86. 3dc40ac Conservative SkTextBlob bounds. by fmalita · 10 years ago
  87. 25b7611 Revert of patch from issue 885453002 at patchset 20001 (http://crrev.com/885453002#ps20001) (patchset #1 id:1 of https://codereview.chromium.org/881953002/) by mtklein · 10 years ago
  88. 95faa61 patch from issue 885453002 at patchset 20001 (http://crrev.com/885453002#ps20001) by mtklein · 10 years ago
  89. 8ece6eb Remove unused methods from SkScalerContext. by bungeman · 10 years ago
  90. 5f213d9 SkTypeface to use SkStreamAsset. by bungeman · 10 years ago
  91. dc14fa4 speedup mipmap building by reed · 10 years ago
  92. 98b0315 Alter gpu veto by robertphillips · 10 years ago
  93. 1d9e80f check effective cache-size for fixed-budget caches by reed · 10 years ago
  94. 65327ef Revert of Alter gpu veto (patchset #1 id:1 of https://codereview.chromium.org/875913002/) by robertphillips · 10 years ago
  95. 87a6a8e Alter gpu veto by robertphillips · 10 years ago
  96. 42dbfa8 Add patheffects to debugger printout by robertphillips · 10 years ago
  97. dc0f408 Fold alpha to the inner savelayer in savelayer-savelayer-restore patterns by kkinnunen · 10 years ago
  98. 96a857e initial preroll api by reed · 10 years ago
  99. 2ff257b check for too-large rowBytes by reed · 10 years ago
  100. f803da1 add newImage API by reed · 10 years ago