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

Unified Diff: src/gpu/gl/GrGLCaps.cpp

Issue 184443003: Add Gpu Tracing to Ganesh (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Partial version Created 6 years, 9 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: src/gpu/gl/GrGLCaps.cpp
diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp
index a60230a2fe91de7e744a27a002cac988e6b3f912..d13bb281ea9ca45438c41301af7d2592740bd34e 100644
--- a/src/gpu/gl/GrGLCaps.cpp
+++ b/src/gpu/gl/GrGLCaps.cpp
@@ -312,7 +312,7 @@ void GrGLCaps::init(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) {
fPathRenderingSupport = ctxInfo.hasExtension("GL_NV_path_rendering");
SkASSERT(!fPathRenderingSupport || fFixedFunctionSupport);
- fGpuTracingSupport = ctxInfo.hasExtension("GL_EXT_debug_marker");
+ fGpuTracingSupport = true;//ctxInfo.hasExtension("GL_EXT_debug_marker");
bsalomon 2014/03/17 17:50:38 :)
egdaniel 2014/03/17 19:49:12 another part of my debugging... On 2014/03/17 17:5
fDstReadInShaderSupport = kNone_FBFetchType != fFBFetchType;

Powered by Google App Engine
This is Rietveld 408576698