diff options
author | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-16 20:13:32 +0000 |
---|---|---|
committer | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-16 20:13:32 +0000 |
commit | 62b8a9cf6a881f1055f37fbb347904d4eb12f0a2 (patch) | |
tree | 5ed658f315185e1276a07d10b4ed0ea7fb8d53e0 /gpu/gpu.gyp | |
parent | 04f2e4da93ef1e8da1a4b84f37c35b082aee44e9 (diff) | |
download | chromium_src-62b8a9cf6a881f1055f37fbb347904d4eb12f0a2.zip chromium_src-62b8a9cf6a881f1055f37fbb347904d4eb12f0a2.tar.gz chromium_src-62b8a9cf6a881f1055f37fbb347904d4eb12f0a2.tar.bz2 |
Fix FBO client side state caching
BUG=164132
Review URL: https://chromiumcodereview.appspot.com/11566006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173384 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r-- | gpu/gpu.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index 2ad0bcb..3c12f3c 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -232,6 +232,7 @@ 'sources': [ '<@(gles2_c_lib_source_files)', 'command_buffer/tests/gl_bind_uniform_location_unittest.cc', + 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc', 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc', 'command_buffer/tests/gl_depth_texture_unittest.cc', 'command_buffer/tests/gl_query_unittests.cc', |