1. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  2. 18fa642 chmod -x *.cpp *.h by Hal Canary · 8 years ago
  3. 618d304 GrConstColorProcessor uses 4f colors in the destination space by Brian Osman · 8 years ago
  4. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  5. 54cfe41 Remove SkRRectsGaussianEdgeShader by Robert Phillips · 8 years ago
  6. 8f45759 [Sk4fGradient] Use infinity floats for clamp-mode extreme positions by fmalita · 8 years ago
  7. 958788a remove 4 legacy flags (clients already updated) by Mike Reed · 8 years ago
  8. d2fe3bc Fix bug in raster implementation of SkRRectsGaussianEdgeMaskFilter by Robert Phillips · 8 years ago
  9. a29a956 Add SkRRectsGaussianEdgeMaskFilter by Robert Phillips · 8 years ago
  10. 9f532a3 Add helper to create random AsFPArgs for Ganesh unit tests by Brian Osman · 8 years ago
  11. 40085e6 Fix star artifact in SkRRectsGaussianEdgeShader by Robert Phillips · 8 years ago
  12. 9488833 Refactored SkColorSpace and added in a Lab PCS GM by raftias · 8 years ago
  13. a219653 Include 4f variants of random gradients during testing by Brian Osman · 8 years ago
  14. 3a2e45a Faster 4f gradient premul path by fmalita · 8 years ago
  15. ad146f6 added SkSL support for mustForceNegatedAtanParamToFloat cap by ethannicholas · 8 years ago
  16. 466ad99 Slightly generalize GPU hard stop gradient implementation. by Brian Salomon · 8 years ago
  17. e75c19f Update comment, move constant inside helper struct by Brian Osman · 8 years ago
  18. 3f74860 Convert gradient params test helper to a struct by Brian Osman · 8 years ago
  19. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  20. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  21. 62f6856 Revert "add cast for printf" by Mike Reed · 8 years ago
  22. 5f668a0 add cast for printf by Mike Reed · 8 years ago
  23. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  24. 088e21b Harden degenerate gradient context handling by fmalita · 8 years ago
  25. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  26. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  27. 9161ef0 Make all SkRasterPipeline stages stock stages in SkOpts. by Mike Klein · 8 years ago
  28. 2ebd0c8 Remove option to make GrCoordTransforms apply to device positions. by Brian Salomon · 8 years ago
  29. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  30. 418374c Revert of add cast for tostring (patchset #1 id:1 of https://codereview.chromium.org/2385353002/ ) by reed · 8 years ago
  31. 4cfd5af add cast for tostring to fix google3 by reed · 8 years ago
  32. 0d9dfe9 Supply random dst color space to asFP in unit tests by Brian Osman · 8 years ago
  33. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  34. e2f732f Start supplying random color space xforms to FP tests by Brian Osman · 8 years ago
  35. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  36. 6fb592e Add color space xform to GrAlphaThresholdFragmentProcessor by Brian Osman · 8 years ago
  37. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  38. 6df2c8e Fix precision issues in SkRRectsGaussianEdgeShader.cpp by robertphillips · 8 years ago
  39. e25d71c Gradients are serialized (and can be constructed) as SkColor4f + SkColorSpace by brianosman · 8 years ago
  40. c8dd6bc Rearrange SkRasterPipeline scanline tail handling. by Mike Klein · 8 years ago
  41. eec8304 Added kSRGBLinear_Named color space, along with tests by brianosman · 8 years ago
  42. 16a2e54 need to apply CTM to clip rect in arithmetic imagefilter by Mike Reed · 8 years ago
  43. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  44. 403d154 Revert "Revert "replace Arithmetic xfermode with imagefilter"" by Mike Reed · 8 years ago
  45. 10ff5bf Revert "replace Arithmetic xfermode with imagefilter" by Mike Reed · 8 years ago
  46. 0530c88 replace Arithmetic xfermode with imagefilter by Mike Reed · 8 years ago
  47. b58a2b4 Stop aggregating texture/buffer access objects in GrFragmentProcessor parents. by bsalomon · 8 years ago
  48. eafe9d1 Dash to use SkIsAlign2 by cblume · 8 years ago
  49. eed6b0e Change SkSpecialImage::makeSurface and makeTightSurface to take output by brianosman · 8 years ago
  50. 667a007 change SkXfermodeImageFilter to carry no impl information by Mike Reed · 8 years ago
  51. a76554d Revert of Create special surfaces according to original device (not always in N32) (patchset #9 id:160001 of https://codereview.chromium.org/2349373004/ ) by brianosman · 8 years ago
  52. 53c3808 Change SkSpecialImage::makeSurface and makeTightSurface to take output by brianosman · 8 years ago
  53. 5a9c2f1 sRGB cleanup in image filters. Ensure we configure paints correctly. by brianosman · 8 years ago
  54. c68e8924 It is possible to try and draw to an unsupported format. Let this go. by brianosman · 8 years ago
  55. d454609 Support for color-spaces with multi-stop (texture) gradients by brianosman · 8 years ago
  56. 2a75e5d Add output format properties to SkImageFilter::Context by brianosman · 8 years ago
  57. 2695eaa Fix some GPU image filter code to preserve precision and color space by brianosman · 8 years ago
  58. 3e6cf87 Cleanup some sRGB TODOs, mostly around setting GrPaint flags correctly by brianosman · 8 years ago
  59. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  60. 6d7e4e8 Harden LinearGradient4fContext by fmalita · 8 years ago
  61. 54d9b66 Improve ColorStopOptimizer safety by tomhudson · 8 years ago
  62. 7a12b4f Improve join between the two RRects in SkRRectsGaussianEdgeShader by robertphillips · 8 years ago
  63. a8370b2 Remove old SkGaussianEdgeShader code by jvanverth · 8 years ago
  64. 6c3baa6 Make Sk2DPathEffect thread safe. by bungeman · 8 years ago
  65. f560ef8 Add staging for removal of SkRRectsGaussianEdgeShader::Make (for Android) by robertphillips · 8 years ago
  66. ec89534 Fix color bug in SkRRectsGaussianEdgeShader by robertphillips · 8 years ago
  67. b9c5137 Add storage and computation of SkColor4f version of gradient stops. by brianosman · 8 years ago
  68. 93110a8 Remove the unused 16-bit gradient cache by brianosman · 8 years ago
  69. 9557c27 Bundle common arguments to GrGradientEffect creation by brianosman · 8 years ago
  70. 14e7a60 Revert of Bundle common arguments to GrGradientEffect creation (patchset #2 id:20001 of https://codereview.chromium.org/2332213007/ ) by djsollen · 8 years ago
  71. f605c16 Bundle common arguments to GrGradientEffect creation by brianosman · 8 years ago
  72. f619a7a Fixup SkRRectsGaussianEdgeShader's shaders by robertphillips · 8 years ago
  73. 2af83ac Add shader-based GaussianEdgeShader for reveal case by robertphillips · 8 years ago
  74. db85665 Fix GaussianEdgeShader GLSL code by jvanverth · 8 years ago
  75. 1a1aa93 Remove unneeded GrGLSLTransformedCoordsArray type by bsalomon · 8 years ago
  76. d99858a Update SampleAndroidShadows to use algorithm closer to Android OpenGL by jvanverth · 8 years ago
  77. 05a4cf5 Add GM/slide to simulate Android-style reveal clip by robertphillips · 8 years ago
  78. 62e9b14 Revert of Add GM/slide to simulate Android-style reveal clip (patchset #6 id:100001 of https://codereview.chromium.org/2316593003/ ) by robertphillips · 8 years ago
  79. ffac5c4 Add GM/slide to simulate Android-style reveal clip by robertphillips · 8 years ago
  80. 48fde9c Add a makeDrawContextWithFallback that handles config fallback by robertphillips · 8 years ago
  81. a4f1af8 Use stroked rrects for Android shadow sample by jvanverth · 8 years ago
  82. 95243eb Make GrTextureStripAtlas flush pending IO on newly acquired texture by ajuma · 8 years ago
  83. e1e5c74 Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  84. 2a57f2f Revert of Moving SkBlurImageFilter into core (patchset #9 id:160001 of https://codereview.chromium.org/2255803003/ ) by bungeman · 8 years ago
  85. a97a1ab Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  86. 6cfb106 Fix Ganesh analytic blurred rect draws by robertphillips · 8 years ago
  87. 8ae991e Flush denorm half floats to zero. by mtklein · 8 years ago
  88. a90dcf7 Revert of Moving SkBlurImageFilter into core (patchset #8 id:140001 of https://codereview.chromium.org/2255803003/ ) by vjiaoblack · 8 years ago
  89. 4d76017 Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  90. 3a0c369 Remove quantization of device-space dest rect for Ganesh analytic rrect blurs by robertphillips · 8 years ago
  91. 7b14512 Revert of Moving SkBlurImageFilter into core (patchset #8 id:140001 of https://codereview.chromium.org/2255803003/ ) by vjiaoblack · 8 years ago
  92. e426bab Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  93. 2ec4172 Revert of Moving SkBlurImageFilter into core (patchset #6 id:100001 of https://codereview.chromium.org/2255803003/ ) by mtklein · 8 years ago
  94. dd3259e Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  95. 582a656 Simplify the gradient color stop optimizer by fmalita · 8 years ago
  96. 02fa32c Move GrFixedClip into src directory by csmartdalton · 8 years ago
  97. 68d952c Implement gradient simplification for 0,0,1 and 0,1,1 gradients by fmenozzi · 8 years ago
  98. e9fd0f8 Return color shader instead of 2-color gradient when color count is 1 by fmenozzi · 8 years ago
  99. 6b7a6c7 Revert of Return color shader instead of 2-color gradient when color count is 1 (patchset #3 id:40001 of https://codereview.chromium.org/2259823005/ ) by reed · 8 years ago
  100. da082a5 Return color shader instead of 2-color gradient when color count is 1 by fmenozzi · 8 years ago