diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-27 01:33:11 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-27 01:33:11 +0000 |
commit | 9b5affb596bf7041776cf9ae5cb03c35d223d5b7 (patch) | |
tree | 25902a3e8f22007f76a9e6dd91c16d2599316b51 /gpu | |
parent | 53583ad00e93255e66a90dc06b1bb0e251db9660 (diff) | |
download | chromium_src-9b5affb596bf7041776cf9ae5cb03c35d223d5b7.zip chromium_src-9b5affb596bf7041776cf9ae5cb03c35d223d5b7.tar.gz chromium_src-9b5affb596bf7041776cf9ae5cb03c35d223d5b7.tar.bz2 |
Roll ANGLE 1046:1164.
Suppressed regressing WebGL conformance tests.
Removed check for alpha==1 for a depth texture because I think GL_ANGLE_depth_texture is specified such that this is not expected.
The roll causes the image transport to be flipped. Compensated in AcceleratedSurface.
BUG=134743
Review URL: https://chromiumcodereview.appspot.com/10668003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144358 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu')
-rw-r--r-- | gpu/command_buffer/tests/gl_depth_texture_unittest.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gpu/command_buffer/tests/gl_depth_texture_unittest.cc b/gpu/command_buffer/tests/gl_depth_texture_unittest.cc index 9663340..c7365ad 100644 --- a/gpu/command_buffer/tests/gl_depth_texture_unittest.cc +++ b/gpu/command_buffer/tests/gl_depth_texture_unittest.cc @@ -180,7 +180,6 @@ TEST_F(DepthTextureTest, RenderTo) { EXPECT_EQ(actual[0], actual[1]); EXPECT_EQ(actual[1], actual[2]); - EXPECT_EQ(0xFF, actual[3]); if (xx > 0) { EXPECT_GT(actual[0], left[0]); |