1. aaa6d77 Delete SK_SUPPORT_LEGACY_GRADIENT_PREMUL-guarded code by Florin Malita · 8 years ago
  2. 72245c5 Avoid int64 overflow in SkClampRange by Florin Malita · 8 years ago
  3. 1b3387b SkBitmap::setPixelRef(): less reference churn by Hal Canary · 8 years ago
  4. ebfce6d change SkClipOp to a class enum by Mike Reed · 8 years ago
  5. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  6. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  7. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  8. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  9. 92a895e Revert "Revert "Add antialiasing to SkDropShadowImageFilter's shadow draw"" by Robert Phillips · 8 years ago
  10. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  11. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  12. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  13. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  14. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  15. 45aac57 Revert "Add antialiasing to SkDropShadowImageFilter's shadow draw" by Robert Phillips · 8 years ago
  16. fd87be8 hide emboss from everyone (except android for now) by Mike Reed · 8 years ago
  17. 78e8165 Add antialiasing to SkDropShadowImageFilter's shadow draw by Robert Phillips · 8 years ago
  18. 0ce4f23 Apply linear gradient premul in 4f by fmalita · 8 years ago
  19. 55360b1 Revert "Remove use of makeDeferredRenderTargetContextWithFallback" by Robert Phillips · 8 years ago
  20. 155b292 Remove use of makeDeferredRenderTargetContextWithFallback by Robert Phillips · 8 years ago
  21. 5b1a7c2 Fuzzer assert in GradientShaderBase4fContext::TSampler by Florin Malita · 8 years ago
  22. 1edc5b9 Rename vars and functions from 'glslcaps'->'shadercaps' by Brian Salomon · 8 years ago
  23. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  24. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
  25. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
  26. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
  27. 030cbd5 Add SkOverdrawColorFilter by Matt Sarett · 8 years ago
  28. c590341 Add shadowrrect geometry processor by Jim Van Verth · 8 years ago
  29. ab1c3a0 Fix include of GrGLSLCaps in SkGradientShader by Greg Daniel · 8 years ago
  30. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 8 years ago
  31. d728f0c Defer more renderTargetContexts in the GPU image filter paths - take 2 by robertphillips · 8 years ago
  32. 101b844 Remove GrGLSLSampler type and subclasses by Brian Salomon · 8 years ago
  33. 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  34. 833dcf4 Add handling for instantiate failure up the call stack by Robert Phillips · 8 years ago
  35. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  36. db4183d In GrProcessor::TextureSampler drop the "get", it's cleaner by Brian Salomon · 8 years ago
  37. e60ad62 Guard against instantiate & accessRenderTarget failures by Robert Phillips · 8 years ago
  38. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  39. d470673 make SkXfermode.h go away by Mike Reed · 8 years ago
  40. 44e91c9 LinearGradientContext::shade4_clamp: fix div by 0 by James Zern · 8 years ago
  41. 4e344c8 Revert "Defer more renderTargetContexts in the GPU image filter paths" by Robert Phillips · 8 years ago
  42. 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
  43. c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  44. fd01ce0 Defer more renderTargetContexts in the GPU image filter paths by Robert Phillips · 8 years ago
  45. 0fdde54 Fix Sk4fLinearGradient initial interval pinning by Florin Malita · 8 years ago
  46. 7f6cd90 Start plumbing deferral of GPU resources in the image filters by Robert Phillips · 8 years ago
  47. 744908e Fix SkModeColorFilter in 565 by Mike Klein · 8 years ago
  48. 8a1036c Include what you use with signbit. by Ben Wagner · 8 years ago
  49. 8ffb3e5 Fix fuzzer assert in GradientShaderBase4fContext::TSampler by fmalita · 8 years ago
  50. 6a01554 remove use of xfermode* in procs by Mike Reed · 8 years ago
  51. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  52. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
  53. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  54. eea7c16 Add Matrix colorfilter pipeline stages. by Mike Klein · 8 years ago
  55. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  56. cc34176 Fix GradientShaderBase4fContext::Interval fuzzer assert by fmalita · 8 years ago
  57. afac581 Sk4fLinearGradient fuzzer fixes by fmalita · 8 years ago
  58. 1f49f26 SkRasterPipeline: implement SkLumaColorFilter by Mike Klein · 8 years ago
  59. 3c1b7db Add SkShadowMaskFilter by Jim Van Verth · 8 years ago
  60. 09d9435 remove lots of legacy flags by Mike Reed · 8 years ago
  61. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  62. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  63. 18fa642 chmod -x *.cpp *.h by Hal Canary · 8 years ago
  64. 618d304 GrConstColorProcessor uses 4f colors in the destination space by Brian Osman · 8 years ago
  65. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  66. 54cfe41 Remove SkRRectsGaussianEdgeShader by Robert Phillips · 8 years ago
  67. 8f45759 [Sk4fGradient] Use infinity floats for clamp-mode extreme positions by fmalita · 8 years ago
  68. 958788a remove 4 legacy flags (clients already updated) by Mike Reed · 8 years ago
  69. d2fe3bc Fix bug in raster implementation of SkRRectsGaussianEdgeMaskFilter by Robert Phillips · 8 years ago
  70. a29a956 Add SkRRectsGaussianEdgeMaskFilter by Robert Phillips · 8 years ago
  71. 9f532a3 Add helper to create random AsFPArgs for Ganesh unit tests by Brian Osman · 8 years ago
  72. 40085e6 Fix star artifact in SkRRectsGaussianEdgeShader by Robert Phillips · 8 years ago
  73. 9488833 Refactored SkColorSpace and added in a Lab PCS GM by raftias · 8 years ago
  74. a219653 Include 4f variants of random gradients during testing by Brian Osman · 8 years ago
  75. 3a2e45a Faster 4f gradient premul path by fmalita · 8 years ago
  76. ad146f6 added SkSL support for mustForceNegatedAtanParamToFloat cap by ethannicholas · 8 years ago
  77. 466ad99 Slightly generalize GPU hard stop gradient implementation. by Brian Salomon · 8 years ago
  78. e75c19f Update comment, move constant inside helper struct by Brian Osman · 8 years ago
  79. 3f74860 Convert gradient params test helper to a struct by Brian Osman · 8 years ago
  80. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  81. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  82. 62f6856 Revert "add cast for printf" by Mike Reed · 8 years ago
  83. 5f668a0 add cast for printf by Mike Reed · 8 years ago
  84. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  85. 088e21b Harden degenerate gradient context handling by fmalita · 8 years ago
  86. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  87. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  88. 9161ef0 Make all SkRasterPipeline stages stock stages in SkOpts. by Mike Klein · 8 years ago
  89. 2ebd0c8 Remove option to make GrCoordTransforms apply to device positions. by Brian Salomon · 8 years ago
  90. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  91. 418374c Revert of add cast for tostring (patchset #1 id:1 of https://codereview.chromium.org/2385353002/ ) by reed · 8 years ago
  92. 4cfd5af add cast for tostring to fix google3 by reed · 8 years ago
  93. 0d9dfe9 Supply random dst color space to asFP in unit tests by Brian Osman · 8 years ago
  94. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  95. e2f732f Start supplying random color space xforms to FP tests by Brian Osman · 8 years ago
  96. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  97. 6fb592e Add color space xform to GrAlphaThresholdFragmentProcessor by Brian Osman · 8 years ago
  98. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  99. 6df2c8e Fix precision issues in SkRRectsGaussianEdgeShader.cpp by robertphillips · 8 years ago
  100. e25d71c Gradients are serialized (and can be constructed) as SkColor4f + SkColorSpace by brianosman · 8 years ago