summaryrefslogtreecommitdiffstats
path: root/gpu/gpu.gyp
diff options
context:
space:
mode:
authorjinsukkim <jinsukkim@chromium.org>2016-01-20 15:24:07 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-20 23:25:22 +0000
commit25219619c50ffb3b286bea015880a45473f4bda5 (patch)
treee921d5f7c234897c2a7f6ae986c8a68ad455fa2c /gpu/gpu.gyp
parentac4efee8661e994310148f6976c6d0897d0bf80c (diff)
downloadchromium_src-25219619c50ffb3b286bea015880a45473f4bda5.zip
chromium_src-25219619c50ffb3b286bea015880a45473f4bda5.tar.gz
chromium_src-25219619c50ffb3b286bea015880a45473f4bda5.tar.bz2
Use 16-bit surface for low-end devices
Passes surface format to create 16-bit surface for low-end Android devices. This works only when virtualized GL mode is not enabled. Virtualized GL case will be handled separately as described in crbug.com/272429#c24. https://codereview.chromium.org/136583006 is recycled to handle EGL configuration. BUG=272429 Review URL: https://codereview.chromium.org/1572443002 Cr-Commit-Position: refs/heads/master@{#370525}
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r--gpu/gpu.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 18c3593..d02f124 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -367,6 +367,7 @@
'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc',
'command_buffer/tests/gl_cube_map_texture_unittest.cc',
'command_buffer/tests/gl_depth_texture_unittest.cc',
+ 'command_buffer/tests/gl_dynamic_config_unittest.cc',
'command_buffer/tests/gl_ext_blend_func_extended_unittest.cc',
'command_buffer/tests/gl_ext_multisample_compatibility_unittest.cc',
'command_buffer/tests/gl_ext_srgb_unittest.cc',