1. 292ece8 SkCanvas::drawText: remove calls by Hal Canary · 6 years ago
  2. ac907bd SkPDF: Fix Hal's bad spelling by Hal Canary · 6 years ago
  3. 33535cb remove legacy drawstring by Mike Reed · 6 years ago
  4. 0995fd5 Remove SK_LEGACY_TESSELLATOR_CPU_COVERAGE by Brian Osman · 6 years ago
  5. 8cb7376 SkPDF: rasterize for color-filter+layer by Hal Canary · 6 years ago
  6. dcd4821 Don't store local coordinates for solid color quad ops by Michael Ludwig · 6 years ago
  7. c96fc37 Reland "Use specialized quad lists in rectangle ops" by Michael Ludwig · 6 years ago
  8. a870b46 Add ability to write out VkPipelineCache to gpu PersistentCache. by Greg Daniel · 6 years ago
  9. 5d6be8f Remove templates from GrTextBlobVertexRegenerator by Brian Osman · 6 years ago
  10. aaa77c1 Reland "ccpr: Support caching of paths that span multiple tiles" by Chris Dalton · 6 years ago
  11. 56b4e3d disallow varying matrices in shaders by Ethan Nicholas · 6 years ago
  12. a9a0690 fixed SPIR-V indexing a swizzle by Ethan Nicholas · 6 years ago
  13. 07e4adf Remove SkCanvas::kPreserveLCDText_SaveLayerFlag by Florin Malita · 6 years ago
  14. 2d2c09f Don't store the length and checksom on the GrProgramDesc key itself. by Greg Daniel · 6 years ago
  15. 55ff5d3 Fix truncation of sigma parameter in blur-mask-filtered mask key by Robert Phillips · 6 years ago
  16. 832c931 Revert "Make SkBitmap/SkPixmap::erase* do so in sRGB" by Robert Phillips · 6 years ago
  17. 80879d4 Revert "Revert "Support combining per-vertex coverage with color in default GP vertex shader"" by Brian Osman · 6 years ago
  18. 7337dbe Revert "ccpr: Support caching of paths that span multiple tiles" by Chris Dalton · 6 years ago
  19. 6f44647 Make SkBitmap/SkPixmap::erase* do so in sRGB by Leon Scroggins III · 6 years ago
  20. 6a3dc8b ccpr: Support caching of paths that span multiple tiles by Chris Dalton · 6 years ago
  21. a3efc72 Fix extra semicolon. by Joe Gregorio · 6 years ago
  22. ded032c Revert "Support combining per-vertex coverage with color in default GP vertex shader" by Brian Osman · 6 years ago
  23. 85ff957 Isolate cache lookups in preparation to hoist into painter by Herbert Derby · 6 years ago
  24. 3d92a49 Add wait function to GrVkSecondaryCBDrawContext for semaphores. by Greg Daniel · 6 years ago
  25. 023403b hide setTextEncoding by Mike Reed · 6 years ago
  26. a13078c ccpr: Convert GrCCDrawPathsOp::SingleDraw to a class by Chris Dalton · 6 years ago
  27. 8d05883 Revert "Revert "we now cache GLSL shaders when we can't cache the binaries"" by Ethan Nicholas · 6 years ago
  28. 351e80c Reland "ccpr: Rework the path cache to support sporadic flushing" by Chris Dalton · 6 years ago
  29. 8e13f69 Support combining per-vertex coverage with color in default GP vertex shader by Brian Osman · 6 years ago
  30. a676648 Update third_party/wuffs version by Nigel Tao · 6 years ago
  31. 46ee3f7 return proper false for jpeg by Mike Reed · 6 years ago
  32. c4745d6 use drawString with font by Mike Reed · 6 years ago
  33. 82ebe04 Reland "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" by Brian Osman · 6 years ago
  34. 86dbae9 Separate cache lookup from run font setup by Herbert Derby · 6 years ago
  35. 2e825a3 Revert "ccpr: Rework the path cache to support sporadic flushing" by Chris Dalton · 6 years ago
  36. d5cdc2c paint is losing its text-related fields by Mike Reed · 6 years ago
  37. d6fa454 ccpr: Rework the path cache to support sporadic flushing by Chris Dalton · 6 years ago
  38. 5809a4e [skjson] NaN while parsing long decimals by Florin Malita · 6 years ago
  39. 5a0338c Fixed GL shader link status checks by Ethan Nicholas · 6 years ago
  40. 74b7677 change paint serialization to exclude font-related fields by Mike Reed · 6 years ago
  41. dde2a37 Update SkDescriptor by Herbert Derby · 6 years ago
  42. d4c7458 Revert "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" by Brian Osman · 6 years ago
  43. 60a0e87 remove blob iterator::applyFontToPaint by Mike Reed · 6 years ago
  44. 13486cb more extra semis by Kevin Lubick · 6 years ago
  45. 070cbaf Add support to gpu command buffers to wrap an external command buffer. by Greg Daniel · 6 years ago
  46. 23d8943 Revert "Use specialized quad lists in rectangle ops" by Michael Ludwig · 6 years ago
  47. a9549ab Add SkColorSpace factory from 3x3 row-major gamut and transfer function by Brian Osman · 6 years ago
  48. 48ce543 remove more extra semicolons by Kevin Lubick · 6 years ago
  49. be7fc46 Restrict ops that can be executed when we have a wrapped vulkan secondary command buffer. by Greg Daniel · 6 years ago
  50. 2de13dd Allow aliasing in GrProxyProvider::processInvalidUniqueKey by Chris Dalton · 6 years ago
  51. 5820b0c Use specialized quad lists in rectangle ops by Michael Ludwig · 6 years ago
  52. 0cace8e Make the RRectEffect's screen coords be Float4 (rather than Half4) by Robert Phillips · 6 years ago
  53. 7a8d08d Normalize vectors in dot product for quad type calculations. by Michael Ludwig · 6 years ago
  54. 016cd02 SkPDF: eliminalte one member function by Hal Canary · 6 years ago
  55. 53a11f5 remove legacy drawPosText (and variants) by Mike Reed · 6 years ago
  56. 8b0f9d1 tear down one-big-switch SkRasterPipeline backend by Mike Klein · 6 years ago
  57. 31c4bcb rm unneeded encoding param by Mike Reed · 6 years ago
  58. 96345a2 pass font's explicitly, instead of relying on SkFont::LEGACY_ExtractFromPaint by Mike Reed · 6 years ago
  59. bc84adc Move GrVkSecondaryCBDrawContext header into src to hide it. by Greg Daniel · 6 years ago
  60. 1a88dd5 hide drawpostext etc. by Mike Reed · 6 years ago
  61. 191e64b pass a font to GlyphRunBuilder by Mike Reed · 6 years ago
  62. b46add8 Add initial support for creating a vulkan secondary command buffer drawing context. by Greg Daniel · 6 years ago
  63. dc45871 Remove special case for DCI P3 when making ICC profiles by Brian Osman · 6 years ago
  64. 096a639 Update SkFontMgr_fuchsia.cpp for new FIDL API by Ian McKellar · 6 years ago
  65. b2fc3b8 Return SkGlyphCache and GrTextStrike together. by Herbert Derby · 6 years ago
  66. 65528ab don't use paint to perform char-to-glyph by Mike Reed · 6 years ago
  67. 7752bc6 flip on one-big-switch SkRasterPipeline by Mike Klein · 6 years ago
  68. 8b5e0d6 allocate a little bit of space by Mike Klein · 6 years ago
  69. 9191913 use font instead of paint for text by Mike Reed · 6 years ago
  70. c11bf8c fix fallthrough when deciding lowp/highp by Mike Klein · 6 years ago
  71. 279b65d SkPDF: clean up public header by Hal Canary · 6 years ago
  72. 7f4735b Reland "Wide color support in AA Convex path renderer" by Brian Osman · 6 years ago
  73. 6cdac62 Remove extra semi-colons by Kevin Lubick · 6 years ago
  74. 8f37ce5 SkPDF: clean up by Hal Canary · 6 years ago
  75. dd9003a SkPDF: wait for jobs to complete on abort() by Hal Canary · 6 years ago
  76. 22451cc accessors for RunBuffer as points or rsxforms by Mike Reed · 6 years ago
  77. 9bc33b9 Fix header file for _byteswap_ulong from MSVC CRT by Tom Tan · 6 years ago
  78. f3e6b90 Revert "Wide color support in the AA linearizing convex path renderer" by Brian Osman · 6 years ago
  79. d7c2a38 Revert "Wide color support in AA Convex path renderer" by Brian Osman · 6 years ago
  80. 51eaa79 Wide color support in AA Convex path renderer by Brian Osman · 6 years ago
  81. 05bf931 add run_pipeline_obs by Mike Klein · 6 years ago
  82. 4948e55 Wide color support in the AA linearizing convex path renderer by Brian Osman · 6 years ago
  83. 7561dba Wide color support in GrGregionOp by Brian Osman · 6 years ago
  84. 487132b Don't include system vulkan header when building skia files. by Greg Daniel · 6 years ago
  85. d2fa2eb Use GrVertexWriter in AA convex path renderer by Brian Osman · 6 years ago
  86. 0b53703 Support wide color in GrLatticeOp by Brian Osman · 6 years ago
  87. 568bec7 Remove templating from QuadUVMatrix::apply, and fix const-ness by Brian Osman · 6 years ago
  88. f6e963e remove extra semicolons by Kevin Lubick · 6 years ago
  89. f78b7ea don't use paint's gettextpath by Mike Reed · 6 years ago
  90. 212e906 don't use drawPosText by Mike Reed · 6 years ago
  91. dc5863c use font in SkTextUtils by Mike Reed · 6 years ago
  92. 0951cc2 Revert "Reland "Revert "serialize fonts instead of paints""" by Mike Reed · 6 years ago
  93. f4dd96c Reland "Revert "serialize fonts instead of paints"" by Mike Reed · 6 years ago
  94. 8eb64d3 fixed SPIR-V global initializer ordering by Ethan Nicholas · 6 years ago
  95. 1addaff SkPDF: unify SkPDFOffsetMap and SkPDFObjectSerializer by Hal Canary · 6 years ago
  96. 9d6049a fix pathops bug 8380 by Cary Clark · 6 years ago
  97. fb45594 Revert "share constructors/enum in both variants of SkReadBuffer" by Mike Reed · 6 years ago
  98. 93aeba0 Implement per-edge aa as extra vertices instead of interpolated edge distances by Michael Ludwig · 6 years ago
  99. 438ea54 Move from a generalized appendGlyph to two specialized methods. by Herb Derby · 6 years ago
  100. 2ae3337 share constructors/enum in both variants of SkReadBuffer by Mike Reed · 6 years ago