summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/tests
diff options
context:
space:
mode:
authorsievers@chromium.org <sievers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-14 21:39:00 +0000
committersievers@chromium.org <sievers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-14 21:39:00 +0000
commit345ba90876ea3cf3ca86b017cc4aae0e687d4eab (patch)
tree39429fdebb84c0d3b1f2c9d21123e9b41561d024 /gpu/command_buffer/tests
parent2438710bad0b763ff380434f9c11cda0ff697ad4 (diff)
downloadchromium_src-345ba90876ea3cf3ca86b017cc4aae0e687d4eab.zip
chromium_src-345ba90876ea3cf3ca86b017cc4aae0e687d4eab.tar.gz
chromium_src-345ba90876ea3cf3ca86b017cc4aae0e687d4eab.tar.bz2
gpu: Remove set_testing_force_is_angle
It's needed for testing GL_ANGLE_depth_texture as well as the logic (incl. texture clear logic) to prefer texSubImage2D over texImage2D for full updates. This changes things into feature and workaround flags, respectively, which now also allows to set texsubimage2d_faster_than_teximage2d for other drivers. R=jbauman@chromium.org, zmo@chromium.org Review URL: https://codereview.chromium.org/68113014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235238 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/command_buffer/tests')
-rw-r--r--gpu/command_buffer/tests/gl_manager.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/command_buffer/tests/gl_manager.cc b/gpu/command_buffer/tests/gl_manager.cc
index 76df515..1e00a02 100644
--- a/gpu/command_buffer/tests/gl_manager.cc
+++ b/gpu/command_buffer/tests/gl_manager.cc
@@ -121,6 +121,7 @@ void GLManager::Initialize(const GLManager::Options& options) {
options.image_manager,
NULL,
NULL,
+ NULL,
options.bind_generates_resource);
}