Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(308)

Unified Diff: src/gpu/vk/GrVkCaps.cpp

Issue 1739063002: Fix oval rendering in vulkan (Closed) Base URL: https://skia.googlesource.com/skia.git@uboFormat
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/gpu/GrSWMaskHelper.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/vk/GrVkCaps.cpp
diff --git a/src/gpu/vk/GrVkCaps.cpp b/src/gpu/vk/GrVkCaps.cpp
index a9ad05c8997970e7aaa3986faa2e2a95b5151363..d8ac8757e5c378315dd14b45f58a764634e47c2c 100644
--- a/src/gpu/vk/GrVkCaps.cpp
+++ b/src/gpu/vk/GrVkCaps.cpp
@@ -120,6 +120,8 @@ void GrVkCaps::initGLSLCaps(const GrVkInterface* interface, VkPhysicalDevice phy
glslCaps->fConfigTextureSwizzle[i] = GrSwizzle::RGBA();
}
}
+
+ glslCaps->fShaderDerivativeSupport = true;
egdaniel 2016/02/25 21:07:23 This should always be supported and I don't think
}
static void format_supported_for_feature(const GrVkInterface* interface,
« no previous file with comments | « src/gpu/GrSWMaskHelper.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698