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

Issue 1333693004: Support for depth renderbuffer attachment. (Closed)

Created:
5 years, 3 months ago by cdotstout
Modified:
5 years, 3 months ago
Reviewers:
jamesr
CC:
mojo-reviews_chromium.org
Base URL:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Support for depth renderbuffer attachment. Allow a depth buffer surface configuration. Fixes the spinning cube. R=jamesr@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/00e972fb49b2f3e75a4362a68b18dc235f37eda4

Patch Set 1 #

Total comments: 4

Patch Set 2 : use unique_ptr #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -1 line) Patch
M ui/gl/gl_surface_ozone.cc View 1 5 chunks +23 lines, -1 line 1 comment Download

Depends on Patchset:

Messages

Total messages: 6 (1 generated)
cdotstout
Are there unit tests for gl_surface? I didn't spot any.
5 years, 3 months ago (2015-09-09 23:41:06 UTC) #2
jamesr
I don't think we have any currently running unit tests for this code (there were ...
5 years, 3 months ago (2015-09-10 00:38:21 UTC) #3
cdotstout
https://codereview.chromium.org/1333693004/diff/1/ui/gl/gl_surface_ozone.cc File ui/gl/gl_surface_ozone.cc (right): https://codereview.chromium.org/1333693004/diff/1/ui/gl/gl_surface_ozone.cc#newcode583 ui/gl/gl_surface_ozone.cc:583: delete rb_depth_; On 2015/09/10 00:38:21, jamesr wrote: > you ...
5 years, 3 months ago (2015-09-10 18:19:47 UTC) #4
jamesr
Thanks, looks even better! https://codereview.chromium.org/1333693004/diff/20001/ui/gl/gl_surface_ozone.cc File ui/gl/gl_surface_ozone.cc (right): https://codereview.chromium.org/1333693004/diff/20001/ui/gl/gl_surface_ozone.cc#newcode466 ui/gl/gl_surface_ozone.cc:466: std::unique_ptr<GLuint[]> rb_depth_; add #include <memory> ...
5 years, 3 months ago (2015-09-10 18:22:27 UTC) #5
cdotstout
5 years, 3 months ago (2015-09-10 18:22:39 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
00e972fb49b2f3e75a4362a68b18dc235f37eda4 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698