1. e7f662b Use SkFont in getOrCreateCache for RemoteGlyphCache by Herb Derby · 6 years ago
  2. 5790420 Add new DM via, "ddl2" which records/draws DDLs for each test twice. by Brian Salomon · 6 years ago
  3. 1694a86 Revert "Reland Reland "Remove use of integers for atlas indexing"" by Jim Van Verth · 6 years ago
  4. fc1cb22 Use SkFont and SkScalerContextEffects for creating SkScalerContext instead of SkPaint by Herb Derby · 6 years ago
  5. b79ba57 SkFont pushed up one small step for setupCache by Herb Derby · 6 years ago
  6. f81cfc3 fix fuzz assert by Cary Clark · 6 years ago
  7. a96ec09 [canvaskit] Performance tuning of GL calls by Kevin Lubick · 6 years ago
  8. b3907a8 SkPDF: fix bitmap type3 glyphs. by Hal Canary · 6 years ago
  9. 5f7b014 Only reposition the fallback vertices once. by Herb Derby · 6 years ago
  10. c53ce16 templatize NEON SkBitmapProcState_matrixProcs by Mike Klein · 6 years ago
  11. be315a2 Decal fallback for SkImageShader by Michael Ludwig · 6 years ago
  12. 6cd43b4 Update SkCanonicalizeFont to also update paint by Mike Reed · 6 years ago
  13. ce5831e add paint param to measureText by Mike Reed · 6 years ago
  14. 5ceda55 Fix stroked round capped circular arc batched with filled circle. by Brian Salomon · 6 years ago
  15. 16d00ee CG smoothing implies gamma blit. by Ben Wagner · 6 years ago
  16. f391d0f Reduce the number of backend->pixelconfig GrCaps virtuals. by Brian Salomon · 6 years ago
  17. eb82b5a protect against fuzz generated fLastMoveToIndex by Cary Clark · 6 years ago
  18. f6206f9 Add new method for calculating text atlas sizes by Jim Van Verth · 6 years ago
  19. 21a7be0 fix roll by Cary Clark · 6 years ago
  20. 8e265a7 Re-land "Perform Vulkan resets in a background thread" by Ethan Nicholas · 6 years ago
  21. 554d9bd simplify fExternalCounter bookkeeping by Mike Klein · 6 years ago
  22. d839cfa make ctor and setter consistent -- just take the typeface param as is by Mike Reed · 6 years ago
  23. c723b76 always check lock() result by Mike Klein · 6 years ago
  24. 2d707bd remove dead code around SkPaint::breakText by Mike Reed · 6 years ago
  25. 7da2fc7 Move textureType() method from GrSurfaceProxy to GrTextureProxy. by Brian Salomon · 6 years ago
  26. ea908a1 add simpler constructor for SkFont by Mike Reed · 6 years ago
  27. c9b7c72 two pass convexity by Cary Clark · 6 years ago
  28. 58fc5d1 Use SkFont in GPU drawing step 1 by Herb Derby · 6 years ago
  29. 34c9b6d start removing legacy paint calls by Mike Reed · 6 years ago
  30. 255f73a Revert "we now cache GLSL shaders when we can't cache the binaries" by Ethan Nicholas · 6 years ago
  31. 5f6e20d add gm calling textblob intercepts with spacing by Mike Reed · 6 years ago
  32. 830d5c0 we now cache GLSL shaders when we can't cache the binaries by Ethan Nicholas · 6 years ago
  33. e9da1d6 Funtion to say if an SkFont has anti aliasing. by Herb Derby · 6 years ago
  34. bff4e07 Revert "Perform Vulkan resets in a background thread" by Ethan Nicholas · 6 years ago
  35. ce50043 Revert "fix for GrVkGpu not always unreffing all command pools" by Ethan Nicholas · 6 years ago
  36. 9867f61 SkShaper per-line callback by Florin Malita · 6 years ago
  37. 15b83aa fix for GrVkGpu not always unreffing all command pools by Ethan Nicholas · 6 years ago
  38. c33d614 add google-build-namespaces to clang-tidy checks by Mike Klein · 6 years ago
  39. d00dc21 Fix path to vulkan header. by Greg Daniel · 6 years ago
  40. ad64873 run clang-tidy on headers too by Mike Klein · 6 years ago
  41. e855b9d Use SkFont for bitmap device rendering by Herbert Derby · 6 years ago
  42. 54200e4 Move vulkan headers from third_party to include/third_party. by Greg Daniel · 6 years ago
  43. 30e6343 Perform Vulkan resets in a background thread by Ethan Nicholas · 6 years ago
  44. cfb0120 move intercepts impl into textblob by Mike Reed · 6 years ago
  45. 9f7d9a2 Revert "Move some Gr headers from include/gpu to include/private and src/gpu." by Brian Salomon · 6 years ago
  46. 1688507 Try out clang-tidy, starting with bugprone-use-after-move by Mike Klein · 6 years ago
  47. 22170b3 Revert "Treat kWEBP encode with quality=100 as lossless" by Mike Reed · 6 years ago
  48. dfa432c impl intercepts with fonts by Mike Reed · 6 years ago
  49. 72ab346 Consolidate stroke-rect ops and use GrFillRectOp instead of GrNonAA/AARectOp by Michael Ludwig · 6 years ago
  50. 3bdc3f5 Move some Gr headers from include/gpu to include/private and src/gpu. by Brian Salomon · 6 years ago
  51. e7f165b Treat kWEBP encode with quality=100 as lossless by Leon Scroggins III · 6 years ago
  52. db80cbe change convex scan converter to be defensive by Mike Reed · 6 years ago
  53. ae0d860 move intercepts call to textblob by Mike Reed · 6 years ago
  54. a10494c remove legacy switch by Cary Clark · 6 years ago
  55. 1564069 Convert ShoudDrawAsPath to use SkFont by Herbert Derby · 6 years ago
  56. 89f2ff1 Use texparameterf[v] by Brian Salomon · 6 years ago
  57. a0b54cd add test (and fix) for glyphsToUnichars by Mike Reed · 6 years ago
  58. d1ca672 use SkFont for blob TightBounds by Mike Reed · 6 years ago
  59. dbfd766 templatize SkBitmapProcState_matrixProcs by Mike Klein · 6 years ago
  60. dad4bfc SkWuffsCodec: swizzle only the dirty rect by Leon Scroggins III · 6 years ago
  61. 179559f Fix decoding RAW images to 565 by Leon Scroggins III · 6 years ago
  62. ca91e1f End color analysis early when color becomes unknown by Michael Ludwig · 6 years ago
  63. f23a152 Reland "Add clamp to border wrap mode to gpu" by Michael Ludwig · 6 years ago
  64. be5a093 Consolidate details of lazy proxy creation for promise image textures. by Brian Salomon · 6 years ago
  65. 0c75727 Disable OpenGL for Windows-on-ARM64 by Brian Osman · 6 years ago
  66. 858e12c Remove unused GrSignalSemaphoreOp and forced flushed on semaphore insertion. by Greg Daniel · 6 years ago
  67. f0b6044 Revert "Fix performance regresion on Mali, while preserving sk_FragCoord.w" by Michael Ludwig · 6 years ago
  68. 8137f3c Revert "Add clamp to border wrap mode to gpu" by Michael Ludwig · 6 years ago
  69. 0a77f43 In Vulkan don't submit CB after resolve call unless we are preparing image for I/O by Greg Daniel · 6 years ago
  70. 0a7e58f Add glTexParameterf[v] to GrGLInterface by Brian Salomon · 6 years ago
  71. f49a578 Add clamp to border wrap mode to gpu by Michael Ludwig · 6 years ago
  72. 4037a18 Revert "Convert bitmap device drawing to SkFont removing all LEGACY calls" by Mike Reed · 6 years ago
  73. 4a6a4ac remove uncalled onDrawText virtuals from base class by Mike Reed · 6 years ago
  74. 85a216c Convert bitmap device drawing to SkFont removing all LEGACY calls by Herb Derby · 6 years ago
  75. 5424a5e Encapsulate color into subrun by Herb Derby · 6 years ago
  76. 95e1760 Make SkGlyphRun use SkFont instead of SkPaint by Herb Derby · 6 years ago
  77. ece772d remove unused Draw*Text records by Mike Klein · 6 years ago
  78. 581d637 micro simplification/speed-up to walk_edges by Mike Reed · 6 years ago
  79. 9676596 Stop using SkSwizzler in SkRawCodec by Leon Scroggins III · 6 years ago
  80. e9a29c4 SkPDF: fix double draw text by Hal Canary · 6 years ago
  81. 5761448 Reland "switched GrVkCopyManager to use secondary command buffer instead of AMD-specific workaround" by Greg Daniel · 6 years ago
  82. 386e6ce Remove deprecated YUVA interface by Jim Van Verth · 6 years ago
  83. d207345 Add cap to number of oplists we execute before flushing to the gpu. by Greg Daniel · 6 years ago
  84. 967df20 Deuninstantiate by Brian Salomon · 6 years ago
  85. 11e301f Dummy SkOrientationMarker.cpp so Chromium can compile it by Leon Scroggins III · 6 years ago
  86. a63593a Remove sample shading and dest color override by Brian Osman · 6 years ago
  87. 7a3805c SkWuffsCodec: Do not swizzle frame of width 0 by Leon Scroggins III · 6 years ago
  88. c906d25 Half float vertex colors (when necessary) in small path renderer by Brian Osman · 6 years ago
  89. bc8f717 remove unused drawText entry-points in LiteDL by Mike Reed · 6 years ago
  90. a1d4eb9 Use GrVertexWriter and support half-float colors in rrect ops by Brian Osman · 6 years ago
  91. bb786b4 guard paint's breaktext -- trying to remove it by Mike Reed · 6 years ago
  92. 1886dd7 remove dead methods leftover from drawPosText etc. by Mike Reed · 6 years ago
  93. f3babcd Reland "Add SkFontMgr implementation for Fuchsia" by Sergey Ulanov · 6 years ago
  94. e6b5b71 Revert "Add SkFontMgr implementation for Fuchsia" by Mike Reed · 6 years ago
  95. 309f1de Add SkFontMgr implementation for Fuchsia by Sergey Ulanov · 6 years ago
  96. 2bf4339 Revert "remove SkPaint breakText, use SkFont instead (or don't call it)" by Mike Reed · 6 years ago
  97. 4e336e3 Move all glyphsToUnichars to a single impl (rely on typeface) by Mike Reed · 6 years ago
  98. 704a342 Abandon onDrawText and its variants, turn everything into textblobs by Mike Reed · 6 years ago
  99. 246bc3d Revert "Revert "Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures."" by Brian Salomon · 6 years ago
  100. 055539a Revert "switched GrVkCopyManager to use secondary command buffer instead of AMD-specific workaround" by Greg Daniel · 6 years ago