1. 14 May, 2014 1 commit
  2. 12 May, 2014 1 commit
  3. 07 Apr, 2014 1 commit
  4. 03 Apr, 2014 1 commit
  5. 25 Mar, 2014 1 commit
  6. 31 Jan, 2014 1 commit
  7. 30 Jan, 2014 1 commit
  8. 28 Jan, 2014 1 commit
  9. 27 Jan, 2014 1 commit
  10. 16 Jan, 2014 1 commit
  11. 15 Jan, 2014 1 commit
  12. 14 Jan, 2014 2 commits
  13. 06 Jan, 2014 1 commit
  14. 18 Dec, 2013 1 commit
  15. 12 Dec, 2013 3 commits
  16. 02 Dec, 2013 1 commit
  17. 13 Nov, 2013 1 commit
  18. 14 Oct, 2013 1 commit
  19. 07 Oct, 2013 1 commit
  20. 26 Sep, 2013 1 commit
    • commit-bot@chromium.org's avatar
      Moving 4 SkImageFilter derived classes from blink to skia · 1a4fb70c
      commit-bot@chromium.org authored
      There were 4 classes in blink that derived from SkImageFilter :
      - TileImageFilter -> SkTileImageFilter
      - OffsetImageFilter -> SkOffsetImageFilter (already existed)
      - FloodImageFilter -> SkFloodImageFilter
      - CompositeImageFilter -> SkCompositeImageFilter
      
      All functions were copied as is, without modification (except for warnings fixes), except for the offset filter, which was merged into the existing SkOffsetImageFilter class, as a special case when a crop rect is provided. Since the names won't clash with the names in blink, it should be easy to integrate them in blink later and fix issues, if needed.
      
      BUG=
      R=senorblanco@google.com, senorblanco@chromium.org, bsalomon@google.com, reed@google.com, mtklein@google.com
      
      Author: sugoi@chromium.org
      
      Review URL: https://chromiumcodereview.appspot.com/24157005
      
      git-svn-id: http://skia.googlecode.com/svn/trunk@11475 2bbb7eff-a529-9590-31e7-b0007b416f81
      1a4fb70c
  21. 06 Sep, 2013 1 commit
  22. 05 Sep, 2013 2 commits
  23. 23 Aug, 2013 1 commit
  24. 13 Aug, 2013 1 commit
  25. 07 Aug, 2013 2 commits
  26. 06 Aug, 2013 2 commits
  27. 01 Aug, 2013 1 commit
  28. 26 Jul, 2013 1 commit
  29. 15 Jul, 2013 1 commit
  30. 31 May, 2013 1 commit
    • senorblanco@chromium.org's avatar
      Implement SkXfermode image filter. This required changing the signature of... · 86fc266e
      senorblanco@chromium.org authored
      Implement SkXfermode image filter. This required changing the signature of SkXfermode::asNewEffectOrCoeffs(), to add an optional background texture.
      
      For the raster path, we do a straightforward 2-pass method: draw background, then composite the foreground over it.
      
      For the GPU path, if the xfermode can be expressed as an effect, we build an effect with the background texture incorporated, then do a single-pass draw fetching both foreground and background textures, and compositing to the result. If the xfermode is expressed as src/dst coefficients, we do a 2-pass draw as in the raster path and use fixed-function blending.
      
      R=bsalomon@google.com, reed@google.com
      
      Review URL: https://codereview.chromium.org/16125008
      
      git-svn-id: http://skia.googlecode.com/svn/trunk@9373 2bbb7eff-a529-9590-31e7-b0007b416f81
      86fc266e
  31. 23 May, 2013 1 commit
  32. 21 May, 2013 1 commit
  33. 08 Apr, 2013 1 commit
  34. 05 Apr, 2013 1 commit