diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-27 09:33:21 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-27 09:33:21 +0000 |
commit | f724d89982974423dcae410440fc9e2e90adf2b4 (patch) | |
tree | e9d07fb5278573718932136d568f312e4a918250 /DEPS | |
parent | a1560687e60c1508292475133b5ff46451d10828 (diff) | |
download | chromium_src-f724d89982974423dcae410440fc9e2e90adf2b4.zip chromium_src-f724d89982974423dcae410440fc9e2e90adf2b4.tar.gz chromium_src-f724d89982974423dcae410440fc9e2e90adf2b4.tar.bz2 |
Revert 144358 - 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
TBR=apatrick@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10699003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144425 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ deps = { (Var("googlecode_url") % "googlemock") + "/trunk@405", "src/third_party/angle": - (Var("googlecode_url") % "angleproject") + "/trunk@1164", + (Var("googlecode_url") % "angleproject") + "/trunk@1046", "src/third_party/trace-viewer": (Var("googlecode_url") % "trace-viewer") + "/trunk@57", |