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

Issue 3599002: wm: Add two pass rendering to OpenGL|ES backend. (Closed)

Created:
10 years, 2 months ago by Kenneth Waters
Modified:
9 years, 7 months ago
CC:
chromium-os-reviews_chromium.org, Daniel Erat, piman, Greg Spencer (Chromium)
Visibility:
Public.

Description

wm: Add two pass rendering to OpenGL|ES backend. TEST=Run on tegra2_seaboard BUG=None Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=b9b8886

Patch Set 1 #

Total comments: 4

Patch Set 2 : respond to review. #

Patch Set 3 : final. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+149 lines, -61 lines) Patch
M gles/gles2_interface.h View 1 chunk +1 line, -0 lines 0 comments Download
M gles/opengles_visitor.h View 1 2 chunks +4 lines, -11 lines 0 comments Download
M gles/opengles_visitor.cc View 1 2 10 chunks +138 lines, -50 lines 0 comments Download
M gles/real_gles2_interface.h View 1 chunk +1 line, -0 lines 0 comments Download
M gles/real_gles2_interface.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Kenneth Waters
10 years, 2 months ago (2010-09-29 23:18:49 UTC) #1
Daniel Erat
LGTM http://codereview.chromium.org/3599002/diff/1/3 File gles/opengles_visitor.cc (right): http://codereview.chromium.org/3599002/diff/1/3#newcode40 gles/opengles_visitor.cc:40: : gles_visitor_(gles_visitor) {} add a virtual d'tor (ditto ...
10 years, 2 months ago (2010-09-30 00:35:45 UTC) #2
Greg Spencer (Chromium)
Looks good to me.
10 years, 2 months ago (2010-09-30 01:55:13 UTC) #3
Kenneth Waters
http://codereview.chromium.org/3599002/diff/1/3 File gles/opengles_visitor.cc (right): http://codereview.chromium.org/3599002/diff/1/3#newcode40 gles/opengles_visitor.cc:40: : gles_visitor_(gles_visitor) {} On 2010/09/30 00:35:45, Daniel Erat wrote: ...
10 years, 2 months ago (2010-09-30 17:22:40 UTC) #4
Daniel Erat
http://codereview.chromium.org/3599002/diff/1/3 File gles/opengles_visitor.cc (right): http://codereview.chromium.org/3599002/diff/1/3#newcode40 gles/opengles_visitor.cc:40: : gles_visitor_(gles_visitor) {} On 2010/09/30 17:22:40, Kenneth Waters wrote: ...
10 years, 2 months ago (2010-09-30 17:37:20 UTC) #5
Greg Spencer (Chromium)
10 years, 2 months ago (2010-09-30 17:39:26 UTC) #6
On 2010/09/30 17:37:20, Daniel Erat wrote:
> I don't think that it hurts to always include it when using 
> inheritance to be on the safe side.

It's an interpretation of the rule:
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml?showone=Inheri...

to include virtual destructors.

Powered by Google App Engine
This is Rietveld 408576698