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

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

Issue 2695063003: Hook up the ANGLE extensions for disabling client-side data. (Closed)
Patch Set: rebase Created 3 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: 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 1ca1169fac907915b19c160fbd3b69cbcde36924..8646fd26bb11526b574948cd3facacd94fc1fe04 100644
--- a/gpu/command_buffer/service/feature_info.cc
+++ b/gpu/command_buffer/service/feature_info.cc
@@ -1414,6 +1414,8 @@ void FeatureInfo::InitializeFeatures() {
extensions.Contains("GL_CHROMIUM_copy_texture");
feature_flags_.chromium_copy_compressed_texture =
extensions.Contains("GL_CHROMIUM_copy_compressed_texture");
+ feature_flags_.angle_client_arrays =
+ extensions.Contains("GL_ANGLE_client_arrays");
}
bool FeatureInfo::IsES3Capable() const {
« no previous file with comments | « gpu/command_buffer/service/feature_info.h ('k') | gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698