History log of /external/skia/src/core/SkPicturePlayback.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
341c93bd153d8fcc55114b0148301e98e34bc13c 17-Feb-2012 Derek Sollenberger <djsollen@google.com> Changes to preserve backwards compatibility for serialization

Skia's serialize methods are not intended for backwards compatibility,
but the browser used it to implement saved pages. As a result the
revision of Skia used for ICS (r1562) is not compatible with the
revision of Skia used in JB (r3000+). This CL attempts to make pages
saved in ICS render in JB while still allowing JB pages to be saved
and displayed.

bug: 6025365
Change-Id: I9983517b46d2dedf31c6d90f48f6cf00ec042bc2
/external/skia/src/core/SkPicturePlayback.cpp
1cab2921ab279367f8206cdadc9259d12e603548 18-Jan-2012 Derek Sollenberger <djsollen@google.com> Skia merge (revision 3022)

This CL has companion changes to account for API updates in...
(1) frameworks/base
(2) external/webkit

Change-Id: Ibb989e76e8bd24313849f9631dbef42cdef9eb7d
/external/skia/src/core/SkPicturePlayback.cpp
717c009190af219a2f9e248d6fa13ad71cfdb0b1 30-Nov-2011 Derek Sollenberger <djsollen@google.com> Fix rendering bug in pages with shadowed text.

Shadowed text currently does not get subjected to culling until
immediately prior to rendering each glyph. This is problematic
for any page with an axis greater than 32k as we can't covert
the glyph coordinates to fixed point. Additionally, this is a
large perf hit as we look at every shadowed glyph on the page
for every draw call regardless of the canvas' clip.

This fix enables shadowed text to be quickly rejected based on
the canvas' clip when the draw text command is executed.

Finally, a mirror image of this CL is currently under review for
inclusion in the open-source Skia project.

bug: 5571685
Change-Id: I5df94eccecbd7d77a08004b5cbcca02120e390f7
/external/skia/src/core/SkPicturePlayback.cpp
bab1d4fd5839c44615c0cd98576dafc390680455 26-Jul-2011 Derek Sollenberger <djsollen@google.com> Fix crash when playing back a picture with an unknown font.

bug: 5009656
Change-Id: Ic91bdb84e42b4d07f88bd6df1a2bedc2031404df
/external/skia/src/core/SkPicturePlayback.cpp
35e2e62b55598210f6999fc2ea26ff8f41446ffe 16-May-2011 Derek Sollenberger <djsollen@google.com> Skia Merge (revision 1327)

Change-Id: I46f41274d07a3d7bac4728f8841c7f5e89dc9181
/external/skia/src/core/SkPicturePlayback.cpp
87b8e645865f9633f410c02252a0fd3feb18f09b 14-Apr-2011 Derek Sollenberger <djsollen@google.com> Skia Merge (revision 1116)

There is a companion change in external/webkit

Change-Id: I1c4110e7520bbef3f4e5f9551adb7ec79ac1e3ed
/external/skia/src/core/SkPicturePlayback.cpp
40528743dbb9ce7f39f093e0cdc47849ac8887cf 07-Jan-2011 Derek Sollenberger <djsollen@google.com> Skia Merge (revision 808)

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
/external/skia/src/core/SkPicturePlayback.cpp
64753df8a61f0423e703d76bbdba820d085b7f3a 02-Nov-2010 Patrick Scott <phanna@android.com> Fix drawing pictures in different threads.

Use a mutex to avoid trying to concurrently draw the same picture.

Change-Id: I6bef66d7824b12e796f32b635f2c344b4170fcd8
/external/skia/src/core/SkPicturePlayback.cpp
93d11b5b461a8677a8e3ffa94260f4f9897070ac 14-Dec-2009 Mike Reed <reed@google.com> refresh from skia/trunk
/external/skia/src/core/SkPicturePlayback.cpp
fadb93e0b43c7451032c46f3c58a1effa9d681b3 03-Jul-2009 Mike Reed <reed@google.com> fix null-shape crash in pictures
fix gradient interpolation w/ alpha (do it in nonpremul space)
optimize index->16bit sprite blit
/external/skia/src/core/SkPicturePlayback.cpp
a8c52de60de1d2471206b3c81e9243e2c76f2edb 29-Jun-2009 Mike Reed <reed@google.com> refresh from trunk: shape flattening, bzero
/external/skia/src/core/SkPicturePlayback.cpp
aa4832adcc7eba085987357591bcfeb530ba7b0d 25-Mar-2009 Mike Reed <> Automated import from //branches/master/...@142205,142205
/external/skia/src/core/SkPicturePlayback.cpp
0910916c0f7b951ee55c4b7c6358295b9bca0565 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/skia/src/core/SkPicturePlayback.cpp
6eb364108744656fcd23a96a478aa772cd4e85bc 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/skia/src/core/SkPicturePlayback.cpp
a89f6ab5ed3893035d5bf509e6ba6a985efe64e4 13-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@131421
/external/skia/src/core/SkPicturePlayback.cpp
03202c9c3dfbf8c4feb0a1ee9b3680817e633f58 10-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@125939
/external/skia/src/core/SkPicturePlayback.cpp