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

Unified Diff: gpu/command_buffer/service/feature_info.cc

Issue 2758653003: Implement debug marker entry points in the passthrough command buffer. (Closed)
Patch Set: Created 3 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: gpu/command_buffer/service/feature_info.cc
diff --git a/gpu/command_buffer/service/feature_info.cc b/gpu/command_buffer/service/feature_info.cc
index 603583694c435d2af4c6be890e8026b221cba425..65ba9c2f1ccbebc48f796a640cdad69cba89bc59 100644
--- a/gpu/command_buffer/service/feature_info.cc
+++ b/gpu/command_buffer/service/feature_info.cc
@@ -1360,6 +1360,7 @@ void FeatureInfo::InitializeFeatures() {
extensions.Contains("GL_ANGLE_client_arrays");
feature_flags_.angle_request_extension =
extensions.Contains("GL_ANGLE_request_extension");
+ feature_flags_.ext_debug_marker = extensions.Contains("GL_EXT_debug_marker");
}
void FeatureInfo::InitializeFloatAndHalfFloatFeatures(
« no previous file with comments | « gpu/command_buffer/service/feature_info.h ('k') | gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698