diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-24 12:01:24 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-24 12:01:24 +0000 |
commit | 2dc81024bba72691f0ed4521c2ac9e6bee0640f4 (patch) | |
tree | d82a91174fd4187b34b4358d1a4e8bf6339daef5 /DEPS | |
parent | e1df9083953671c268d57dcf0cc446fe97b958e1 (diff) | |
download | chromium_src-2dc81024bba72691f0ed4521c2ac9e6bee0640f4.zip chromium_src-2dc81024bba72691f0ed4521c2ac9e6bee0640f4.tar.gz chromium_src-2dc81024bba72691f0ed4521c2ac9e6bee0640f4.tar.bz2 |
Update angle to r048c4fe.
This contains the following changes:
048c4fe Fix buffer tests.
e04a5b7 Remove sh::InterfaceBlock member info.
28f70c3 Remove sh::Uniform::registerIndex and elementIndex.
bf9cce2 Use the block encoder class to store uniform offsets.
9fe25e9 Add a uniform register query to the translator.
18fe429 Added virtual destructors to VertexArrayImpl and BufferImpl
6cf8e1b Reduce the number of TextureFormatCaps members.
ad8636e Fix missing EGL extension function exports.
f0955f1 Update the samples and tests to use eglGetPlatformDisplayEXT.
591e6af Add support for ANGLE_platform_angle.
78b1acd Refactored Texture3D, separated out D3D logic
0511e80 Refactored TextureCubeMap, separated out D3D logic
BUG=none
TEST=none
Review URL: https://codereview.chromium.org/418713002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285203 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling ANGLE # and whatever else without interference from each other. - "angle_revision": "11c26b9c1182c9872693bab0b1fbf0fac148ab73", + "angle_revision": "048c4fe74a08b1139635cdeb50e0bb0b8324cd71", # Three lines of non-changing comments so that # the commit queue can handle CLs rolling build tools # and whatever else without interference from each other. |