832c817bc8
The goal of this change was to remove the use of GrBackendFormat::textureType() from GrCaps::isFormatTexturable call. Instead we will always pass in a GrTextureType into this call. To do this a lot of plumbing of GrTextureType was added to various call sites. However, this CL halts the plubming up at the proxy level where we get it from the GrBackendFormat still. Future CLs will continue removing these call sites and others that use GrBackendFormat::textureType(). Bug: skia:12342 Change-Id: Ic0f02b9c7f7402405623b8aa31aa32a9a7c22297 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/439277 Commit-Queue: Greg Daniel <egdaniel@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com> |
||
---|---|---|
.. | ||
.gitignore | ||
all_examples.cpp | ||
animate.sh | ||
documumentation_examples_map.txt | ||
draw.cpp | ||
egl_context.cpp | ||
examples.cpp | ||
examples.h | ||
fiddle_main.cpp | ||
fiddle_main.h | ||
make_all_examples_cpp.py | ||
null_context.cpp | ||
parse-fiddle-output |