skia2/tools/fiddle
Greg Daniel d90777ada3 Revert "Remove GrBackendFormat's textureType use from isFormatTexturable call."
This reverts commit 832c817bc8.

Reason for revert: uninitialized value in GrBackendTexture

Original change's description:
> Remove GrBackendFormat's textureType use from isFormatTexturable call.
>
> 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>

TBR=egdaniel@google.com,bsalomon@google.com,skcq-be@skia-corp.google.com.iam.gserviceaccount.com

Change-Id: I354bbbf00be7a86c480009f3e7b36a8777a6bf3a
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: skia:12342
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/439338
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
2021-08-13 20:05:32 +00:00
..
.gitignore experimental/fiddle -> tools/fiddle 2016-04-18 11:50:07 -07:00
all_examples.cpp Hide getBlendMode() 2021-07-07 20:55:26 +00:00
animate.sh [fiddle] Add simple animation support. 2017-04-19 18:46:52 +00:00
documumentation_examples_map.txt More (no more) getBlendMode cleanup 2021-07-08 20:28:24 +00:00
draw.cpp Add flag to hide non-sampling imageshader factories 2020-12-08 20:33:23 +00:00
egl_context.cpp Add Context factories to GrDirectContext 2020-07-14 12:40:46 +00:00
examples.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
examples.h Reland "Add format-specifier warnings to SkDebugf." 2021-06-25 17:57:43 +00:00
fiddle_main.cpp Revert "Remove GrBackendFormat's textureType use from isFormatTexturable call." 2021-08-13 20:05:32 +00:00
fiddle_main.h Spelling and capitalization fixes from GitHub PRs 2020-12-10 18:40:09 +00:00
make_all_examples_cpp.py Examples: compile faster 2019-04-04 15:43:59 +00:00
null_context.cpp Add Context factories to GrDirectContext 2020-07-14 12:40:46 +00:00
parse-fiddle-output [fiddle] Report GL driver info. 2017-06-01 18:03:45 +00:00