skia2/tools/gpu
Greg Daniel 7bfc9139c6 Remove GrCaps isConfigTexturable.
This also makes the isTexturable that takes a color explicitly called
isFormatTexturableAndUploadable. A lot of the uses of isConfigTexturable
were changed to the Uploadable version of the check, even though this is
not where we want to land in the long run. In the long run the uploadability
will be checked via calls to supportedWritePixelsColorType and all the
isTexturable calls should purely be about texturing. However, until those
changes land we keep it safe and keep the same functionality that
isConfigTexturable had by checking uploadability as well.

Bug: skia:6718
Change-Id: I3563f33f49811923da80e676fa3036ae46c4da70
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/234323
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
2019-08-14 19:30:45 +00:00
..
atlastext Revert "De-GL-ify tests, gm and tools" 2019-05-22 20:23:56 +00:00
dawn re-run tools/rewrite_includes.py 2019-07-25 15:40:33 +00:00
gl Skip non-D3D11 test contexts on Windows-on-ARM bots 2019-07-25 15:13:02 +00:00
mock rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
mtl Create FenceSync implementation that works for all Metal configs 2019-06-04 14:30:32 +00:00
vk Reland: Enable YCbCr sampler support on platforms other than Android 2019-08-12 14:21:01 +00:00
FenceSync.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
GpuTimer.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
GrContextFactory.cpp First draft of Dawn backend: clears are working. 2019-07-18 18:09:12 +00:00
GrContextFactory.h Add SkUNREACHABLE to definition of SK_ABORT. 2019-08-09 20:43:39 +00:00
GrTest.cpp Eliminate mixed samples as an FBO type or AA type 2019-06-24 04:08:45 +00:00
MemoryCache.cpp Normalize storage of shader strings in the cache 2019-04-25 15:27:59 +00:00
MemoryCache.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
ProxyUtils.cpp Remove GrCaps isConfigTexturable. 2019-08-14 19:30:45 +00:00
ProxyUtils.h Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. 2019-07-11 15:22:23 +00:00
TestContext.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
TestContext.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
YUVUtils.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
YUVUtils.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00