1. 22451cc accessors for RunBuffer as points or rsxforms by Mike Reed · 6 years ago
  2. d7c2a38 Revert "Wide color support in AA Convex path renderer" by Brian Osman · 6 years ago
  3. 51eaa79 Wide color support in AA Convex path renderer by Brian Osman · 6 years ago
  4. 487132b Don't include system vulkan header when building skia files. by Greg Daniel · 6 years ago
  5. f78b7ea don't use paint's gettextpath by Mike Reed · 6 years ago
  6. dc5863c use font in SkTextUtils by Mike Reed · 6 years ago
  7. 98a4e4a remove uncalled onDrawTextRSXform by Mike Reed · 6 years ago
  8. 0951cc2 Revert "Reland "Revert "serialize fonts instead of paints""" by Mike Reed · 6 years ago
  9. f4dd96c Reland "Revert "serialize fonts instead of paints"" by Mike Reed · 6 years ago
  10. 9803b8f Revert "Revert "serialize fonts instead of paints"" by Mike Reed · 6 years ago
  11. 576633c Revert "serialize fonts instead of paints" by Mike Reed · 6 years ago
  12. b4ba826 Move GrResourceKey.h to include/private. by Brian Salomon · 6 years ago
  13. f1ae66b serialize fonts instead of paints by Mike Reed · 6 years ago
  14. 1332743 remove overrides of (dead) onDrawTextRSXform by Mike Reed · 6 years ago
  15. 811d064 make SkRSXform singular by Cary Clark · 6 years ago
  16. 30cf62b add rsxform runs to textblobs by Mike Reed · 6 years ago
  17. 700ae55 Remove "EXPERIMENTAL" label from kDecal_TileMode by Florin Malita · 6 years ago
  18. 614c1a8 Add idle texture callback mechanism. by Brian Salomon · 6 years ago
  19. 88f1fa5 Infer GL null buffer hint usage from whether on command buffer or WebGL. by Brian Salomon · 6 years ago
  20. fee3f9b Make GrSurfaceProxy::Copy take SkBackingFit. by Brian Salomon · 6 years ago
  21. 77e1ccf Make requiring VBOs a runtime rather than compile time decision. by Brian Salomon · 6 years ago
  22. 148b7fd add saveBehind to canvas by Mike Reed · 6 years ago
  23. 2cb3b95 Remove GR_GL_USE_NEW_SHADER_SOURCE_SIGNATURE flag. by Brian Salomon · 6 years ago
  24. 9a3f554 SkPDF: refactor streams, experimental threading by Hal Canary · 6 years ago
  25. 7dfe6d9 minor Sk4px cleanup by Mike Klein · 6 years ago
  26. acb056e Remove unused macro GR_GL_CHECK_FBO_STATUS_ONCE_PER_FORMAT by Brian Salomon · 6 years ago
  27. 34a2030 Remove window rects flag from GrInternalSurfaceFlags. by Brian Salomon · 6 years ago
  28. b2a259c Pass in clip bounds when creating a GpuDrawHandler for SkDrawable. by Greg Daniel · 6 years ago
  29. 880979f Fix 64-bit truncate warning by Herb Derby · 6 years ago
  30. e7f662b Use SkFont in getOrCreateCache for RemoteGlyphCache by Herb Derby · 6 years ago
  31. 1d6ae2e add docs to dump() by Mike Reed · 6 years ago
  32. ce5831e add paint param to measureText by Mike Reed · 6 years ago
  33. f391d0f Reduce the number of backend->pixelconfig GrCaps virtuals. by Brian Salomon · 6 years ago
  34. 8e265a7 Re-land "Perform Vulkan resets in a background thread" by Ethan Nicholas · 6 years ago
  35. 8dfb343 undef fontmetrics flag -- rely on clients to opt in by Mike Reed · 6 years ago
  36. 2d707bd remove dead code around SkPaint::breakText by Mike Reed · 6 years ago
  37. 1c949d5 make new ctor explicit by Mike Reed · 6 years ago
  38. 7da2fc7 Move textureType() method from GrSurfaceProxy to GrTextureProxy. by Brian Salomon · 6 years ago
  39. 3d6b438 remove legacy pathref validation by Cary Clark · 6 years ago
  40. ea908a1 add simpler constructor for SkFont by Mike Reed · 6 years ago
  41. 58fc5d1 Use SkFont in GPU drawing step 1 by Herb Derby · 6 years ago
  42. 340aeda make SK_SUPPORT_LEGACY_FONTMETRICS_IN_PAINT conditional by Mike Reed · 6 years ago
  43. e9da1d6 Funtion to say if an SkFont has anti aliasing. by Herb Derby · 6 years ago
  44. c33d614 add google-build-namespaces to clang-tidy checks by Mike Klein · 6 years ago
  45. e855b9d Use SkFont for bitmap device rendering by Herbert Derby · 6 years ago
  46. 54200e4 Move vulkan headers from third_party to include/third_party. by Greg Daniel · 6 years ago
  47. cfb0120 move intercepts impl into textblob by Mike Reed · 6 years ago
  48. 9f7d9a2 Revert "Move some Gr headers from include/gpu to include/private and src/gpu." by Brian Salomon · 6 years ago
  49. 22170b3 Revert "Treat kWEBP encode with quality=100 as lossless" by Mike Reed · 6 years ago
  50. dfa432c impl intercepts with fonts by Mike Reed · 6 years ago
  51. 3bdc3f5 Move some Gr headers from include/gpu to include/private and src/gpu. by Brian Salomon · 6 years ago
  52. e7f165b Treat kWEBP encode with quality=100 as lossless by Leon Scroggins III · 6 years ago
  53. 4f73883 fix bookmaker by Cary Clark · 6 years ago
  54. ae0d860 move intercepts call to textblob by Mike Reed · 6 years ago
  55. a0b54cd add test (and fix) for glyphsToUnichars by Mike Reed · 6 years ago
  56. 3ccaa88 Add SK_API to GrTexture. by Brian Salomon · 6 years ago
  57. f23a152 Reland "Add clamp to border wrap mode to gpu" by Michael Ludwig · 6 years ago
  58. 8137f3c Revert "Add clamp to border wrap mode to gpu" by Michael Ludwig · 6 years ago
  59. 0a7e58f Add glTexParameterf[v] to GrGLInterface by Brian Salomon · 6 years ago
  60. f49a578 Add clamp to border wrap mode to gpu by Michael Ludwig · 6 years ago
  61. f5bbf66 Finish removing sample shading support by Brian Osman · 6 years ago
  62. 4037a18 Revert "Convert bitmap device drawing to SkFont removing all LEGACY calls" by Mike Reed · 6 years ago
  63. 4a6a4ac remove uncalled onDrawText virtuals from base class by Mike Reed · 6 years ago
  64. 85a216c Convert bitmap device drawing to SkFont removing all LEGACY calls by Herb Derby · 6 years ago
  65. 95e1760 Make SkGlyphRun use SkFont instead of SkPaint by Herb Derby · 6 years ago
  66. 386e6ce Remove deprecated YUVA interface by Jim Van Verth · 6 years ago
  67. d207345 Add cap to number of oplists we execute before flushing to the gpu. by Greg Daniel · 6 years ago
  68. 967df20 Deuninstantiate by Brian Salomon · 6 years ago
  69. a63593a Remove sample shading and dest color override by Brian Osman · 6 years ago
  70. bb786b4 guard paint's breaktext -- trying to remove it by Mike Reed · 6 years ago
  71. 158df43 hide non-blob versions of getTextIntercepts by Mike Reed · 6 years ago
  72. f3babcd Reland "Add SkFontMgr implementation for Fuchsia" by Sergey Ulanov · 6 years ago
  73. e6b5b71 Revert "Add SkFontMgr implementation for Fuchsia" by Mike Reed · 6 years ago
  74. 309f1de Add SkFontMgr implementation for Fuchsia by Sergey Ulanov · 6 years ago
  75. 2bf4339 Revert "remove SkPaint breakText, use SkFont instead (or don't call it)" by Mike Reed · 6 years ago
  76. 4e336e3 Move all glyphsToUnichars to a single impl (rely on typeface) by Mike Reed · 6 years ago
  77. 704a342 Abandon onDrawText and its variants, turn everything into textblobs by Mike Reed · 6 years ago
  78. 246bc3d Revert "Revert "Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures."" by Brian Salomon · 6 years ago
  79. efb518d more simple makers for textblobs by Mike Reed · 6 years ago
  80. b17f5fd remove SkPaint breakText, use SkFont instead (or don't call it) by Mike Reed · 6 years ago
  81. d3e7130 Add a hash of all vertex attributes to the GrProgramDesc key by Brian Osman · 6 years ago
  82. 9cadc31 Reland "Bypass interval tracking and assignment of read-only texures in GrResourceAllocator." by Brian Salomon · 6 years ago
  83. 47be94a Revert "Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures." by Brian Salomon · 6 years ago
  84. 69e5785 Add RG_88 texture format by Jim Van Verth · 6 years ago
  85. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
  86. 3e73dcf fix bookmaker by Cary Clark · 6 years ago
  87. 7b7ab59 SkRunFont is gone, there is only SkFont by Mike Reed · 6 years ago
  88. 6d59568 change private alloc methods to also take fonts by Mike Reed · 6 years ago
  89. c84ccb1 add extra header to quick-fix IWYU issue in google3 by Mike Reed · 6 years ago
  90. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
  91. c609353 Revert "Bypass interval tracking and assignment of read-only texures in GrResourceAllocator." by Brian Salomon · 6 years ago
  92. b3f4aac make runfont be a font ... this makes building faster. by Mike Reed · 6 years ago
  93. c86ec97 add simple docs for textencoding in SkPaint by Mike Reed · 6 years ago
  94. 1b04794 Bypass interval tracking and assignment of read-only texures in GrResourceAllocator. by Brian Salomon · 6 years ago
  95. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 6 years ago
  96. 10273c1 Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures. by Brian Salomon · 6 years ago
  97. cb6b884 Fix uninitialized bug in SkWuffsCodec for incomplete images by Leon Scroggins III · 6 years ago
  98. b353eeb Remove duplicate member of GrVkDrawableInfo struct. by Greg Daniel · 6 years ago
  99. 0f9d33e clean up conditional code for SkTextEncoding by Mike Reed · 6 years ago
  100. 1958e5d Add Android framework only util to get the SkSurface from SkCanvas by Derek Sollenberger · 6 years ago