DescriptionAllow Srcs to veto Sinks based on their broad type.
This breaks Sinks down into three auto-detected types:
- GPU: anything that requests to be run in the GPU enclave
- Vector: anything that writes to the stream instead of the bitmap
- Raster: everything else
Some examples: gpu -> GPU, msaa16 -> GPU, 8888 -> raster, pdf -> vector,
svg -> vector, pipe-8888 -> raster, tiles_rt-gpu -> GPU
This lets image decoding sinks veto non-raster backends explicitly,
and can let particular GMs veto GPU or non-GPU sinks as they like.
BUG=skia:
Committed: https://skia.googlesource.com/skia/+/e0effd60800bd7c07667e31a6a66e3def8de70c8
Patch Set 1 #
Total comments: 2
Patch Set 2 : scroggo #
Messages
Total messages: 19 (9 generated)
|