Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Issue 3136006: Rolled ANGLE to r382.... (Closed)

Created:
10 years, 4 months ago by apatrick_chromium
Modified:
9 years, 7 months ago
Reviewers:
alokp
CC:
chromium-reviews
Visibility:
Public.

Description

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 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=55923

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M DEPS View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
apatrick_chromium
I'm bumping the rev to get my fix for the ANGLE crash with machines that ...
10 years, 4 months ago (2010-08-12 00:33:59 UTC) #1
alokp
10 years, 4 months ago (2010-08-12 02:23:27 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698