658d499afc
MakeFromBackendTextureAsRenderTarget is planned to be deprecated, so we should use MakeFromBackendTexture with a sampleCount parameter instead. On Vulkan, this ran into issues because we assumed an allocation for the VkImage and the swapchain doesn't provide us with one. Fixed so we don't need an allocation for Borrowed textures. Bug: skia: Change-Id: Ib26888020e093f4a734a4159eae898539c2273b7 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/226839 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Jim Van Verth <jvanverth@google.com> |
||
---|---|---|
animations | ||
bench | ||
bin | ||
dm | ||
docker | ||
docs/examples | ||
example | ||
experimental | ||
fuzz | ||
gm | ||
gn | ||
include | ||
infra | ||
modules | ||
platform_tools | ||
resources | ||
samplecode | ||
site | ||
specs | ||
src | ||
tests | ||
third_party | ||
tools | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
.gn | ||
AUTHORS | ||
BUILD.gn | ||
codereview.settings | ||
CONTRIBUTING | ||
CQ_COMMITTERS | ||
DEPS | ||
go.mod | ||
go.sum | ||
LICENSE | ||
OWNERS | ||
PRESUBMIT.py | ||
public.bzl | ||
README | ||
README.chromium | ||
whitespace.txt |
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. See full details, and build instructions, at https://skia.org.