1. 14 Apr, 2011 1 commit
  2. 17 Mar, 2011 2 commits
  3. 14 Mar, 2011 2 commits
  4. 24 Feb, 2011 1 commit
    • Derek Sollenberger's avatar
      Skia Merge (revision 842) · 71531ca1
      Derek Sollenberger authored
      This merge picks up the fixed width font updates and improved
      blur code from the Skia repository.
      
      Change-Id: Iad2301a353c31da27ca214527cf4ed8f24641749
      71531ca1
  5. 23 Feb, 2011 1 commit
    • Derek Sollenberger's avatar
      Skia Merge (revision 808) · 40528743
      Derek Sollenberger authored
      This merge has companion changes in the following projects in order
      to be compatible with changes to skia interfaces and practices:
      
      1. /frameworks/base
      2. /external/webkit
      
      Change-Id: I54092971305579e81a8fdb27bbe04ec340792e3b
      40528743
  6. 05 Jan, 2011 1 commit
    • Eric Hassold's avatar
      Add support for WebP format in Skia · 8432fc7b
      Eric Hassold authored
      This enable Skia to decode WebP images. Since BitmapFactory relies
      on Skia to decode images, this aims at adding support for WebP format
      in any application relying on BitmapFactory. Decoder relies on
      libwepb library, imported as external library in external/webp in
      Android source tree.
      
      Change-Id: I13ef4c1404b989af6a856e9150c62e297200331b
      8432fc7b
  7. 20 Sep, 2010 1 commit
  8. 08 Sep, 2010 2 commits
  9. 06 Sep, 2010 1 commit
  10. 16 Aug, 2010 1 commit
  11. 06 May, 2010 1 commit
  12. 09 Mar, 2010 1 commit
  13. 04 Mar, 2010 1 commit
    • Mike Reed's avatar
      update jpeg ram limits for large and small RAM class devices · 88a72757
      Mike Reed authored
      http://b/issue?id=2401896
      
      Before the fix, the image referenced in the bug would take 30+ seconds to load on a large device,
      and would crash a small device. On the small device, there was no RAM cap set, since the property
      we queried for does not exist there. On the large device, the properties value was too small, so
      I hard-code a larger one that seems to work better.
      88a72757
  14. 12 Feb, 2010 1 commit
  15. 20 Jan, 2010 2 commits
  16. 06 Jan, 2010 1 commit
    • Wei-Ta Chen's avatar
      Decouple libjpeg from libskia. · e82b0f78
      Wei-Ta Chen authored
      There are two other related changes under review:
      1) Build libjpeg to a shared library
      2) Add libjpeg to the prelink map
      e82b0f78
  17. 20 Nov, 2009 1 commit
    • Mike Reed's avatar
      new edgelist builder that chops segments into clip-sized coordinates, to avoid overflows · 8e048c19
      Mike Reed authored
      The change is conditional at the moment inside SkScan_Path.cpp, USE_NEW_BUILDER.
      
      This chopping is meant to only pass in reasonable floats to the edgelist, so that we never
      overflow when converting to fixed-point. It also has the side-effect of speeding up edges
      to the left/right of the clip, since those become vertical lines, which are faster to
      walk over than the original curve segment.
      
      Future optimizations: throw away segments to the right of the clip, and tweak the edgelist
      walker to not require an explicit matching right-edge for the current run.
      8e048c19
  18. 13 Nov, 2009 1 commit
  19. 30 Oct, 2009 1 commit
  20. 28 Oct, 2009 1 commit
  21. 29 Sep, 2009 1 commit
  22. 23 Sep, 2009 1 commit
  23. 14 Sep, 2009 1 commit
  24. 04 Aug, 2009 1 commit
  25. 03 Aug, 2009 1 commit
  26. 30 Jul, 2009 2 commits
  27. 17 Jul, 2009 1 commit
  28. 16 Jul, 2009 1 commit
  29. 10 Jul, 2009 1 commit
  30. 08 Jul, 2009 1 commit
  31. 25 Jun, 2009 1 commit
  32. 24 Jun, 2009 1 commit
    • Wei-Ta Chen's avatar
      Bypass source-overing if the alpha value of a source color equals to · 9255d4e0
      Wei-Ta Chen authored
      255, i.e., no need to add previous destination color values.
      
      My experimental results showed that the percentage of calls
      to SkSrcOver32To16() falling into the bypass path in the following
      processes are around:
      1. system_server: 72%
      2. acore: 80%
      3. camera: 57%
      4. browser: 66%
      9255d4e0
  33. 22 Jun, 2009 1 commit
    • Mike Reed's avatar
      pull from trunk · 9f0b433b
      Mike Reed authored
      move (and extended) xfermode enum into SkXfermode.h
      fix recursion bug in stroking
      minor utility code changes for new unittests
      9f0b433b
  34. 29 May, 2009 1 commit
    • Mike Reed's avatar
      refresh from skia/trunk · dab163f0
      Mike Reed authored
      - add canvas entry-point for shapes
      - add SDL support to GL port
      - rowbytes computation fixes in bitmaps
      dab163f0
  35. 14 Apr, 2009 1 commit
    • Mike Reed's avatar
      Pull latest changes from skia/trunk: · f95abb54
      Mike Reed authored
      SkColorPriv.h - change alpha macro to favor keep opaque destinations opaque
      SkFontHost.h - new apis for accessing font tables
      SkPostConfig.h - more #ifdef protections around windows.h
      SkFontHost_tables.cpp added
      Various updates to unit tests
      f95abb54