summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-23 22:09:15 +0000
committerapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-23 22:09:15 +0000
commitb7cc1dcbb04a9908de23c9ca1ba17a09ea726845 (patch)
tree870784a09672620e61942deb9c6dd7dcbeaae6e0 /DEPS
parent213352a17b5cc70165919cd5a86e4a38758a8b4e (diff)
downloadchromium_src-b7cc1dcbb04a9908de23c9ca1ba17a09ea726845.zip
chromium_src-b7cc1dcbb04a9908de23c9ca1ba17a09ea726845.tar.gz
chromium_src-b7cc1dcbb04a9908de23c9ca1ba17a09ea726845.tar.bz2
Rolled ANGLE 577:591.
591 Switched to D3D10 shader compiler. 590 Track dirty texture parameters and images separately. 589 Track texture serials instead of id's. 588 Keep track of applied textures and dirty state to minimize D3D calls. 587 Fix checking for floating-point render target texture support. 586 Copy texture data of incomplete textures to the image arrays. 585 Retrieve current texture properties from the image array to avoid D3D call. 584 Retrieve texture width, height and type from the top-level image. 583 Texture image refactoring. 582 Remove redundant dirtyImageData() check. 581 Check image type in texture completeness test. 580 InternalFormat and format are the same. 579 Fix dirty texture state management. 578 Eliminate the weak base texture pointer. R=kbr@chromium.org Review URL: http://codereview.chromium.org/6725003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79191 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 ad0cea4..3af3f9e 100644
--- a/DEPS
+++ b/DEPS
@@ -38,7 +38,7 @@ deps = {
(Var("googlecode_url") % "googlemock") + "/trunk@359",
"src/third_party/angle":
- (Var("googlecode_url") % "angleproject") + "/trunk@577",
+ (Var("googlecode_url") % "angleproject") + "/trunk@591",
# Note that this is *not* where we check out WebKit -- this just
# puts some extra files into place for the real WebKit checkout to