diff options
author | zmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-05 00:09:36 +0000 |
---|---|---|
committer | zmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-05 00:09:36 +0000 |
commit | d6a53e4cba5710d51b1cab1f34d9f76a5fcf04c7 (patch) | |
tree | b11e1e89beb1d7a49df291e99b2a0f253d0a61bf /DEPS | |
parent | 439d75cecba1d3947b405c07b41e3986091b688b (diff) | |
download | chromium_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-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |