summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorzmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-05 00:09:36 +0000
committerzmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-05 00:09:36 +0000
commitd6a53e4cba5710d51b1cab1f34d9f76a5fcf04c7 (patch)
treeb11e1e89beb1d7a49df291e99b2a0f253d0a61bf /DEPS
parent439d75cecba1d3947b405c07b41e3986091b688b (diff)
downloadchromium_src-d6a53e4cba5710d51b1cab1f34d9f76a5fcf04c7.zip
chromium_src-d6a53e4cba5710d51b1cab1f34d9f76a5fcf04c7.tar.gz
chromium_src-d6a53e4cba5710d51b1cab1f34d9f76a5fcf04c7.tar.bz2
Implement 'ANGLE_translated_shader_source' extension in command-buffer.
This works with ANGLE r780. So if it's on top of ANGLE, query the translated HLSL using ANGLE's GetTranslatedShaderSource extension; otherwise, return the cached translated shader source from ANGLE shader translator. BUG=95531 TEST=unittest Review URL: http://codereview.chromium.org/8120020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104036 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index a89dc8c..834c906 100644
--- a/DEPS
+++ b/DEPS
@@ -63,7 +63,7 @@ deps = {
(Var("googlecode_url") % "googlemock") + "/trunk@374",
"src/third_party/angle":
- (Var("googlecode_url") % "angleproject") + "/trunk@774",
+ (Var("googlecode_url") % "angleproject") + "/trunk@784",
# Note that this is *not* where we check out WebKit -- this just
# puts some extra files into place for the real WebKit checkout to