1. 176c3b2 Move expensive initialization to onOnceBeforeDraw by Brian Osman · 7 years ago
  2. 412cda7 add srgb gamma colorfilters by Mike Reed · 7 years ago
  3. a920d36 remove unneeded code for index8 imagse by Mike Reed · 7 years ago
  4. 3921ba2 Enable SDF text when using a perspective matrix. by Jim Van Verth · 7 years ago
  5. 95cf166 Fix WavyPathText sample by Chris Dalton · 7 years ago
  6. 0bdaf05 remove unused mode parameter from SkMergeImageFilter by Mike Reed · 7 years ago
  7. 1a0882e Fix buffer overflow in SamplePathText by Chris Dalton · 7 years ago
  8. 34d6e4b Add tonal color support for shadows. by Jim Van Verth · 7 years ago
  9. 70898af Add TiledDrawScheduler so we can concurrently draw and enque by Yuqian Li · 7 years ago
  10. e23bffd Remove support in GPU backend for distance vector field. by Brian Salomon · 7 years ago
  11. 91ea7ea delete some dead code in SampleApp by Mike Klein · 7 years ago
  12. bb3f562 Revert "Revert "Delete SkGaussianEdgeShader"" by Florin Malita · 7 years ago
  13. 9d14f93 Revert "Delete SkGaussianEdgeShader" by Florin Malita · 7 years ago
  14. 64790a3 Delete SkGaussianEdgeShader by Florin Malita · 7 years ago
  15. f2ae2b2 move perlinenoise2 into effects by Mike Reed · 7 years ago
  16. 8cc9331 Restore SampleApp picture drawing by Florin Malita · 7 years ago
  17. 5458cf8 Add cumulative fps to SampleApp by Yuqian Li · 7 years ago
  18. 623fadf Add Material Design shadow reference sample by Jim Van Verth · 7 years ago
  19. 8793e38 Cache ambient and spot shadows at a canonical position by Jim Van Verth · 7 years ago
  20. 9392f56 Fix shadow_utils light position for SampleApp tiling by Jim Van Verth · 7 years ago
  21. c090c64 move files out of private, and fix up callers to IWYU by Mike Reed · 7 years ago
  22. 23e474c SkCanvas: Helpers for draw{Point,Line,Circle} by Hal Canary · 7 years ago
  23. 37c5a96 Unify ShadowUtils interface by Jim Van Verth · 7 years ago
  24. e308a12 Remove height functor for shadows and replace with plane equation params by Jim Van Verth · 7 years ago
  25. 8d1e0ac More analytic shadow refactoring. by Jim Van Verth · 7 years ago
  26. e770578 Add ShadowUtils sample. by Jim Van Verth · 7 years ago
  27. 060d982 Combine the ambient and spot alphas into the base color for geometric shadows. by Jim Van Verth · 7 years ago
  28. ab244f0 Revert "Revert "Reland: Remove SkLights include from SkCanvas.h"" by Florin Malita · 7 years ago
  29. a9e241d drawfilter is legacy-guarded, no need for deprecated by Mike Reed · 7 years ago
  30. 9d5f66d Revert "Reland: Remove SkLights include from SkCanvas.h" by Florin Malita · 7 years ago
  31. fed0031 Reland: Remove SkLights include from SkCanvas.h by Florin Malita · 7 years ago
  32. 4c9155b Remove EXPERIMENTAL_SHADOWING, Part 1 by Jim Van Verth · 7 years ago
  33. 38aad81 Revert "Remove SkLights include from SkCanvas.h" by Florin Malita · 7 years ago
  34. 9ff301b Remove SkLights include from SkCanvas.h by Florin Malita · 7 years ago
  35. 53f77bd Initial clip-mask-layer support by Florin Malita · 7 years ago
  36. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  37. 68b8e3d Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag"" by Matt Sarett · 7 years ago
  38. 0acd795 add helper makeShader for the common Clamp case by Mike Reed · 7 years ago
  39. b6069df Fix fast blur for shadow rrects. by Jim Van Verth · 7 years ago
  40. 0122af0 Revert "Delete copyTo(Allocator), hide copyTo() behind flag" by Matt Sarett · 7 years ago
  41. d4a338f Delete copyTo(Allocator), hide copyTo() behind flag by Matt Sarett · 7 years ago
  42. 8f7dc9f Circular shadow fixes for Flutter. by Jim Van Verth · 7 years ago
  43. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  44. 12e946b deprecate odd variants of SkCanvas::readPixels by Mike Reed · 7 years ago
  45. da96550 Add perspective shadows by Jim Van Verth · 7 years ago
  46. 4ebb43e hide most details of SkPatchUtils by Mike Reed · 7 years ago
  47. 6b3155c Revert[4] "clean up (partially) colortable api"""" by Mike Reed · 7 years ago
  48. 887cdf1 move vertex-mode enum into SkVertices by Mike Reed · 7 years ago
  49. b55dd55 Add SkThreadedBMPDevice for Threaded Raster Backend by Yuqian Li · 7 years ago
  50. b14131c Revert "Revert[2] "clean up (partially) colortable api""" by Mike Reed · 7 years ago
  51. 9920b10 Revert[2] "clean up (partially) colortable api"" by Mike Reed · 7 years ago
  52. 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 7 years ago
  53. 2e491a6 clean up (partially) colortable api by Mike Reed · 7 years ago
  54. 8c67909 Add a simple tool for isolating a path from an SKP by csmartdalton · 7 years ago
  55. b436655 Add height function to shadow tessellators. by Jim Van Verth · 7 years ago
  56. ab664fa Revert "Revert "Create new inset algorithm for spot shadows"" by Brian Salomon · 7 years ago
  57. e7c85c4 Revert "Create new inset algorithm for spot shadows" by Brian Salomon · 7 years ago
  58. e5f5bf5 Create new inset algorithm for spot shadows by Jim Van Verth · 7 years ago
  59. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  60. 1a3c4b8 Eager or Lazy evaluation of sub-drawings for SkDeferredCanvas. by Herb Derby · 7 years ago
  61. d1e67e7 Use SkBlendMode_Name rather than one-off tables by Brian Osman · 7 years ago
  62. 96cf206 option to make 'M' mean picture+serialize by Mike Reed · 7 years ago
  63. 2c1cd6d Add new test cases for Android shadow sample. by Jim Van Verth · 7 years ago
  64. cf40e30 Use fast path for circular shadows. by Jim Van Verth · 7 years ago
  65. a07741a begin to hide details of SkPathEffect by Mike Reed · 7 years ago
  66. bcfb8f6 Revert "Revert "Revert[2] "hide deprecated underline and strikethru""" by Mike Reed · 7 years ago
  67. cfd3d9f Revert "Revert[2] "hide deprecated underline and strikethru"" by Mike Reed · 7 years ago
  68. aab68c5 Revert[2] "hide deprecated underline and strikethru" by Mike Reed · 7 years ago
  69. 008b9d8 Add the ability to enable/disable GPU path renderers by csmartdalton · 7 years ago
  70. 3661bc9 hide trivial helpers on canvas by Mike Reed · 7 years ago
  71. e005edd Revert "hide deprecated underline and strikethru" by Leon Scroggins · 7 years ago
  72. a01bf9a hide deprecated underline and strikethru by Mike Reed · 7 years ago
  73. 6f44969 Add more SampleApp support to viewer. by Jim Van Verth · 7 years ago
  74. df85c38 stop using SkScalarMul by Mike Reed · 7 years ago
  75. ed4984b Add animated text samples by csmartdalton · 8 years ago
  76. 267be7f Revert "Revert "IWYU"" by Mike Reed · 8 years ago
  77. 03a7f5f Make header files idempotent; script to check by Hal Canary · 8 years ago
  78. 3c727d2 Revert "IWYU" by Robert Phillips · 8 years ago
  79. 2aeae78 IWYU by Mike Reed · 8 years ago
  80. 2aa535e Tweak shadow sample for demos. by Jim Van Verth · 8 years ago
  81. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  82. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
  83. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  84. 738bc58 delete SkLayer.cpp by Hal Canary · 8 years ago
  85. 964dec3 Move SkGammaColorFilter to tools, limit to sRGB by Brian Osman · 8 years ago
  86. bce7496 Add geometric implementation for ambient shadows by Jim Van Verth · 8 years ago
  87. e330eb2 Revert "Add geometric implementation for ambient shadows" by Ethan Nicholas · 8 years ago
  88. fdb1bdf Add geometric implementation for ambient shadows by Jim Van Verth · 8 years ago
  89. efaad3c Remove SkColorCubeFilter. It is unused. by Mike Klein · 8 years ago
  90. c37e614 Rename GrContext::getFontAtlas to getFontAtlas_ForTesting by Robert Phillips · 8 years ago
  91. 0d4ff6c Fix code that relied on readPixels not doing color space conversion by Brian Osman · 8 years ago
  92. 3f142b6 Remove (most) usage of MakeTextureFromPixmap by Brian Osman · 8 years ago
  93. 43475ad Move Android shadow rendering interface to util library. by Jim Van Verth · 8 years ago
  94. 550148b Reland https://skia-review.googlesource.com/c/6091/ by Yuqian Li · 8 years ago
  95. aeef561 Revert "Reland https://skia-review.googlesource.com/c/6091/" by Yuqian Li · 8 years ago
  96. b46fff6 Reland https://skia-review.googlesource.com/c/6091/ by Yuqian Li · 8 years ago
  97. 9e937af impl clipping for GDI raster-handle by Mike Reed · 8 years ago
  98. 90ee03b Revert "Implement Analytic AA for General Paths (with Guard against Chrome)" by Yuqian Li · 8 years ago
  99. 89a0e72 Implement Analytic AA for General Paths (with Guard against Chrome) by Yuqian Li · 8 years ago
  100. 108f55e fix clipping in rasterhandleallocator by Mike Reed · 8 years ago