Commit 1b42d370 authored by jbauman@chromium.org's avatar jbauman@chromium.org

Rolling ANGLE 754:762

759: Optimize uniform handling by storing both decorated and undecorated names.
760: Decorate arrays uniforms with "ar_" to identify arrays of size 1.
761: Optimize string comparisons by avoiding the creation of temporary substrings.
762: Save stream source 0 in stateblock when doing masked color clear.

BUG=97267
TEST=try-bots, webgl conformance tests


Review URL: http://codereview.chromium.org/7983049

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102237 0039d316-1c4b-4281-b951-d872f2087c98
parent 51f0ca35
...@@ -63,7 +63,7 @@ deps = { ...@@ -63,7 +63,7 @@ deps = {
(Var("googlecode_url") % "googlemock") + "/trunk@374", (Var("googlecode_url") % "googlemock") + "/trunk@374",
"src/third_party/angle": "src/third_party/angle":
(Var("googlecode_url") % "angleproject") + "/trunk@754", (Var("googlecode_url") % "angleproject") + "/trunk@762",
# Note that this is *not* where we check out WebKit -- this just # Note that this is *not* where we check out WebKit -- this just
# puts some extra files into place for the real WebKit checkout to # puts some extra files into place for the real WebKit checkout to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment