1. 26 Jul, 2013 1 commit
  2. 14 Feb, 2013 1 commit
  3. 13 Feb, 2013 1 commit
  4. 04 Feb, 2013 1 commit
  5. 05 Dec, 2012 1 commit
  6. 06 Feb, 2012 1 commit
    • Derek Sollenberger's avatar
      Skia merge (revision 3022) · 1cab2921
      Derek Sollenberger authored
      This CL has companion changes to account for API updates in...
       (1) frameworks/base
       (2) external/webkit
      
      Change-Id: Ibb989e76e8bd24313849f9631dbef42cdef9eb7d
      1cab2921
  7. 07 Jun, 2011 1 commit
    • Derek Sollenberger's avatar
      Skia Merge (revision 1510) · 0b15698a
      Derek Sollenberger authored
      This CL includes bug fixes and closely mirrors the version of
      Skia used in Chrome M13, which is likely to be our baseline for
      ICS.
      
      The CL also adds source files for the SampleApp which will allow
      us to execute basic skia tests. The SampleApp requires the
      utils/views directory in order to run.
      
      Finally, we have included the PDF backend for Skia in order to
      experiment with using it to generate PDF files for certain
      applications.
      
      Note: The SampleApp and PDF code are not built as part of libskia.
      
      Change-Id: I1895ccfbd8074e25f19148cc7bd1b4af571fb307
      0b15698a
  8. 14 Mar, 2011 1 commit
  9. 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
  10. 23 Nov, 2009 1 commit
  11. 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
  12. 13 Nov, 2009 1 commit
  13. 10 Nov, 2009 1 commit
    • Mike Reed's avatar
      refresh from skia/trunk · 24fb8c7c
      Mike Reed authored
      support for SSE2 blitrow optimizations
      fix flattening in 2-point gradient
      fix rotation in colormatrix
      24fb8c7c
  14. 14 Aug, 2009 1 commit
  15. 04 Mar, 2009 2 commits
  16. 10 Jan, 2009 1 commit
  17. 21 Oct, 2008 1 commit