1. b9990e4 Add more general flush call to GrContext. by Greg Daniel · 5 years ago
  2. e3f17b9 remove SkMixer, since we have explicit lerps/blends in SkShader by Mike Reed · 5 years ago
  3. 1c62426 make to_vec template parameters explicit by Mike Klein · 5 years ago
  4. da7b053 tweak SkVx to play nicely with others by Mike Klein · 5 years ago
  5. e8a9863 Define all ImageSetEntry members out of line by Brian Osman · 5 years ago
  6. 9313aa7 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work (take 2) by Robert Phillips · 5 years ago
  7. b5c6859 remove shader factory guard define by Mike Reed · 5 years ago
  8. 4429738 remove def of colorfilter flag by Mike Reed · 5 years ago
  9. c8bea7d New factories for SkShaders by Mike Reed · 5 years ago
  10. 8842799 add missing shared lib visibility macros by Martin Vejdarski · 5 years ago
  11. 9a7c7be Revert "Skip flush in GrDrawingManager if the specifed proxy doesn't have any work" by Robert Phillips · 5 years ago
  12. 187a91e undef guard for bitmap shader by Mike Reed · 5 years ago
  13. b286bc2 Introduce new factory for SkColorFilters by Mike Reed · 5 years ago
  14. c67e006 extend guard to makeAsALocalMatrixShader for google3 by Mike Reed · 5 years ago
  15. 50acf8f add makeShader() to SkBitmap, and deprecate SkShader version by Mike Reed · 5 years ago
  16. 4187ac5 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work by Robert Phillips · 5 years ago
  17. beb7cd2 Reland "Support clip masks for SaveLayerRec and drawSpecial in Ganesh" by Michael Ludwig · 5 years ago
  18. 7656b2c Revert "Revert "Move localmatrix routines to shaderbase, no need to be public."" by Mike Reed · 5 years ago
  19. 7c18eb9 Reland "Revert "Move localmatrix routines to shaderbase, no need to be public."" by Mike Reed · 5 years ago
  20. 12b4902 Revert "Revert "Move localmatrix routines to shaderbase, no need to be public."" by Mike Reed · 5 years ago
  21. 8cef07e Added the ability to set the entire matrix at once by Mason Freed · 5 years ago
  22. 559d9ee Made the fTypeMask field non-lazily computed. by Mason Freed · 5 years ago
  23. 3c3b194 Revert "Support clip masks for SaveLayerRec and drawSpecial in Ganesh" by Michael Ludwig · 5 years ago
  24. 7340124 SkString: simplify impl by Hal Canary · 6 years ago
  25. 053b293 Support clip masks for SaveLayerRec and drawSpecial in Ganesh by Michael Ludwig · 5 years ago
  26. 6aaad1a update SkMallocPixelRef docs by Mike Klein · 5 years ago
  27. f88a0e1 Revert "Move localmatrix routines to shaderbase, no need to be public." by Mike Reed · 5 years ago
  28. f4a8d6f Move localmatrix routines to shaderbase, no need to be public. by Mike Reed · 5 years ago
  29. e4628b1 Make SkRRect work with axis aligned rotation transforms by Malay Keshav · 5 years ago
  30. e2aa08b Reland "rely on clients to opt in to legacy enums" by Mike Reed · 5 years ago
  31. 68cbc92 Revert "rely on clients to opt in to legacy enums" by Mike Reed · 5 years ago
  32. 98f4e81 rely on clients to opt in to legacy enums by Mike Reed · 5 years ago
  33. a8fbeba Add a cap to allow coverage counting or not by Chris Dalton · 5 years ago
  34. 2c791fc Track the number of resources that would become purgeable after flush by Brian Salomon · 5 years ago
  35. fbe2406 Reland "Remove the NullGL interface (and associated test context)" by Brian Osman · 5 years ago
  36. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 5 years ago
  37. 01ceae9 Control access to adding ref to a GrGpuResource when it's ref count is zero. by Brian Salomon · 5 years ago
  38. e25b447 Move SkTileModes to top level by Mike Reed · 5 years ago
  39. c9eeab3 Remove Skia version number. by Ben Wagner · 5 years ago
  40. 29c8808 Initialize renderability in GrMockOptions by Brian Osman · 5 years ago
  41. 4428f2c Remove SkScalarSinCos by Brian Osman · 5 years ago
  42. 556ef6e remove SkColorFilter::onMakeComposed() by Mike Klein · 5 years ago
  43. 9b2c4e9 remove double compose: lerp and mode by Mike Reed · 5 years ago
  44. 215da62 Revert "Remove the NullGL interface (and associated test context)" by Brian Osman · 5 years ago
  45. 8e6aa55 remove asComponentTable introspection method by Mike Reed · 5 years ago
  46. 3f6a2ac remove unneeded asACompose by Mike Reed · 5 years ago
  47. e852427 mark introspection methods as deprecated by Mike Reed · 5 years ago
  48. b6a3a3b Make lazy proxies have 2 modes for proxy/surface key management. by Brian Salomon · 5 years ago
  49. de206c7 Remove the NullGL interface (and associated test context) by Brian Osman · 5 years ago
  50. 73cc4e8 Temporarily restore old behavior of read/writeSurfacePixels by Robert Phillips · 5 years ago
  51. 2fdbeae Start to unify signatures: return bool by Mike Reed · 5 years ago
  52. 8dd5ea1 [skottie] Allow extra-normal Bezier interpolation by Florin Malita · 5 years ago
  53. d04d3ae Update SkTLazy includes. by Ben Wagner · 5 years ago
  54. b0a8684 Add API to get canvas wrapped by SkPaintFilterCanvas by Stan Iliev · 5 years ago
  55. 3902628 Support WebGL 1.0 with caps by Kevin Lubick · 5 years ago
  56. 2f4e7b6 SkTLazy constructors to require constructable. by Ben Wagner · 5 years ago
  57. 05be23d use mixer to combine two filters by Mike Reed · 5 years ago
  58. 0f82797 Add a function to compute texture sizes by Adrienne Walker · 5 years ago
  59. 926fb89 Remove old experimental SkiaRenderer APIs by Michael Ludwig · 5 years ago
  60. d2ca312 Convert GrPorterDuff test from NullGL to Mock context by Brian Osman · 5 years ago
  61. b8ec7f1 Remove unused setAlphaAndRequiredFrame condition by Nigel Tao · 5 years ago
  62. 15dc59e Stop supporting VC8 (Visual Studio 2005) in GrConfig by Brian Osman · 5 years ago
  63. 9fec5d3 Fix doc comment error for allocN32Pixels by Brian Osman · 5 years ago
  64. 4cd0734 Remove bookmaker sources and data files by Brian Osman · 5 years ago
  65. 4d92b89 Revert "Remove GrDrawAtlasOp" by Brian Osman · 5 years ago
  66. 97d957d Remove GrDrawAtlasOp by Brian Osman · 5 years ago
  67. 25dd2c9 SkPDF: runtime switch between subsetters by Hal Canary · 5 years ago
  68. e5acd75 delete DAA by Mike Klein · 5 years ago
  69. 5ad6fd3 Put SkImageInfo on SkImage to avoid cost of reconstructing for queries. by Brian Salomon · 5 years ago
  70. f9666f5 Remove SkColorSpaceXformCanvas, and supporting code: by Brian Osman · 5 years ago
  71. 8f4e224 de-Sk tools/debugger by Mike Klein · 5 years ago
  72. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  73. 8aa203c Add macro to decide GrGLStandard by Kevin Lubick · 5 years ago
  74. 3fad212 Add SK_API to ImageSetEntry by Michael Ludwig · 5 years ago
  75. 390f0cc Reland "Reland "Update SkCanvas' experimental SkiaRenderer API"" by Michael Ludwig · 5 years ago
  76. 0cc5754 Revert "Revert "Change promise image contract to for when Release and Done are called."" by Brian Salomon · 5 years ago
  77. bbb9281 Break out GrGLAssembleInterface into a few files by Kevin Lubick · 5 years ago
  78. f774818 Reland "Disable coverage counting by default" by Chris Dalton · 5 years ago
  79. 9ff956e Revert "Disable coverage counting by default" by Chris Dalton · 5 years ago
  80. 3e7eb0f Unblock Flutter by Robert Phillips · 5 years ago
  81. 576b2a5 Disable coverage counting by default by Chris Dalton · 5 years ago
  82. a4a76f3 Clean up some types in SkFont by Kevin Lubick · 5 years ago
  83. 79a7542 allow mixer to defer to a shader by Mike Reed · 5 years ago
  84. e80b809 Revert "Revert "Distinguish between "flushed" and "finished" idle state callbacks on GrTexture."" by Brian Salomon · 5 years ago
  85. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 5 years ago
  86. 138a06d Revert "Reland "Update SkCanvas' experimental SkiaRenderer API"" by Brian Salomon · 5 years ago
  87. 65cdd61 Ganesh: Clamp blend inputs when using F16_Clamped pixel config by Brian Osman · 5 years ago
  88. f4438d5 skvx: allow more implicit conversions by Mike Klein · 5 years ago
  89. 525ff20 update docs for SkLumaColorFilter by Mike Klein · 5 years ago
  90. bd9d88a Reland "Update SkCanvas' experimental SkiaRenderer API" by Michael Ludwig · 5 years ago
  91. 876a017 Reland "Reintroduce deinstantiate lazy proxy types and use for promise images." by Brian Salomon · 5 years ago
  92. 90791c2 Revert "Update SkCanvas' experimental SkiaRenderer API" by Michael Ludwig · 5 years ago
  93. 4bf9646 Update SkCanvas' experimental SkiaRenderer API by Michael Ludwig · 5 years ago
  94. 1386b2d pass common SkStageRec to all effects using rasterpipeline by Mike Reed · 5 years ago
  95. 7d6748e Remove GrAAType::kMixedSamples by Chris Dalton · 5 years ago
  96. c723b70 Initial add SkMixers by Mike Reed · 5 years ago
  97. 570f4e5 Always explicitly allocate except in Android Framework (take 3) by Robert Phillips · 5 years ago
  98. 2a2d732 Revert "Always explicitly allocate except in Android Framework (take 2)" by Robert Phillips · 5 years ago
  99. 60dd62b Revert "Always try to reduce opList splitting in DDL contexts/drawingManagers" by Robert Phillips · 5 years ago
  100. 692147f Revert "Temporarily re-add GrContextOptions::fExplicitlyAllocateGPUResources for Fuchsia" by Robert Phillips · 5 years ago