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

Issue 592933003: Fix for surfaceless implementation (Closed)

Created:
6 years, 3 months ago by achaulk
Modified:
6 years, 2 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, ozone-reviews_chromium.org, jam, chromium-apps-reviews_chromium.org, sievers+watch_chromium.org, jbauman+watch_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, danakj+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Fix for surfaceless implementation - The image format used wasn't supported with the memory buffer framework - The glClear on the init path causes an INVALID_FRAMEBUFFER_OPERATION error when executed with no framebuffer, as in the surfaceless case BUG=380861 Committed: https://crrev.com/cf5316fe0e4f8755be26807ebc8aeeeebc5caca7 Cr-Commit-Position: refs/heads/master@{#297003}

Patch Set 1 #

Total comments: 1

Patch Set 2 : move new enum to different cl #

Total comments: 2

Patch Set 3 : change back to rgb8_oes #

Total comments: 2

Patch Set 4 : #

Total comments: 1

Patch Set 5 : remove debug code #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -12 lines) Patch
M content/common/gpu/client/gpu_memory_buffer_impl.cc View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M content/common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 3 6 chunks +21 lines, -12 lines 0 comments Download
M ui/gl/gl_surface.h View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M ui/gl/gl_surface.cc View 1 2 3 2 chunks +8 lines, -0 lines 0 comments Download
M ui/gl/gl_surface_ozone.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 19 (3 generated)
achaulk
6 years, 3 months ago (2014-09-23 17:20:39 UTC) #2
alexst (slow to review)
Let's not bundle spec change and usage together. Please make a change with just the ...
6 years, 3 months ago (2014-09-23 17:48:22 UTC) #3
alexst (slow to review)
https://codereview.chromium.org/592933003/diff/20001/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/592933003/diff/20001/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode2694 gpu/command_buffer/service/gles2_cmd_decoder.cc:2694: glCheckFramebufferStatusEXT(GL_FRAMEBUFFER) == GL_FRAMEBUFFER_COMPLETE) { When does this happen? I'm ...
6 years, 3 months ago (2014-09-24 13:00:51 UTC) #4
achaulk
https://codereview.chromium.org/592933003/diff/20001/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/592933003/diff/20001/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode2694 gpu/command_buffer/service/gles2_cmd_decoder.cc:2694: glCheckFramebufferStatusEXT(GL_FRAMEBUFFER) == GL_FRAMEBUFFER_COMPLETE) { On 2014/09/24 13:00:51, alexst wrote: ...
6 years, 3 months ago (2014-09-24 14:16:18 UTC) #5
achaulk
6 years, 3 months ago (2014-09-24 15:23:58 UTC) #7
piman
https://codereview.chromium.org/592933003/diff/40001/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/592933003/diff/40001/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode2694 gpu/command_buffer/service/gles2_cmd_decoder.cc:2694: glCheckFramebufferStatusEXT(GL_FRAMEBUFFER) == GL_FRAMEBUFFER_COMPLETE) { So there's more to it ...
6 years, 3 months ago (2014-09-24 18:28:18 UTC) #8
achaulk
https://codereview.chromium.org/592933003/diff/40001/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/592933003/diff/40001/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode2694 gpu/command_buffer/service/gles2_cmd_decoder.cc:2694: glCheckFramebufferStatusEXT(GL_FRAMEBUFFER) == GL_FRAMEBUFFER_COMPLETE) { On 2014/09/24 18:28:18, piman (Very ...
6 years, 3 months ago (2014-09-24 20:00:04 UTC) #9
piman
On Wed, Sep 24, 2014 at 1:00 PM, <achaulk@chromium.org> wrote: > > https://codereview.chromium.org/592933003/diff/40001/gpu/ > command_buffer/service/gles2_cmd_decoder.cc ...
6 years, 3 months ago (2014-09-24 21:12:24 UTC) #10
achaulk
On 2014/09/24 21:12:24, piman (Very slow to review) wrote: > On Wed, Sep 24, 2014 ...
6 years, 2 months ago (2014-09-25 21:05:10 UTC) #11
piman
Yes, this is fine for now... I think you have a stale change in this ...
6 years, 2 months ago (2014-09-25 21:42:50 UTC) #12
achaulk
> Yes, this is fine for now... I think you have a stale change in ...
6 years, 2 months ago (2014-09-26 15:07:37 UTC) #13
piman
lgtm
6 years, 2 months ago (2014-09-26 18:33:24 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/592933003/80001
6 years, 2 months ago (2014-09-26 18:34:38 UTC) #16
piman
On Fri, Sep 26, 2014 at 8:07 AM, <achaulk@chromium.org> wrote: > Yes, this is fine ...
6 years, 2 months ago (2014-09-26 18:34:42 UTC) #17
commit-bot: I haz the power
Committed patchset #5 (id:80001) as 65e7cc5940b532cef2498dbf14b14031985a9816
6 years, 2 months ago (2014-09-26 19:28:50 UTC) #18
commit-bot: I haz the power
6 years, 2 months ago (2014-09-26 19:29:52 UTC) #19
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/cf5316fe0e4f8755be26807ebc8aeeeebc5caca7
Cr-Commit-Position: refs/heads/master@{#297003}

Powered by Google App Engine
This is Rietveld 408576698