summaryrefslogtreecommitdiffstats
path: root/gpu/gpu.gyp
diff options
context:
space:
mode:
authorbrianderson@chromium.org <brianderson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-23 21:25:55 +0000
committerbrianderson@chromium.org <brianderson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-23 21:25:55 +0000
commitfb4bf5829ab8a7c94ece5f2164c335557e341080 (patch)
tree1fd6d918a398b9ac19b5d2ed07dbe7294a332d83 /gpu/gpu.gyp
parentf6df20a058f09db4ce38d6bbad75d917a42ce9ee (diff)
downloadchromium_src-fb4bf5829ab8a7c94ece5f2164c335557e341080.zip
chromium_src-fb4bf5829ab8a7c94ece5f2164c335557e341080.tar.gz
chromium_src-fb4bf5829ab8a7c94ece5f2164c335557e341080.tar.bz2
Add CommandLatencyQuery to the gpu command buffer
Increases query result size to be 64 bits. Allows result to be used as input on the query begin. BUG= Review URL: https://chromiumcodereview.appspot.com/11235012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163683 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r--gpu/gpu.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index ce3fdec..86baa0f 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -246,7 +246,7 @@
'command_buffer/tests/gl_bind_uniform_location_unittest.cc',
'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc',
'command_buffer/tests/gl_depth_texture_unittest.cc',
- 'command_buffer/tests/gl_get_error_query_unittests.cc',
+ 'command_buffer/tests/gl_query_unittests.cc',
'command_buffer/tests/gl_manager.cc',
'command_buffer/tests/gl_manager.h',
'command_buffer/tests/gl_pointcoord_unittest.cc',