History log of /external/skia/src/effects/SkLayerDrawLooper.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/effects/SkLayerDrawLooper.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/effects/SkLayerDrawLooper.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/effects/SkLayerDrawLooper.cpp
9770b0f3d2b5d512daac50c2c9561d2c073cd8d2 02-Jun-2011 Derek Sollenberger <djsollen@google.com> Fix for antialiased text with shadows.

bug: 4502715
Change-Id: I44f994b86d0e0d7b31087880805196a3bda7a1b1
/external/skia/src/effects/SkLayerDrawLooper.cpp
35e2e62b55598210f6999fc2ea26ff8f41446ffe 16-May-2011 Derek Sollenberger <djsollen@google.com> Skia Merge (revision 1327)

Change-Id: I46f41274d07a3d7bac4728f8841c7f5e89dc9181
/external/skia/src/effects/SkLayerDrawLooper.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/effects/SkLayerDrawLooper.cpp
0910916c0f7b951ee55c4b7c6358295b9bca0565 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/skia/src/effects/SkLayerDrawLooper.cpp
6eb364108744656fcd23a96a478aa772cd4e85bc 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/skia/src/effects/SkLayerDrawLooper.cpp
03202c9c3dfbf8c4feb0a1ee9b3680817e633f58 10-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@125939
/external/skia/src/effects/SkLayerDrawLooper.cpp