| Index: src/gpu/vk/GrVkCaps.cpp
|
| diff --git a/src/gpu/vk/GrVkCaps.cpp b/src/gpu/vk/GrVkCaps.cpp
|
| index 60934de2a729c6ae02cef3082d5bbac68acc5971..89567c23f6b6dafd71144e349f15000d7b3c4497 100644
|
| --- a/src/gpu/vk/GrVkCaps.cpp
|
| +++ b/src/gpu/vk/GrVkCaps.cpp
|
| @@ -31,7 +31,7 @@ GrVkCaps::GrVkCaps(const GrContextOptions& contextOptions, const GrVkInterface*
|
| fCompressedTexSubImageSupport = false; //TODO: figure this out
|
| fOversizedStencilSupport = false; //TODO: figure this out
|
|
|
| - fUseDrawInsteadOfClear = false; //TODO: figure this out
|
| + fUseDrawInsteadOfClear = true; // Doing this temporarily to avoid clears in VkGpuCommandBuffer
|
|
|
| fMapBufferFlags = kNone_MapFlags; //TODO: figure this out
|
| fBufferMapThreshold = SK_MaxS32; //TODO: figure this out
|
|
|