History log of /external/skia/src/core/SkBitmapProcState_filter.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/SkBitmapProcState_filter.h
137a4ca42423bbb6d683067ea544c9a48f18f06c 17-Mar-2011 Derek Sollenberger <djsollen@google.com> Skia Merge (revision 950)

This merge will allow us to now import the sample app
infrastructure in skia to do on device measurements.

Change-Id: Idcab6b1524f371521717cde61a6e98a12d897e6b
/external/skia/src/core/SkBitmapProcState_filter.h
6a3f7289cac97d8cc6be93e7f5abcbfee940d697 20-Nov-2009 Mike Reed <reed@google.com> guard machine/cpu.h with both android and __arm__
/external/skia/src/core/SkBitmapProcState_filter.h
8e048c19870a898cecdde3b3c0d2d512e6f372c0 20-Nov-2009 Mike Reed <reed@google.com> new edgelist builder that chops segments into clip-sized coordinates, to avoid overflows

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.
/external/skia/src/core/SkBitmapProcState_filter.h
6547cc691368e758fb85fdd7e88fd807140fb61b 26-Oct-2009 Mike Reed <reed@google.com> filter preserves opaqueness, so remove work-around code in bitmap shader

The work-around code forced us to take a slower path, which is unnecessary now that filter
is precise for opaque inputs.
/external/skia/src/core/SkBitmapProcState_filter.h
83f82c28af56bd634d981bcc922216b46ef804f1 07-Aug-2009 Mike Reed <reed@google.com> conditionalize including cpu-features.h, since at the moment it is only available for arm.
/external/skia/src/core/SkBitmapProcState_filter.h
46402f8ee247238d734cdd90b8770caa46862a06 05-Aug-2009 Mike Reed <reed@google.com> rearrange the neon filter code to be sharable among all of the "portable" functions
remove remaining special-case neon functions that are (no longer) faster than the portable ones
/external/skia/src/core/SkBitmapProcState_filter.h