Added switch to disable specified GL extensions.
commit5a6bcfe5cc034e908c310f3405b62bd35f6a8793
authordyen <dyen@chromium.org>
Thu, 14 May 2015 00:09:33 +0000 (13 17:09 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 14 May 2015 00:10:23 +0000 (14 00:10 +0000)
tree9e972126dad90f14453b3131edd7a18a7ecfce7f
parent0b93e0d31157dac42756c416e3dcac3a7669d6eb
Added switch to disable specified GL extensions.

It is now possible to remove extensions from the GL_EXTENSIONS string
by specifying "--disable-gl-extensions=extension1,extension2".

R=sievers@chromium.org
BUG=482067

Review URL: https://codereview.chromium.org/1110923003

Cr-Commit-Position: refs/heads/master@{#329752}
build/all.gyp
content/browser/gpu/gpu_process_host.cc
ui/gl/BUILD.gn
ui/gl/gl_api_unittest.cc [new file with mode: 0644]
ui/gl/gl_gl_api_implementation.cc
ui/gl/gl_gl_api_implementation.h
ui/gl/gl_switches.cc
ui/gl/gl_switches.h
ui/gl/gl_tests.gyp