diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-12 20:18:51 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-12 20:18:51 +0000 |
commit | f7657cfd28a225f4670723b5820adf10dde2939d (patch) | |
tree | 40c3bb868499bbc9e9935e449f8669c68d742791 /DEPS | |
parent | 42480743cfd74847e0bcf3c656cab2db6077d52d (diff) | |
download | chromium_src-f7657cfd28a225f4670723b5820adf10dde2939d.zip chromium_src-f7657cfd28a225f4670723b5820adf10dde2939d.tar.gz chromium_src-f7657cfd28a225f4670723b5820adf10dde2939d.tar.bz2 |
Rolled ANGLE to r382.
Changes between r369 and r382:
Revision: 382
Author: apatrick@chromium.org
Date: 5:16:16 PM, Wednesday, August 11, 2010
Message:
Fixed Display::initialize so it does not crash for devices that do not support PS 2.0.
The crash occurs when createDevice attempts to dereference mD3d9, which is NULL.
Review URL: http://codereview.appspot.com/1956042
----
Modified : /trunk/src/libEGL/Display.cpp
Revision: 381
Author: alokp@chromium.org
Date: 3:33:53 PM, Monday, August 09, 2010
Message:
Fixed warnings about deprecated conversion from string constant to char*. Submitted by timeless.
BUG=18
Review URL: http://codereview.appspot.com/1936041
----
Modified : /trunk/src/compiler/glslang.l
Modified : /trunk/src/compiler/glslang.y
Revision: 380
Author: alokp@chromium.org
Date: 3:32:56 PM, Monday, August 09, 2010
Message:
Some compilers do not support standard STL allocator interface. Also removed _Charalloc function only needed by VC++6.0, which we do not support. Submitted by Eagle.Lu.
BUG=19
Review URL: http://codereview.appspot.com/1913048
----
Modified : /trunk/src/compiler/PoolAlloc.h
Revision: 379
Author: alokp@chromium.org
Date: 3:31:36 PM, Monday, August 09, 2010
Message:
Fix warnings about unused variables. Submitted by timeless.
BUG=15
Review URL: http://codereview.appspot.com/1916046
----
Modified : /trunk/src/compiler/OutputGLSL.cpp
Revision: 378
Author: alokp@chromium.org
Date: 3:30:49 PM, Monday, August 09, 2010
Message:
Fix warnings about comparison/assignement between signed and unsigned types. Submitted by timeless.
BUG=13
Review URL: http://codereview.appspot.com/1895051
----
Modified : /trunk/src/compiler/preprocessor/atom.c
Modified : /trunk/src/compiler/preprocessor/symbols.c
Modified : /trunk/src/compiler/preprocessor/tokens.c
Revision: 377
Author: alokp@chromium.org
Date: 3:29:59 PM, Monday, August 09, 2010
Message:
ret = yyparse(...) is dropped in PaParseStrings. Submitted by timeless.
BUG=16
Review URL: http://codereview.appspot.com/1868056
----
Modified : /trunk/src/compiler/glslang.l
Revision: 376
Author: alokp@chromium.org
Date: 3:28:19 PM, Monday, August 09, 2010
Message:
Fix warnings about initialization order in the class initialization list. Submitted by timeless.
BUG=14
Review URL: http://codereview.appspot.com/1850054
----
Modified : /trunk/src/compiler/PoolAlloc.h
Modified : /trunk/src/compiler/parseConst.cpp
Revision: 375
Author: alokp@chromium.org
Date: 10:16:27 AM, Monday, August 09, 2010
Message:
Reject shaders that invoke functions hidden by variable or struct name.
BUG=22
Review URL: http://codereview.appspot.com/1855057
----
Modified : /trunk/src/compiler/ParseHelper.cpp
Revision: 374
Author: alokp@chromium.org
Date: 10:14:46 AM, Monday, August 09, 2010
Message:
We were trying to change a const_iterator which was rightly caught by SunStudio compiler. Submitted by Eagle.Lu.
BUG=19
Review URL: http://codereview.appspot.com/1879049
----
Modified : /trunk/src/compiler/OutputGLSL.cpp
Revision: 373
Author: alokp@chromium.org
Date: 10:14:09 AM, Monday, August 09, 2010
Message:
Replaced __inline with inline to make it compile with SunStudio compiler. Submitted by Eagle.Lu.
BUG=19
Review URL: http://codereview.appspot.com/1910047
----
Modified : /trunk/src/compiler/BaseTypes.h
Revision: 372
Author: vangelis@google.com
Date: 9:51:37 AM, Monday, August 09, 2010
Message:
Adding separate license file for the preprocessor code and removing the ANGLE boilerplate license from those files.
----
Added : /trunk/LICENSE.preprocessor
Modified : /trunk/src/compiler/preprocessor/atom.c
Modified : /trunk/src/compiler/preprocessor/atom.h
Modified : /trunk/src/compiler/preprocessor/compile.h
Modified : /trunk/src/compiler/preprocessor/cpp.c
Modified : /trunk/src/compiler/preprocessor/cpp.h
Modified : /trunk/src/compiler/preprocessor/cppstruct.c
Modified : /trunk/src/compiler/preprocessor/memory.c
Modified : /trunk/src/compiler/preprocessor/memory.h
Modified : /trunk/src/compiler/preprocessor/parser.h
Modified : /trunk/src/compiler/preprocessor/preprocess.h
Modified : /trunk/src/compiler/preprocessor/scanner.c
Modified : /trunk/src/compiler/preprocessor/scanner.h
Modified : /trunk/src/compiler/preprocessor/slglobals.h
Modified : /trunk/src/compiler/preprocessor/symbols.c
Modified : /trunk/src/compiler/preprocessor/symbols.h
Modified : /trunk/src/compiler/preprocessor/tokens.c
Modified : /trunk/src/compiler/preprocessor/tokens.h
Revision: 371
Author: daniel@transgaming.com
Date: 9:50:02 PM, Saturday, August 07, 2010
Message:
Add Al and Vlad to contributors file
----
Modified : /trunk/CONTRIBUTORS
Revision: 370
Author: daniel@transgaming.com
Date: 9:49:56 PM, Saturday, August 07, 2010
Message:
Implement EXT_texture_format_BGRA8888 and EXT_read_format_bgra
Trac #13050, Issue=21
Original Author: Vladimir Vukicevic
Signed-off-by: Daniel Koch
----
Modified : /trunk/src/libGLESv2/Blit.cpp
Modified : /trunk/src/libGLESv2/Context.cpp
Modified : /trunk/src/libGLESv2/Texture.cpp
Modified : /trunk/src/libGLESv2/libGLESv2.cpp
Modified : /trunk/src/libGLESv2/utilities.cpp
Modified : /trunk/src/libGLESv2/utilities.h
TEST=try
BUG=none
Review URL: http://codereview.chromium.org/3136006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55923 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ deps = { "http://googletest.googlecode.com/svn/trunk@408", "src/third_party/angle": - "http://angleproject.googlecode.com/svn/trunk@369", + "http://angleproject.googlecode.com/svn/trunk@382", "src/third_party/WebKit": "/trunk/deps/third_party/WebKit@33467", |