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

Issue 6724004: Take the ANGLE path for glRenderbufferStorageMultisample when on ANGLE. (Closed)

Created:
9 years, 9 months ago by bsalomon
Modified:
9 years, 7 months ago
CC:
chromium-reviews, apatrick_chromium
Visibility:
Public.

Description

Take the ANGLE path for glRenderbufferStorageMultisample when on ANGLE. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=79121

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -2 lines) Patch
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 chunk +7 lines, -2 lines 1 comment Download

Messages

Total messages: 6 (0 generated)
bsalomon
Hi, This fixes a crash in the command buffer decode when handling glRenderbufferStorageMultisample on ANGLE. ...
9 years, 9 months ago (2011-03-22 21:16:06 UTC) #1
Ken Russell (switch to Gerrit)
LGTM
9 years, 9 months ago (2011-03-22 21:18:45 UTC) #2
apatrick_chromium
LGTM
9 years, 9 months ago (2011-03-22 21:19:41 UTC) #3
twiz
LGTM. http://codereview.chromium.org/6724004/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): http://codereview.chromium.org/6724004/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode3631 gpu/command_buffer/service/gles2_cmd_decoder.cc:3631: } Are there other instances where similiar changes ...
9 years, 9 months ago (2011-03-22 21:58:17 UTC) #4
reed1
Is that the right formatting for { } and if/else in the surrounding code? I ...
9 years, 9 months ago (2011-03-23 12:15:18 UTC) #5
bsalomon
9 years, 9 months ago (2011-03-23 13:44:31 UTC) #6
chromium.org says Chromium follows the Google style guide. The braces in this
file look consistent with this:

http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml?showone=Condit...

Those guidelines leave a fair amount of discretion, though.

BTW this passed mac, linux, linux_chromeos, and win_layout try bots. I submitted
them before the gcl upload without realizing that they wouldn't show up here.
I'm going to commit it.


On 2011/03/23 12:15:18, reed1 wrote:
> Is that the right formatting for { } and if/else in the surrounding code? I
like
> it, but this file may be styled differently.

Powered by Google App Engine
This is Rietveld 408576698