1. c337c9e Revert "Revert "Hold sk_sp<GrAtlasTextBlob> refs in GrTextBlobCache instead of raw ptrs"" by Florin Malita · 8 years ago
  2. 566e53c re-guard against negative dimensions on no-draw canvas by Mike Reed · 8 years ago
  3. 8da9e94 put sksl->glsl modifiers in correct order by Ethan Nicholas · 8 years ago
  4. 0b791f5 Remove ownership aruments from render target wrap functions by Brian Osman · 8 years ago
  5. b726d58 Partially defer SkImage_Gpu by Robert Phillips · 8 years ago
  6. 7ba4d71 clipstacks can be on the stack or embedded, therefore should not be ref-counted by Mike Reed · 8 years ago
  7. d37f22b Clients can provide preallocated storage to clipstack by Mike Reed · 8 years ago
  8. 6e1e27b Revert "prealloc room for some number of Elements to avoid malloc" by Mike Reed · 8 years ago
  9. 94cbbba prealloc room for some number of Elements to avoid malloc by Mike Reed · 8 years ago
  10. 3304c44 Revert "Hold sk_sp<GrAtlasTextBlob> refs in GrTextBlobCache instead of raw ptrs" by Florin Malita · 8 years ago
  11. f1b61af Mark function used as template parameter extern. by Ben Wagner · 8 years ago
  12. db3ceb8 Hold sk_sp<GrAtlasTextBlob> refs in GrTextBlobCache instead of raw ptrs by Florin Malita · 8 years ago
  13. c1e3705 Remove more unused ownership arguments by Brian Osman · 8 years ago
  14. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 8 years ago
  15. 383dd9d Remove unused ownership argument to GrSurfaceProxy::MakeWrappedBackend by Brian Osman · 8 years ago
  16. 6e93584 Add tolerance to quadratic and linear cubic detection by csmartdalton · 8 years ago
  17. fe71b9d Add GrSemaphoreOp to support deferred semaphore use by Greg Daniel · 8 years ago
  18. 84dd857 make GrPaint.h private -- IWYU by Mike Reed · 8 years ago
  19. 4a21c94 move intermediate patheffect classes inside src by Mike Reed · 8 years ago
  20. c65aec9 Make GrClip.h private by Brian Salomon · 8 years ago
  21. 4eed4c8 limit addEndMoveSpans loop in pathops by Cary Clark · 8 years ago
  22. 08541e8 Optimize mipmap downsample_2_2 in sRGB mode by Matt Sarett · 8 years ago
  23. 538f1a3 Switch GrYUVProvider over to GrTextureProxies by Robert Phillips · 8 years ago
  24. f141fff Add SkImage_Base::onMakeColorSpace() stub by Matt Sarett · 8 years ago
  25. 8310f0e Revert "remove SkClipVisitor" by Mike Reed · 8 years ago
  26. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 8 years ago
  27. 3139de3 Remove SkChunckAlloc by Herb Derby · 8 years ago
  28. 7dd57b6 Use Fibonacci instead of 2^n for block growth. by Herb Derby · 8 years ago
  29. 91b961d remove SkClipVisitor by Mike Reed · 8 years ago
  30. a1d9ce5 Revert "Optimize mipmap downsample_2_2 in sRGB mode" by Derek Sollenberger · 8 years ago
  31. 90b2005 remove SkPictureUtils.h by Mike Reed · 8 years ago
  32. 3011568 Revert "Fix SkJumper gcc warning" by Mike Klein · 8 years ago
  33. 2fcd170 Revert "Turn on SkJumper all the time." by Mike Klein · 8 years ago
  34. c624d9d Refactor GrColorSpaceXformHelper by Brian Osman · 8 years ago
  35. e353e81 Fix SkJumper gcc warning by Florin Malita · 8 years ago
  36. c013892 Add a unique ID to GrOpLists and return it from GrRenderTargetContext::addDrawOp by Robert Phillips · 8 years ago
  37. 139e5e0 special device for not drawing -- performs no clipping by Mike Reed · 8 years ago
  38. c0128d4 DW last resort font default name not necessary. by Ben Wagner · 8 years ago
  39. aa3af7b SkPDF: Always get advances at unitsPerEm. by Hal Canary · 8 years ago
  40. 8de05ff Remove SK_SUPPORT_LEGACY_AAA flag as chromium now turns it off by Yuqian Li · 8 years ago
  41. 3012d18 Rename not-fBlendCorrectly to fNonLinearBlending by Matt Sarett · 8 years ago
  42. 3ea01f7 Optimize mipmap downsample_2_2 in sRGB mode by Matt Sarett · 8 years ago
  43. 1355551 Turn on SkJumper all the time. by Mike Klein · 8 years ago
  44. 33fdb8d Refactor GrTextBlobCache by Florin Malita · 8 years ago
  45. 27bece8 FuzzCanvas: SkColorFilter by Hal Canary · 8 years ago
  46. ca49067 optimize intersect, use getType to utilize fast-case in preTranslate by Mike Reed · 8 years ago
  47. fdf3bbe SkJumper: constant() embeds constants directly in code by Mike Klein · 8 years ago
  48. d85f97d Control making of GrSemaphore objects inside of GrResourceProvider by Greg Daniel · 8 years ago
  49. 3a9aab9 GrTessellator: convert contours to VertexLists. by Stephen White · 8 years ago
  50. 4729914 Groundwork for nonlinear blending mode in Ganesh by Brian Osman · 8 years ago
  51. d543e0a Add GrOp::wasRecorded and use in instanced rendering for tracking. by Brian Salomon · 8 years ago
  52. e9ed07d SkJumper: a couple stages used by color filters by Mike Klein · 8 years ago
  53. c3cc5fa Move from SkChunkAlloc to SkArenaAlloc for PathOps by Herb Derby · 8 years ago
  54. a136136 Revert[6] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""""" by Mike Reed · 8 years ago
  55. 467921e Move GrDrawOp pipeline/clip processing to GrRenderTargetContext by Brian Salomon · 8 years ago
  56. 894d561 Back to code as data arrays, this time in .text. by Mike Klein · 8 years ago
  57. c0a4c4f Revert "Move from SkChunkAlloc to SkArenaAlloc for PathOps" by Derek Sollenberger · 8 years ago
  58. 4b19b40 Revert "Fix new IT blocks ARMv8" by Mike Klein · 8 years ago
  59. 90165c2 Fix new IT blocks ARMv8 by Amaury Le Leyzour · 8 years ago
  60. 05a4296 Turn off savelayer optimization for Android framework by Yuqian Li · 8 years ago
  61. 38c6018 Move from SkChunkAlloc to SkArenaAlloc for PathOps by Herb Derby · 8 years ago
  62. 9e50f7b Store clipped bounds on GrOp rather than in parallel in GrRenderTargetOpList. by Brian Salomon · 8 years ago
  63. 488f0d6 Add ability to insert systrace markers for the android framework by Derek Sollenberger · 8 years ago
  64. d83545e Add SkColorSpace::isSRGB() by Matt Sarett · 8 years ago
  65. 42c456f Remove PLS path renderer by Brian Salomon · 8 years ago
  66. 06b3025 Fix transfer function epsilon by Matt Sarett · 8 years ago
  67. 1c10fdd Remove XP override color. by Brian Salomon · 8 years ago
  68. 27d07f0 Revert "Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""""" by Mike Reed · 8 years ago
  69. 5b4599f Add SkImage::colorSpace() and SkImage::refColorSpace() by Matt Sarett · 8 years ago
  70. 025e244 Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""" by Mike Reed · 8 years ago
  71. 12da890 Revert "move some of patheffect internals into private" by Mike Reed · 8 years ago
  72. 7067fc6 move some of patheffect internals into private by Mike Reed · 8 years ago
  73. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  74. ae9718f Remove unnecessary use of GrGLIRect in GrRenderTargetOpList by Brian Salomon · 8 years ago
  75. e370cbe Remove clip to bounds GrContextOption by Brian Salomon · 8 years ago
  76. 651cbe9 GrTessellator: Implement a fast path in poly emission. by Stephen White · 8 years ago
  77. 01254bc Use an exponential growth strategy for extra blocks. by Herb Derby · 8 years ago
  78. baf06bc Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""" by Cary Clark · 8 years ago
  79. 94fc0fe SkJumper: store_f32 by Mike Klein · 8 years ago
  80. cfaa632 Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."" by Mike Reed · 8 years ago
  81. 4447b64 Switch SkImageGenerator over to generating GrTextureProxies by Robert Phillips · 8 years ago
  82. 2f49314 Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy> by Robert Phillips · 8 years ago
  83. 90732fd GrTessellator: add a null-check for a clusterfuzz test case. by Stephen White · 8 years ago
  84. 373b538 Release resources if SkMallocPixelRef::NewWithProc fails. by Ben Wagner · 8 years ago
  85. 2b46f3e Revert "Use inline storage for SkEdgeBuilder." by Mike Klein · 8 years ago
  86. 9169d80 Don't mark the matrix-type as dirty just be cause we translate it. by Mike Reed · 8 years ago
  87. 108943d Remove SkLiteDL::makeThreadsafe(). by Mike Klein · 8 years ago
  88. fe3b516 Use GrSemaphore rather than GrFence for external texture data by Brian Osman · 8 years ago
  89. e836b78 Use the auto blitter alloc to build linear pipelines with. by Herb Derby · 8 years ago
  90. 767c7e7 SkJumper: use AVX2 mask loads and stores for U32 by Mike Klein · 8 years ago
  91. 8e48c1e fixed duplicate interface variable in SPIR-V output by Ethan Nicholas · 8 years ago
  92. ea5e676 Revert "Remove SkDraw from device-draw methods, and enable device-centric clipping." by Mike Reed · 8 years ago
  93. d7875f5 Refactor SkLiteDL to no longer extend SkDrawable. by Derek Sollenberger · 8 years ago
  94. c663905 Tell PDF on Mac when a font is a variation font. by Ben Wagner · 8 years ago
  95. be32a43 Use inline storage for SkEdgeBuilder. by Herb Derby · 8 years ago
  96. c464035 pass storage directly to allocator for blitters by Mike Reed · 8 years ago
  97. 391a890 Use proxy canvas size. by Herb Derby · 8 years ago
  98. c77e33f Remove SkDraw from device-draw methods, and enable device-centric clipping. by Mike Reed · 8 years ago
  99. 8e8e817 SkJumper: skip null contexts by Mike Klein · 8 years ago
  100. cf2e8c6 SkPDF: empty shader boxes bad by Hal Canary · 8 years ago