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

Issue 2466003: Expose UpdateOffscreenFrameBufferSize from GLES2Decoder to allow Mac... (Closed)

Created:
10 years, 6 months ago by Ken Russell (switch to Gerrit)
Modified:
9 years, 7 months ago
CC:
chromium-reviews, John Grabowski, pam+watch_chromium.org, alokp, David Springer
Visibility:
Public.

Description

Expose UpdateOffscreenFrameBufferSize from GLES2Decoder to allow Mac port to call it during resizing. Because the Mac port does all of its rendering offscreen, the back buffer must be resized immediately rather than waiting until the next SwapBuffers call. Tested with npapi_pepper_test_plugin and GPU unit tests. BUG=45246 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=48789

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -2 lines) Patch
M gpu/command_buffer/service/gles2_cmd_decoder.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 chunks +1 line, -2 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_mock.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/gpu_processor_mac.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Ken Russell (switch to Gerrit)
Please review. Thanks.
10 years, 6 months ago (2010-06-02 17:29:51 UTC) #1
greggman
LGTM from me but I think Al should really be the one to ok this.
10 years, 6 months ago (2010-06-02 17:34:33 UTC) #2
apatrick
http://codereview.chromium.org/2466003/diff/1/4 File gpu/command_buffer/service/gpu_processor_mac.cc (right): http://codereview.chromium.org/2466003/diff/1/4#newcode74 gpu/command_buffer/service/gpu_processor_mac.cc:74: decoder_->UpdateOffscreenFrameBufferSize(); Don't these get called as a result of ...
10 years, 6 months ago (2010-06-02 17:35:03 UTC) #3
Ken Russell (switch to Gerrit)
http://codereview.chromium.org/2466003/diff/1/4 File gpu/command_buffer/service/gpu_processor_mac.cc (right): http://codereview.chromium.org/2466003/diff/1/4#newcode74 gpu/command_buffer/service/gpu_processor_mac.cc:74: decoder_->UpdateOffscreenFrameBufferSize(); On 2010/06/02 17:35:04, apatrick wrote: > Don't these ...
10 years, 6 months ago (2010-06-02 17:47:37 UTC) #4
apatrick_chromium
10 years, 6 months ago (2010-06-02 19:49:02 UTC) #5
LGTM

Powered by Google App Engine
This is Rietveld 408576698