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

Unified Diff: gpu/gles2_conform_support/egl/display.cc

Issue 693943003: Update from https://crrev.com/302630 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « gpu/config/software_rendering_list_json.cc ('k') | gpu/gles2_conform_support/gles2_conform_support.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gles2_conform_support/egl/display.cc
diff --git a/gpu/gles2_conform_support/egl/display.cc b/gpu/gles2_conform_support/egl/display.cc
index afd5908878f753776981bf53bdaaf34e44a94a1c..3fc17b9b29ffca908e81dc12b7994d067e329906 100644
--- a/gpu/gles2_conform_support/egl/display.cc
+++ b/gpu/gles2_conform_support/egl/display.cc
@@ -228,6 +228,7 @@ EGLContext Display::CreateContext(EGLConfig config,
bool bind_generates_resources = true;
bool lose_context_when_out_of_memory = false;
+ bool support_client_side_arrays = true;
context_.reset(
new gpu::gles2::GLES2Implementation(gles2_cmd_helper_.get(),
@@ -235,6 +236,7 @@ EGLContext Display::CreateContext(EGLConfig config,
transfer_buffer_.get(),
bind_generates_resources,
lose_context_when_out_of_memory,
+ support_client_side_arrays,
this));
if (!context_->Initialize(
« no previous file with comments | « gpu/config/software_rendering_list_json.cc ('k') | gpu/gles2_conform_support/gles2_conform_support.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698