1. aae47c8 sksl enum support by Ethan Nicholas · 7 years ago
  2. df429f3 move parts of SkPoint to SkPointPriv by Cary Clark · 7 years ago
  3. 03141d2 remove SkThread, using std::thread instead by Mike Klein · 7 years ago
  4. 4cbb6e6 Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter. by Brian Salomon · 7 years ago
  5. ce4a389 remove dead code -- older than min picture version by Mike Reed · 7 years ago
  6. 1ba5b6b Plumb more SkPaintFilterCanvas virtuals by Florin Malita · 7 years ago
  7. f0ffb89 Revert[4] "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Mike Reed · 7 years ago
  8. 5a2e50e Revert "Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap""" by Mike Reed · 7 years ago
  9. cd284c5 Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"" by Mike Reed · 7 years ago
  10. 809cbed Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Jim Van Verth · 7 years ago
  11. 88757da guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  12. f46633f Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Greg Daniel · 7 years ago
  13. 98a6216 guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  14. adaeaed Add missing onDrawDrawable() overrides to utility canvases by Florin Malita · 7 years ago
  15. 0ca2146 remove dead code for STREAM_API by Mike Reed · 7 years ago
  16. 98c5d92 Revert "Revert "use unique_ptr for stream api"" by Mike Reed · 7 years ago
  17. 7031b24 Revert "use unique_ptr for stream api" by Mike Reed · 7 years ago
  18. 49f1f34 use unique_ptr for stream api by Mike Reed · 7 years ago
  19. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  20. de3b710 Cache the results of get_pixel_formats_to_try by Brian Osman · 7 years ago
  21. b6f8212 Optimize the size of our JSON by Brian Osman · 7 years ago
  22. 6269f71 Cache WGL extension function pointers by Brian Osman · 7 years ago
  23. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  24. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 8 years ago
  25. 8048822 Revert "Revert "Support single line objects and arrays"" by Brian Osman · 8 years ago
  26. 31c075e Avoid errors about re-defining __STDC_FORMAT_MACROS by Brian Osman · 8 years ago
  27. 71a1889 Revert "Revert "GrContext::dump that produces JSON formatted output"" by Brian Osman · 8 years ago
  28. a5a69cf Revert "Support single line objects and arrays" by Brian Osman · 8 years ago
  29. 6a7d56f Support single line objects and arrays by Brian Osman · 8 years ago
  30. 69fd008 Added SkJSONWriter by Brian Osman · 8 years ago
  31. 26308e1 Remove last uses of SkTypeface::style() in Skia. by Ben Wagner · 8 years ago
  32. c6c10b4 Remove SkTypeface::Style from fuzzers and lua. by Ben Wagner · 8 years ago
  33. c722f79 clang on windows support by Mike Klein · 8 years ago
  34. 1af03d4 Compute correct bounds for DrawShadowRec. by Jim Van Verth · 8 years ago
  35. 54518ac remove unused SkPoint3 from SkColor.h by Mike Reed · 8 years ago
  36. b55eb28 Add some convexity checks to shadow code. by Jim Van Verth · 8 years ago
  37. 0274b30 converted GrBlurredEdgeFragmentProcessor to sksl by Ethan Nicholas · 8 years ago
  38. 7d8955e Add null check for non-cached shadows. by Jim Van Verth · 8 years ago
  39. b1de5f9 SkDocument: consolidate trimBox code by Hal Canary · 8 years ago
  40. 9c1d780 remove filterSpan from SkColorFilter by Mike Reed · 8 years ago
  41. 34d6e4b Add tonal color support for shadows. by Jim Van Verth · 8 years ago
  42. 70bc94f Bump min picture to 7+ months ago by Mike Reed · 8 years ago
  43. 25f3805 slant colorfilter away from filterSpan4f by Mike Reed · 8 years ago
  44. 6533159 add stage for gaussian alpha to rgba for shadows by Mike Reed · 8 years ago
  45. 14a6430 SkSTArenaAlloc by Florin Malita · 8 years ago
  46. e8fa427 add default arg so android can bulid by Mike Reed · 8 years ago
  47. 435071e color-correct patch by Mike Reed · 8 years ago
  48. eb63eb7 Fix TSAN error for shadow cache by Jim Van Verth · 8 years ago
  49. 8793e38 Cache ambient and spot shadows at a canonical position by Jim Van Verth · 8 years ago
  50. 7346a1f detect (and preserve) if patch colors are opaque by Mike Reed · 8 years ago
  51. 3af1af9 Remove ambient and spot mask filters. by Jim Van Verth · 8 years ago
  52. 4204da2 move shadows to device virtual by Mike Reed · 8 years ago
  53. 7638785 Fix inset for ambient tessellated shadows by Jim Van Verth · 8 years ago
  54. 4c9b893 Allow shadow zParams to be applied to affine transformations by Jim Van Verth · 8 years ago
  55. 78c8f30 Add filled occluders to shadow_utils GM, take 2 by Jim Van Verth · 8 years ago
  56. 175f588 Modify SkEventTracer::SetInstance to fail rather than assert if a tracer has already been installed. by Brian Salomon · 8 years ago
  57. a783c36 Classify spot shadows for general shapes by Jim Van Verth · 8 years ago
  58. 1c4c114 Fix transparent ambient for perspective shadows by Jim Van Verth · 8 years ago
  59. 37c5a96 Unify ShadowUtils interface by Jim Van Verth · 8 years ago
  60. be25600 fix commented-out gaussian by Mike Klein · 8 years ago
  61. e308a12 Remove height functor for shadows and replace with plane equation params by Jim Van Verth · 8 years ago
  62. 8d1e0ac More analytic shadow refactoring. by Jim Van Verth · 8 years ago
  63. b1485f2 tweak the gaussian quartic by Mike Reed · 8 years ago
  64. e12c69e optimize gaussian with herbs quartic by Mike Reed · 8 years ago
  65. b9641bd force all colorfilters to implement 4f by Mike Reed · 8 years ago
  66. 060d982 Combine the ambient and spot alphas into the base color for geometric shadows. by Jim Van Verth · 8 years ago
  67. ab244f0 Revert "Revert "Reland: Remove SkLights include from SkCanvas.h"" by Florin Malita · 8 years ago
  68. 9d5f66d Revert "Reland: Remove SkLights include from SkCanvas.h" by Florin Malita · 8 years ago
  69. fed0031 Reland: Remove SkLights include from SkCanvas.h by Florin Malita · 8 years ago
  70. 37f1655 speedup exp() in gaussian colorfilter by Mike Reed · 8 years ago
  71. 4c9155b Remove EXPERIMENTAL_SHADOWING, Part 1 by Jim Van Verth · 8 years ago
  72. 38aad81 Revert "Remove SkLights include from SkCanvas.h" by Florin Malita · 8 years ago
  73. 9ff301b Remove SkLights include from SkCanvas.h by Florin Malita · 8 years ago
  74. e7e1d9d Fix up shadows in raster. by Jim Van Verth · 8 years ago
  75. 6a280a5 Expose resetForNextPicture in SkNoDrawCanvas by Adrienne Walker · 8 years ago
  76. 736a9cc remove unused yuv methods by Mike Reed · 8 years ago
  77. 68b8e3d Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag"" by Matt Sarett · 8 years ago
  78. b6069df Fix fast blur for shadow rrects. by Jim Van Verth · 8 years ago
  79. 0122af0 Revert "Delete copyTo(Allocator), hide copyTo() behind flag" by Matt Sarett · 8 years ago
  80. d4a338f Delete copyTo(Allocator), hide copyTo() behind flag by Matt Sarett · 8 years ago
  81. 8f7dc9f Circular shadow fixes for Flutter. by Jim Van Verth · 8 years ago
  82. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 8 years ago
  83. da96550 Add perspective shadows by Jim Van Verth · 8 years ago
  84. fafe135 SkSize can be aggregate-initialized by Hal Canary · 8 years ago
  85. 45cde31 SkMultiPictureDocument : clean up MultiPictureDocumentReader interface by Hal Canary · 8 years ago
  86. 4ebb43e hide most details of SkPatchUtils by Mike Reed · 8 years ago
  87. 887cdf1 move vertex-mode enum into SkVertices by Mike Reed · 8 years ago
  88. 291932e Fix is_convex() check for inset polys. by Jim Van Verth · 8 years ago
  89. b436655 Add height function to shadow tessellators. by Jim Van Verth · 8 years ago
  90. b549cc3 Change SkMemory to the more accurately named SkMalloc. by Herb Derby · 8 years ago
  91. 0513f14 Try a different calculation for computing convexity. by Jim Van Verth · 8 years ago
  92. dc276f9 Disable convex check for now. by Jim Van Verth · 8 years ago
  93. ab664fa Revert "Revert "Create new inset algorithm for spot shadows"" by Brian Salomon · 8 years ago
  94. e7c85c4 Revert "Create new inset algorithm for spot shadows" by Brian Salomon · 8 years ago
  95. e5f5bf5 Create new inset algorithm for spot shadows by Jim Van Verth · 8 years ago
  96. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 8 years ago
  97. 18ea65a Revert "Revert "remove unused SkMeshUtils and SkBoundaryPatch"" by Mike Reed · 8 years ago
  98. 02f577b reenable lua and fix bitrot by Mike Reed · 8 years ago
  99. d7b34a5 Make SkMemory.h and adjust all files for usage. by Herb Derby · 8 years ago
  100. 1a3c4b8 Eager or Lazy evaluation of sub-drawings for SkDeferredCanvas. by Herb Derby · 8 years ago