summaryrefslogtreecommitdiffstats
path: root/ui/gl/gl_image_ref_counted_memory_unittest.cc
diff options
context:
space:
mode:
authorreveman <reveman@chromium.org>2015-10-19 16:38:48 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-19 23:39:22 +0000
commit44429f23f3899d52c9493c114ae9b62e1ddeb7af (patch)
treee74bae28607a9c238eaf3e3ec2c4f1466f7d61e3 /ui/gl/gl_image_ref_counted_memory_unittest.cc
parentca96543ef138fe76457b5103bb02eebfde401387 (diff)
downloadchromium_src-44429f23f3899d52c9493c114ae9b62e1ddeb7af.zip
chromium_src-44429f23f3899d52c9493c114ae9b62e1ddeb7af.tar.gz
chromium_src-44429f23f3899d52c9493c114ae9b62e1ddeb7af.tar.bz2
Revert of ui: Move GLImage::BindTexImage fallback from GLImage implementations to GLES2CmdDecoder. (patchset #15 id:280001 of https://codereview.chromium.org/1401423003/ )
Reason for revert: Causing android gpu bots to fail Original issue's description: > ui: Move GLImage::BindTexImage fallback from GLImage implementations to GLES2CmdDecoder. > > This allows the GPU service to properly track the memory usage > image backed textures. > > It also reduces the complexity of GLImage implementations > significantly and makes it easier to support format and > buffer types that require a copy or conversion of data to > be used for sampling. > > This change also includes a few minor GLImage cleanups such > as removing gfx:: namespace prefix in places where it's not > needed and making the CopyTexImage GLImage test not part of > the core GLImage tests as it's optional to support that > function. > > BUG=526298 > TEST=gl_tests --gtest_filter=GpuMemoryBuffer*, gpu_unittests, gl_unittests --gtest_filter=GLImage* > > Committed: https://crrev.com/ac2696e324bda3824952148f831e76a8b80594b3 > Cr-Commit-Position: refs/heads/master@{#354870} TBR=dcastagna@chromium.org,ericrk@chromium.org,fsamuel@chromium.org,liberato@chromium.org,sievers@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=526298 Review URL: https://codereview.chromium.org/1418483003 Cr-Commit-Position: refs/heads/master@{#354914}
Diffstat (limited to 'ui/gl/gl_image_ref_counted_memory_unittest.cc')
-rw-r--r--ui/gl/gl_image_ref_counted_memory_unittest.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/gl/gl_image_ref_counted_memory_unittest.cc b/ui/gl/gl_image_ref_counted_memory_unittest.cc
index c3d77e2..1edccf2 100644
--- a/ui/gl/gl_image_ref_counted_memory_unittest.cc
+++ b/ui/gl/gl_image_ref_counted_memory_unittest.cc
@@ -37,9 +37,5 @@ INSTANTIATE_TYPED_TEST_CASE_P(GLImageRefCountedMemory,
GLImageTest,
GLImageRefCountedMemoryTestDelegate);
-INSTANTIATE_TYPED_TEST_CASE_P(GLImageRefCountedMemory,
- GLImageCopyTest,
- GLImageRefCountedMemoryTestDelegate);
-
} // namespace
} // namespace gfx