summaryrefslogtreecommitdiffstats
path: root/gpu/gpu.gyp
diff options
context:
space:
mode:
authordyen <dyen@chromium.org>2015-10-07 11:58:31 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-07 18:59:10 +0000
commit5c38a030b88f43b57f404dc60d777572b33ea3c4 (patch)
treedcbefdf15124d6a1a11245bd1c901515cc11e795 /gpu/gpu.gyp
parentb474ca01fcc5376eb538f71e524351e52319d396 (diff)
downloadchromium_src-5c38a030b88f43b57f404dc60d777572b33ea3c4.zip
chromium_src-5c38a030b88f43b57f404dc60d777572b33ea3c4.tar.gz
chromium_src-5c38a030b88f43b57f404dc60d777572b33ea3c4.tar.bz2
Implemented new fence syncs which replaces the old sync points.
The new GL_CHROMIUM_sync_point proposal has been implemented now. The old functions are all different enough that no names were overloaded, so all of the old functionality still exists. This way, we can incrementally move over call sites of the old functions to use the new ones. R=jam@chromium.org, piman@chromium.org BUG=514815 Review URL: https://codereview.chromium.org/1331843005 Cr-Commit-Position: refs/heads/master@{#352901}
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r--gpu/gpu.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 930153a..367b685 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -244,6 +244,7 @@
'command_buffer/service/shader_manager_unittest.cc',
'command_buffer/service/shader_translator_cache_unittest.cc',
'command_buffer/service/shader_translator_unittest.cc',
+ 'command_buffer/service/sync_point_manager_unittest.cc',
'command_buffer/service/test_helper.cc',
'command_buffer/service/test_helper.h',
'command_buffer/service/path_manager_unittest.cc',
@@ -359,6 +360,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_fence_sync_unittest.cc',
'command_buffer/tests/gl_gpu_memory_buffer_unittest.cc',
'command_buffer/tests/gl_lose_context_chromium_unittest.cc',
'command_buffer/tests/gl_manager.cc',