DescriptionRevert of skrpb: evaluate color filters for constant shaders once. (patchset #1 id:1 of https://codereview.chromium.org/2480823002/ )
Reason for revert:
Just testing if this CL really broke the ASAN bot.
Original issue's description:
> skrpb: evaluate color filters for constant shaders once.
>
> The simplest thing to do here is just run shader+color filter pipeline at
> construction time to create a new constant color shader (replacing the paint
> color).
>
> This reduces a pipeline like:
> - constant_color (paint color)
> - matrix_4x5
> - clamp_a
> - load_d_foo, xfermode, lerp, store_foo
> to
> - constant_color (paint color -> matrix_4x5 -> clamp_a)
> - load_d_foo, xfermode, lerp, store_foo
>
> To implement this all, we add a new store_f32 stage that writes SkPM4f, and
> finally get around to implementing Sk8f::Store4() (store while reinterlacing).
> Sk4f::Store4() already exists for both SSE and NEON.
>
> Next step: reduce simple constant_color -> store pipelines (src mode, full
> coverage) into non-pipeline memsets.
> GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2480823002
>
> Committed: https://skia.googlesource.com/skia/+/a4a4488a4c3f16758f7e2b050168fe8d2f3b2a4d
TBR=msarett@google.com,reed@google.com,brianosman@google.com,mtklein@chromium.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2481023002
CQ_INCLUDE_TRYBOTS=master.client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot
Patch Set 1 #Patch Set 2 : Rebase revert. #
Messages
Total messages: 7 (1 generated)
|