1. 2e22745 Revert "Remove memory used by unique glyphs" by Brian Osman · 6 years ago
  2. 5d7b5a3 Remove SkPM4fPriv.h, inline the two functions at call-sites by Brian Osman · 6 years ago
  3. 76c27ac use Steps in SkSRGBGammaColorFilter by Mike Klein · 6 years ago
  4. 65f4aea Fix bug decoding JCS_RGB jpeg files by Leon Scroggins III · 6 years ago
  5. fc3784b Extract per-edge quad vertex tesselation code into reusable interface by Michael Ludwig · 6 years ago
  6. a944142 ccpr: Unregister path listeners when their cache entries are evicted by Chris Dalton · 6 years ago
  7. d99bd00 move unspecialized routines out of SkOpts by Mike Klein · 6 years ago
  8. 7d20bc4 Remove memory used by unique glyphs by Herb Derby · 6 years ago
  9. e93ec68 Reland "New GIF codec; new third_party/wuffs dep" by Leon Scroggins III · 6 years ago
  10. 93d73d9 Move perX closures into loops by Herb Derby · 6 years ago
  11. 331ccfd add textutils by Mike Reed · 6 years ago
  12. 1648976 Remove use of unique glyphs from the SkGlyphRunBuilder by Herb Derby · 6 years ago
  13. aedc9d2 Rename shuntGlyphIDs to glyphIDs by Herb Derby · 6 years ago
  14. ee4519d Simplify calling for various glyph drawing. by Herb Derby · 6 years ago
  15. a6c3517 stub SkReadBuffer when SK_DISABLE_READBUFFER by Mike Klein · 6 years ago
  16. 5a284e5 Revert "Remove unique glyph IDs from glyph runs" by Brian Osman · 6 years ago
  17. 7d98846 fix pathop fuzz by Cary Clark · 6 years ago
  18. 7d1c9ec Revert "New GIF codec; new third_party/wuffs dep" by Brian Osman · 6 years ago
  19. 8219163 Cleaup SkGlyph by Herb Derby · 6 years ago
  20. 6000938 New GIF codec; new third_party/wuffs dep by Nigel Tao · 6 years ago
  21. c157c0a more setters for SkFont by Mike Reed · 6 years ago
  22. 2d123ad Remove unique glyph IDs from glyph runs by Herb Derby · 6 years ago
  23. f9f0735 Reland "Some more clean-up of YUVA code" by Jim Van Verth · 6 years ago
  24. b41417f Make GrOp base class responsible for merging bounds. by Brian Salomon · 6 years ago
  25. 472639d add alignment and lcd to SkFont (for now) by Mike Reed · 6 years ago
  26. a7682c8 Disable GrOp chaining. by Brian Salomon · 6 years ago
  27. 61c5108 serious SkEdgeBuilder refactoring by Mike Klein · 6 years ago
  28. db018db fix fuzz divide by zero by Cary Clark · 6 years ago
  29. 31abc5a ccpr: Fix an overzealous assert in DDL by Chris Dalton · 6 years ago
  30. dc82994 Revert "Reland "Reland "Revert "Use OpenGL sampler objects when available."""" by Brian Salomon · 6 years ago
  31. 0ade68c we don't need two ways to disable lowp by Mike Klein · 6 years ago
  32. b11ab57 remove src/jumper by Mike Klein · 6 years ago
  33. 70bd0b7 Revert "Some more clean-up of YUVA code" by Mike Klein · 6 years ago
  34. 3b57279 ccpr: Harden the path cache by Chris Dalton · 6 years ago
  35. 8429c79 ccpr: Don't use the GrContext id for the path cache id by Chris Dalton · 6 years ago
  36. c967407 Some more clean-up of YUVA code by Jim Van Verth · 6 years ago
  37. f510b50 GrOp: Only union bounds to head of chain after a merge. by Brian Salomon · 6 years ago
  38. 6a300ac Check for valid initialization of ReflexHash by Jim Van Verth · 6 years ago
  39. 05c8f46 Hoist color space xform creation out of GrTextureProducer by Brian Osman · 6 years ago
  40. c77cd1a Check for finite segments when inserting into ActiveEdgeList by Jim Van Verth · 6 years ago
  41. c88cc77 remove (unused) vertical-text by Mike Reed · 6 years ago
  42. 3dd116c SkEdgeBuilder refactoring by Mike Klein · 6 years ago
  43. 57862f6 Fix an assert in SkBmpCodec::ReadHeader by Leon Scroggins III · 6 years ago
  44. 62b3004 fix Simplify pathop fuzz by Cary Clark · 6 years ago
  45. b70fd91 Remove colorType and colorSpace from bitmap cache key, and IWYU by Brian Osman · 6 years ago
  46. 00766bf Remove directGeneratePixels, and do some follow-up refactoring by Brian Osman · 6 years ago
  47. ff1aeb9 Ensure that SkYUVSizeInfo is fully initialized with old interface. by Jim Van Verth · 6 years ago
  48. 3135598 SkPDF: maybe save some RAM by making the bitsets smaller by Hal Canary · 6 years ago
  49. fe4fc14 Change SkFont to match needs of textblob by Mike Reed · 6 years ago
  50. b7f0b9c Remove use of colorTypes from SkYUVSizeInfo by Jim Van Verth · 6 years ago
  51. 07afa23 Fix heap buffer overflow by Leon Scroggins III · 6 years ago
  52. 701167c Avoid potential overflow in assert. by Ben Wagner · 6 years ago
  53. bf612c6 Access proxy directly in SkGpuDevice::drawImageSet for pinned/GPU images by Brian Salomon · 6 years ago
  54. a089bb0 focus is_3x3() in SkColorSpace.cpp by Mike Klein · 6 years ago
  55. 327955b Reland "Reland "Revert "Use OpenGL sampler objects when available.""" by Brian Salomon · 6 years ago
  56. 3b5c8b7 Check correct number of planes in queryYUVA8 by Jim Van Verth · 6 years ago
  57. 73dab13 SkPDF: fix typo s/ProcSets/ProcSet/ by Hal Canary · 6 years ago
  58. f252633 move SFDot6 inverse table into SkAnalyticEdge by Mike Klein · 6 years ago
  59. 3c9fbae cut out the rest of blend modes in flutter by Mike Klein · 6 years ago
  60. bfb3df4 Revert "Reland "Revert "Use OpenGL sampler objects when available.""" by Brian Salomon · 6 years ago
  61. b2a232f clean up SK_LEGACY_COMPLEX_XFERMODES by Mike Klein · 6 years ago
  62. dae3585 Guarded version of change to lazy image readPixels by Brian Osman · 6 years ago
  63. 294861f zero-init preallocated vertex/index space in drawing manager by Brian Salomon · 6 years ago
  64. fa5f6ce rename some flattenable routines by Mike Klein · 6 years ago
  65. 6ed2a38 move all registration into optional hooks by Mike Klein · 6 years ago
  66. 50713c3 remove old type deserialization aliases by Mike Klein · 6 years ago
  67. a3d4099 small tweaks to SkFlattenable::Register by Mike Klein · 6 years ago
  68. 4c683fc remove unused SkReadBuffer features by Mike Klein · 6 years ago
  69. 47133fd ColorType fixes for wacky_yuv_textures. by Jim Van Verth · 6 years ago
  70. 7a78a72 any idea why SkReadBuffer has a vtable? by Mike Klein · 6 years ago
  71. 58f153c Use preallocated space for default vertex and index buffer sizes by Brian Salomon · 6 years ago
  72. 64cc9aa Add drawDrawable support to GrRenderTargetContext. by Greg Daniel · 6 years ago
  73. 6064e1c Remove texColorSpace output param from various producer APIs by Brian Osman · 6 years ago
  74. 41ba826 (Almost) no one needs to know about SkPixelRef by Brian Osman · 6 years ago
  75. 2e8f48e Play back picture shaders in 8888 or F16, depending on dst color type by Brian Osman · 6 years ago
  76. 4fee323 override getTypeName() instead of using table by Mike Klein · 6 years ago
  77. e7fd8c3 Un-plumb dstColorSpace through GrTextureProducer by Brian Osman · 6 years ago
  78. bffe4ed Reland "Revert "Use OpenGL sampler objects when available."" by Greg Daniel · 6 years ago
  79. e50cdf0 Remove unused dstColorSpace from getROPixels by Brian Osman · 6 years ago
  80. 6bee776 Consolidate aa resolution for per-edge aa quads by Michael Ludwig · 6 years ago
  81. 0e18937 When checking color type in image shaders, trust SkBitmapProvider, not image by Brian Osman · 6 years ago
  82. 52514d5 SkBitSet: cleanup. Remove unused fn, more general exporter. by Hal Canary · 6 years ago
  83. 1f7e438 Add quad type and persp/aa utilities to GrQuad by Michael Ludwig · 6 years ago
  84. 1295672 clean up flattenable macro cruft by Mike Klein · 6 years ago
  85. 2cef6ce Remove unused SkBitmapProvider functions by Brian Osman · 6 years ago
  86. 1333fc5 Remove unused SkBitmapCacheDesc factory by Brian Osman · 6 years ago
  87. 9ed1a2c Add ability for an SkDevice to handle the drawing of an SkDrawable. by Greg Daniel · 6 years ago
  88. eb772c0 Revert "ccpr: Unregister path listeners when their cache entries are evicted" by Greg Daniel · 6 years ago
  89. d46987b Revert "Revert "Use OpenGL sampler objects when available."" by Brian Salomon · 6 years ago
  90. cf5c51b remove unused flags -- no clients define these by Mike Reed · 6 years ago
  91. 029b22c error when draw ops do not go through addDrawOp by Ethan Nicholas · 6 years ago
  92. 722a9f2 cut out another batch of old xfermodes by Mike Klein · 6 years ago
  93. 1bccae5 Revert "Use OpenGL sampler objects when available." by Mike Klein · 6 years ago
  94. f30e493 ccpr: Unregister path listeners when their cache entries are evicted by Chris Dalton · 6 years ago
  95. 0f7e55a Use OpenGL sampler objects when available. by Brian Salomon · 6 years ago
  96. cd31640 Fix ccpr build on wasm by Chris Dalton · 6 years ago
  97. 9a986cf ccpr: Use SkMessageBus for thread-safe eviction of cache entries by Chris Dalton · 6 years ago
  98. 2077b26 Add function support for vulkan ycbcr conversion. by Greg Daniel · 6 years ago
  99. a507392 Return texture color space when converting raster images to proxies by Brian Osman · 6 years ago
  100. 298af50 Trim SkPictureShader's key by Florin Malita · 6 years ago