1. 91dea51 Merge ShaderMode and FilterLogic enums in GrTextureEffect by Brian Salomon · 5 years ago
  2. 9394dd5 Fix stack-buffer overrun in appendVAList. by John Stiles · 5 years ago
  3. 7cdcae3 Roll ANGLE from 98d0f30c4393 to fa3d64bf72d6 (41 revisions) by skia-autoroll · 5 years ago
  4. 346f8e0 Change URL in skia_css3gradients_desktop.py by Ravi Mistry · 5 years ago
  5. f629a90 Make Clip test FP use texture effect child by Brian Salomon · 5 years ago
  6. 83c2d35 Use child effects for LUTs in perline noise effects by Brian Salomon · 5 years ago
  7. 99b0470 Update generated file by Brian Salomon · 5 years ago
  8. 71f6cfd GrRRectBlurEffect uses child for nine patch by Brian Salomon · 5 years ago
  9. 8c662a7 Get rid of deprecated API to add children to PDF tag nodes. by Dominic Mazzoni · 5 years ago
  10. a85e4bf Fix perspective fragcoord value in d3d. by Greg Daniel · 5 years ago
  11. a43d820 Support sample() in ByteCodeGenerator (but not the interpreter) by Brian Osman · 5 years ago
  12. 86b2f39 Use child effect for integral in GrRectBlurEffect by Brian Salomon · 5 years ago
  13. 74b0627 Manually update ANGLE DEPS by Derek Sollenberger · 5 years ago
  14. 81454df Use hardware wrap mode in perlin noise effects. by Brian Salomon · 5 years ago
  15. 53f973c Roll SwiftShader from 763957e6b4fc to 7a1d99d0be42 (4 revisions) by skia-autoroll · 5 years ago
  16. 67237c1 Roll Chromium from 5af39e89bd12 to 2adbb514e789 (484 revisions) by skia-autoroll · 5 years ago
  17. a3a9da7 Avoid kN32 bitmaps in setup for GPU perlin effects. by Brian Salomon · 5 years ago
  18. 72f403c Use Mac font manager for both iOS and macOS by Chris Bracken · 5 years ago
  19. 8319519 Revert "Convert Skottie build instructions to build an Android Library (AAR) instead of app (APK)" by Derek Sollenberger · 5 years ago
  20. 590e8db Revert "Replace analytic clip stack with chained fragment processors." by Derek Sollenberger · 5 years ago
  21. 77628ce GrCircleBlurFragmentProcessor uses GrTextureEffect for profile texture by Brian Salomon · 5 years ago
  22. 588b32c Update debugger to new fontmgr selection. by Ben Wagner · 5 years ago
  23. 907f34b Replace analytic clip stack with chained fragment processors. by John Stiles · 5 years ago
  24. 851b90e Update GrRRectEffect to take an input FP and return a MakeResult. by John Stiles · 5 years ago
  25. 8605d84 Add a future_apis folder to canvaskit. future_apis contains notes on by Elliot Evans · 5 years ago
  26. e338c29 Make GrGLPerlinNoise::emitCode easier to read. by Brian Salomon · 5 years ago
  27. dff4d58 Convert Skottie build instructions to build an Android Library (AAR) instead of app (APK) by Jorge Betancourt · 5 years ago
  28. de975e3 Support MakeResult in GrOvalEffect. by John Stiles · 5 years ago
  29. 3b2c06c Remove HairlineAA from the clip-edge types. by John Stiles · 5 years ago
  30. abae402 Reland "Update zlib DEPS" by Derek Sollenberger · 5 years ago
  31. ccbd3ee use joinPossibleEmptyRect for bounding box by Herb Derby · 5 years ago
  32. 8346834 Fix D3D InstanceDataStepRate. by Greg Daniel · 5 years ago
  33. 952dd05 Revert "roll GN" by John Stiles · 5 years ago
  34. 15207b8 Disable program binary caching on AMD + ANGLE D3D9 by Brian Osman · 5 years ago
  35. 1f14ca0 Implement set scissor on d3d render pass. by Greg Daniel · 5 years ago
  36. c4d4905 Cleaning codepoints/grapheme mess; it also helps with ICU API by Julia Lavrova · 5 years ago
  37. 4190f27 Fix SkParse::FindNamedColor OOB by Florin Malita · 5 years ago
  38. 1443609 Revert "Update zlib DEPS" by Derek Sollenberger · 5 years ago
  39. 6fb3687 Update zlib DEPS by Derek Sollenberger · 5 years ago
  40. 2518f54 Enable implicit-fallthrough warnings on Clang. by John Stiles · 5 years ago
  41. f5cd604 GrMagnifierEffect uses child for src by Brian Salomon · 5 years ago
  42. 4c47d0d Update Go Deps by skia-recreate-skps · 5 years ago
  43. 4d51b1e Roll Chromium from c5b7f210ebff to 5af39e89bd12 (524 revisions) by skia-autoroll · 5 years ago
  44. 1f4ed47 Roll SwiftShader from 8cbee4107cf1 to 763957e6b4fc (8 revisions) by skia-autoroll · 5 years ago
  45. 3244745 Roll dawn from 984493d0ac07 to 3f4f35661151 (8 revisions) by skia-autoroll · 5 years ago
  46. de98023 Add a test for wide butt caps by Chris Dalton · 5 years ago
  47. f08a82b Return tuple from GrConvexPolyEffect::Make denoting success or failure. by John Stiles · 5 years ago
  48. c85f1fa Support viewing/changing backend shaders in Viewer by Brian Osman · 5 years ago
  49. edd208d [skottie] Simplify SkColor conversion by Florin Malita · 5 years ago
  50. 5ca9d1a Fix caching of HLSL in D3D backend by Brian Osman · 5 years ago
  51. 33d569e Elevate the target list of Ganesh tasks to base class by Adlai Holler · 5 years ago
  52. ec3508a Add uniform rtHeight in d3d when needed. by Greg Daniel · 5 years ago
  53. 1d585c2 [skottie] SkResources::loadTypeface() callback by Florin Malita · 5 years ago
  54. 1b0b004 GrMatrixConvolutionEffect uses child for sampled kernel by Brian Salomon · 5 years ago
  55. 889d613 Add GM::gpuSetup step by Robert Phillips · 5 years ago
  56. b71b6ae Hook up persistent shader cache for D3D by Brian Osman · 5 years ago
  57. 5f196bb Fixed instanced drawing for d3d. by Greg Daniel · 5 years ago
  58. f1eb43e replace max_len with if statements by Zepeng Hu · 5 years ago
  59. 4569f66 Remove coverage-as-alpha flag from GrAlphaThresholdFP by Brian Salomon · 5 years ago
  60. ca72cad Blacklist failing d3d tests. by Greg Daniel · 5 years ago
  61. 5cd393b GrCCClipProcessor uses GrTextureEffect by Brian Salomon · 5 years ago
  62. 90cf5d4 Some more fixes to d3d stencils. by Greg Daniel · 5 years ago
  63. 5f0cda4 Refine VkYcbcrSamplerHelper to only hold backend memory for YCbCr textures by Robert Phillips · 5 years ago
  64. 81ec426 roll GN by Mike Klein · 5 years ago
  65. 2659f79 Fix Housekeeper-PerCommit-CheckGeneratedFiles status error. by John Stiles · 5 years ago
  66. 762cb4e Add option to DDL test harness to better match OOP-R behavior by Robert Phillips · 5 years ago
  67. f4ec452 Update Go Deps by skia-recreate-skps · 5 years ago
  68. 16cb83b Roll SwiftShader from a6940c8e6eb0 to 8cbee4107cf1 (1 revision) by skia-autoroll · 5 years ago
  69. 92d2871 Roll Chromium from d877aabea65f to c5b7f210ebff (465 revisions) by skia-autoroll · 5 years ago
  70. 66445f6 Roll dawn from 6b3a974b42a3 to 984493d0ac07 (9 revisions) by skia-autoroll · 5 years ago
  71. 47111d1 Fix d3d clear op rect. by Greg Daniel · 5 years ago
  72. 83cd46b Add support for stencil in d3d. by Greg Daniel · 5 years ago
  73. ec9269b Update GrConvexPolyEffect to support an input FP. by John Stiles · 5 years ago
  74. 6b2caf7 GrAlphaThresholdFragmentProcessor uses child processor for mask. by Brian Salomon · 5 years ago
  75. c0d5d9c Update EllipticalRRectEffect to support an input FP. by John Stiles · 5 years ago
  76. 8c71f3e Improve error reporting in ProcessorCloneTest. by John Stiles · 5 years ago
  77. 2879619 Added CanvasKit.MakeImageFromCanvasImageSource which is useful as an alternative to by Elliot Evans · 5 years ago
  78. 2d9e035 Fix infinite loop in SkParsePath::FromSVGString by Florin Malita · 5 years ago
  79. 5ee90ff Moved SampleMatrix computation out of SectionAndParameterHelper by Brian Osman · 5 years ago
  80. e3a39f7 Update ConstColor FP to support an input FP. by John Stiles · 5 years ago
  81. a4a132c Fix tracking of d3d cpu descriptor heaps. by Greg Daniel · 5 years ago
  82. a08bde6 GrTextContext::Options -> GrSDFTOptions by Herb Derby · 5 years ago
  83. 92219b4 Fix pointer ownership issue with SkSL static switches. by John Stiles · 5 years ago
  84. 602b402 Disable MorphologyFilterRadiusWithMirrorCTM_Gpu on AndroidOne by Brian Salomon · 5 years ago
  85. 9ec6b05 Add cloneAndRegisterAllChildProcessors. by John Stiles · 5 years ago
  86. 127c607 Add separate PDF tag attribute interfaces for names and strings by Dominic Mazzoni · 5 years ago
  87. 3779f44 Add helper method to clone and register a child FP. by John Stiles · 5 years ago
  88. b48895d Revert "Allow building with Wuffs v0.3, not just v0.2" by Derek Sollenberger · 5 years ago
  89. c343449 Allow building with Wuffs v0.3, not just v0.2 by Nigel Tao · 5 years ago
  90. 82d6196 remove (unused) clipmask from savelayer by Mike Reed · 5 years ago
  91. 08ac84a Roll Chromium from 0f6d038f871a to d877aabea65f (508 revisions) by skia-autoroll · 5 years ago
  92. ff7ea5c Roll dawn from 5fafb49c7b4d to 6b3a974b42a3 (8 revisions) by skia-autoroll · 5 years ago
  93. ca72a47 Update SKP version by skia-recreate-skps · 5 years ago
  94. 01f278c Better handle backendFormat to CompressionType. by Greg Daniel · 5 years ago
  95. 45fe2e8 move methods to options class by Herb Derby · 5 years ago
  96. 2d41186 [skjson] Reinstate initFastShortString by Florin Malita · 5 years ago
  97. 9efe386 Add SkSurface flush call that takes a GrBackendSurfaceMutableState. by Greg Daniel · 5 years ago
  98. 616da10 Allow printf-style formatting to be used in SK_ABORT. by John Stiles · 5 years ago
  99. ac16760 Make GrMorphologyEffect use GrTextureEffect by Brian Salomon · 5 years ago
  100. 637838d Fix compiler warnings on Mac build. by John Stiles · 5 years ago