1. e5eb1a5 Remove SkBitmap::[setH/h]asHardwareMipMap by Leon Scroggins III · 6 years ago
  2. cb6f53e split out fontmetrics into its own struct by Mike Reed · 6 years ago
  3. 3674336 Reland "make enum santizer fatal" by Mike Klein · 6 years ago
  4. f2b35e4 Revert "make enum santizer fatal" by Mike Klein · 6 years ago
  5. 4529cb5 change MakeRecAndEffects to take SkFont by Mike Reed · 6 years ago
  6. 7a305a2 Enums: specify base by Hal Canary · 6 years ago
  7. 166dbd3 make enum santizer fatal by Mike Klein · 6 years ago
  8. 00b2939 Remove some more GrColor references by Brian Osman · 6 years ago
  9. 11407e5 fix paint docs by Cary Clark · 6 years ago
  10. 422f95b Revert "Revert "Use float colors for blend constant"" by Brian Osman · 6 years ago
  11. d9b16df add alternative setters for hinting by Mike Reed · 6 years ago
  12. 5a4f2a3 Revert "Use float colors for blend constant" by Brian Osman · 6 years ago
  13. 5206547 Use float colors for blend constant by Brian Osman · 6 years ago
  14. 9a9baae Use SkPMColor4f throughout clear APIs by Brian Osman · 6 years ago
  15. 04346d5 use SkFontHinting from SkFontTypes.h by Mike Reed · 6 years ago
  16. 0909331 add SkFontTypes.h by Mike Reed · 6 years ago
  17. 16d91aa remove empty devKern from SkPaint by Mike Reed · 6 years ago
  18. b5ae3b5 [canvaskit] Add drawVertices API by Kevin Lubick · 6 years ago
  19. 1edff30 SkPaint::Align is dead by Mike Reed · 6 years ago
  20. 6113a41 Make special SkRunFont ctor in SkPaint private again by Herb Derby · 6 years ago
  21. 18b950a Add SK_API to SkYUVASizeInfo def by Jim Van Verth · 6 years ago
  22. 9bb6b7e Remove mutablePaint from glyphRuns by Herb Derby · 6 years ago
  23. ef1c83a make big-endian very opt-in by Mike Klein · 6 years ago
  24. 1a8e6ab Remove SkUnPreMultiply::UnPreMultiplyPreservingByteOrder by Brian Osman · 6 years ago
  25. d6db27c Observe SkFont::textToGlyphs() maxGlyphCount by Florin Malita · 6 years ago
  26. e3f543c Remove SkPM4f.h, fold contents into SkColorData.h by Brian Osman · 6 years ago
  27. d029c0e remove color 16 implementation out of public by Cary Clark · 6 years ago
  28. 6a2a1f6 move SkICC::WriteToICC out of line by Mike Klein · 6 years ago
  29. 67510d3 remove (unused and weird) zoom parameter on getFontMetrics by Mike Reed · 6 years ago
  30. 6d546b5 Simplify PMColor preprocessor logic, move it all into SkColorPriv.h by Brian Osman · 6 years ago
  31. ff0e840 clean up some odd SkRefCnt features by Mike Klein · 6 years ago
  32. d5ea998 Remove SkRGBA4f pinning functions by Brian Osman · 6 years ago
  33. cf86085 Replace GrColor4h with SkPMColor4f by Brian Osman · 6 years ago
  34. 06768fc Use std::numeric_limits for SK_FloatNaN and Infinity by Brian Osman · 6 years ago
  35. 8245649 give include comments the once over by Cary Clark · 6 years ago
  36. 73329c8 remove alignenum flag -- rely on clients to add it as needed by Mike Reed · 6 years ago
  37. 9bf8120 More YUV cleanup by Jim Van Verth · 6 years ago
  38. 1986f88 Remove unused GrOpList::numOps() by Brian Salomon · 6 years ago
  39. 78252fe Switch GrColor4h to use float storage by Brian Osman · 6 years ago
  40. 3a42ec0 hide the SkPaint::Align enum entirely by Mike Reed · 6 years ago
  41. 408ef21 Revert "replace SkNVRefCnt with SkRefCnt" by Mike Klein · 6 years ago
  42. e24b587 Replace use of SkYUVSizeInfo with SkYUVASizeInfo by Jim Van Verth · 6 years ago
  43. 0fb1ee9 replace SkNVRefCnt with SkRefCnt by Mike Klein · 6 years ago
  44. 97047b1 declare SkFont SK_API by Mike Reed · 6 years ago
  45. 14768f6 update docs for new/changed textblob apis by Cary Clark · 6 years ago
  46. 1be2b7c Keep paint color range/precision into ops and GPs (using GrColor4h) by Brian Osman · 6 years ago
  47. 4408b1c Remove another GrColor helper function by Brian Osman · 6 years ago
  48. 0ac0edd sync bookmaker docs with canvas by Cary Clark · 6 years ago
  49. 3185f90 expose SkFont as public way to use TextBlobBuilder by Mike Reed · 6 years ago
  50. f08002c Remove SrcRectConstraint from drawImageRect overloads with no src rect by Brian Salomon · 6 years ago
  51. 76aed1e Add GrColor4h (half-float), for use in Ops and (eventually) vertices by Brian Osman · 6 years ago
  52. 7d7c683 add helpers to SkFont (and SkTypeface) by Mike Reed · 6 years ago
  53. 6e24cd3 Reland "hide setTextAlign" by Mike Reed · 6 years ago
  54. f10ea21 Revert "hide setTextAlign" by Brian Osman · 6 years ago
  55. 43c7183 hide setTextAlign by Mike Reed · 6 years ago
  56. 3b79aa3 On second thought, remove GrColor4s by Brian Osman · 6 years ago
  57. a944142 ccpr: Unregister path listeners when their cache entries are evicted by Chris Dalton · 6 years ago
  58. 331ccfd add textutils by Mike Reed · 6 years ago
  59. 4f598e8 GrColor4s, a fixed-point signed short type for wide color vertices by Brian Osman · 6 years ago
  60. c157c0a more setters for SkFont by Mike Reed · 6 years ago
  61. f9f0735 Reland "Some more clean-up of YUVA code" by Jim Van Verth · 6 years ago
  62. 472639d add alignment and lcd to SkFont (for now) by Mike Reed · 6 years ago
  63. dc82994 Revert "Reland "Reland "Revert "Use OpenGL sampler objects when available."""" by Brian Salomon · 6 years ago
  64. 70bd0b7 Revert "Some more clean-up of YUVA code" by Mike Klein · 6 years ago
  65. c967407 Some more clean-up of YUVA code by Jim Van Verth · 6 years ago
  66. 1688014 remove vert methods (no callers) by Mike Reed · 6 years ago
  67. c88cc77 remove (unused) vertical-text by Mike Reed · 6 years ago
  68. fe4fc14 Change SkFont to match needs of textblob by Mike Reed · 6 years ago
  69. b7f0b9c Remove use of colorTypes from SkYUVSizeInfo by Jim Van Verth · 6 years ago
  70. 327955b Reland "Reland "Revert "Use OpenGL sampler objects when available.""" by Brian Salomon · 6 years ago
  71. bfb3df4 Revert "Reland "Revert "Use OpenGL sampler objects when available.""" by Brian Salomon · 6 years ago
  72. fa5f6ce rename some flattenable routines by Mike Klein · 6 years ago
  73. 6ed2a38 move all registration into optional hooks by Mike Klein · 6 years ago
  74. a3d4099 small tweaks to SkFlattenable::Register by Mike Klein · 6 years ago
  75. b9998cd Remove unused methods from SkTDArray by Herb Derby · 6 years ago
  76. 41ba826 (Almost) no one needs to know about SkPixelRef by Brian Osman · 6 years ago
  77. 4fee323 override getTypeName() instead of using table by Mike Klein · 6 years ago
  78. bffe4ed Reland "Revert "Use OpenGL sampler objects when available."" by Greg Daniel · 6 years ago
  79. da7a567 SkTArray: behave a little more like std::vector by Hal Canary · 6 years ago
  80. 9ed1a2c Add ability for an SkDevice to handle the drawing of an SkDrawable. by Greg Daniel · 6 years ago
  81. eb772c0 Revert "ccpr: Unregister path listeners when their cache entries are evicted" by Greg Daniel · 6 years ago
  82. d46987b Revert "Revert "Use OpenGL sampler objects when available."" by Brian Salomon · 6 years ago
  83. 1bccae5 Revert "Use OpenGL sampler objects when available." by Mike Klein · 6 years ago
  84. f30e493 ccpr: Unregister path listeners when their cache entries are evicted by Chris Dalton · 6 years ago
  85. 0f7e55a Use OpenGL sampler objects when available. by Brian Salomon · 6 years ago
  86. 9a986cf ccpr: Use SkMessageBus for thread-safe eviction of cache entries by Chris Dalton · 6 years ago
  87. 8f11e43 Reland: Widen internal API to support more complex YUV formats by Jim Van Verth · 6 years ago
  88. f99a674 Revert "Widen internal API to support more complex YUV formats" by Jim Van Verth · 6 years ago
  89. 0c583af Widen internal API to support more complex YUV formats by Jim Van Verth · 6 years ago
  90. e92aae6 make legacy shadercontext optional by Mike Reed · 6 years ago
  91. 6a38800 be consistent about int for incReserve by Mike Reed · 6 years ago
  92. 495993a Remove GrColor4f by Brian Osman · 6 years ago
  93. a2a94a4 Add GrGLInterface support for sampler objects and GrGLCaps detection. by Brian Salomon · 6 years ago
  94. cb3d087 Remove all remaining GrColor4f (other than gradients) by Brian Osman · 6 years ago
  95. 82727ad Add documentation to SkRGBA4f by Brian Osman · 6 years ago
  96. 09bc78b remove unused isABitmap code by Mike Reed · 6 years ago
  97. 0087c83 Make GrTextureOp disable filtering/aa in more cases. by Brian Salomon · 6 years ago
  98. ebde1ab Change 0 extraSize allocation behavior for SkArenaAlloc by Herb Derby · 6 years ago
  99. 01815d7 Update Skia milestone to 72 by Heather Miller · 6 years ago
  100. a9667fb Revert "Tie mip map cache purging to Images, not Bitmaps/PixelRefs" by Brian Osman · 6 years ago