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

Unified Diff: dm/DM.cpp

Issue 1684413003: Implement support for using GL ES 3.0 with command buffer (Closed) Base URL: https://skia.googlesource.com/skia.git@no-texture-rectangle-gles
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
Index: dm/DM.cpp
diff --git a/dm/DM.cpp b/dm/DM.cpp
index c87f578babf22df5bf86aec95ace2b86d27ca205..8b9f0b56b529441415577712f2010c211ffeae07 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -1226,6 +1226,7 @@ void RunWithGPUTestContexts(T test, GPUTestContexts testContexts, Reporter* repo
#endif
#if SK_COMMAND_BUFFER
GrContextFactory::kCommandBuffer_GLContextType,
+ GrContextFactory::kCommandBufferES3_GLContextType,
#endif
#if SK_MESA
GrContextFactory::kMESA_GLContextType,

Powered by Google App Engine
This is Rietveld 408576698