skia2/infra
Brian Salomon 201700fa86 Initial version of rescaling async readback API
This is implemented at backend-neutral level and so misses some
opportunities to reduce the number of passes in the GPU backend.

Filter quality is interpreted as:
none - single nearest neighbor resampling
low - chain of bilinear resamplings. 2x up/down except for one
step which may be smaller than 2x.
medium - same as low
high - when both scale factors are up then same as low but with bicubic
filtering rather than linear. Otherwise, same as low.

Bug: skia:8962

Change-Id: I4467636c14b802d6a0d9b5c363c1ad9e87a1a44b
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/213831
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
2019-05-17 16:39:10 +00:00
..
bots Initial version of rescaling async readback API 2019-05-17 16:39:10 +00:00
canvaskit Move common canvas/pathkit dockerfiles to more intuitive location 2019-04-09 23:14:13 +00:00
cmake Move common canvas/pathkit dockerfiles to more intuitive location 2019-04-09 23:14:13 +00:00
config Roll recipe dependencies (trivial). 2019-05-14 12:38:10 +00:00
cross-compile/docker/cross-linux-arm64 Add dockerfile to cross-compile for arm64 linux 2019-02-20 19:04:11 +00:00
cts [infra] Pin infra code using Go modules 2019-05-06 17:53:19 +00:00
lottiecap [infra] Pin infra code using Go modules 2019-05-06 17:53:19 +00:00
pathkit Move common canvas/pathkit dockerfiles to more intuitive location 2019-04-09 23:14:13 +00:00
project-config
skqp Update android-skqp Docker image to accept licenses 2019-01-22 23:34:58 +00:00
wasm-common Move common canvas/pathkit dockerfiles to more intuitive location 2019-04-09 23:14:13 +00:00
README.md

This directory contains infra-specific files. The branch-config/ directory contains configs that are specific to the master branch (e.g. config for the CQ committing to the master branch), while project-config/ directory contains project-wide configuration (e.g. list of buckets for cr-buildbucket service and list of refs known to the infra services).