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

Issue 15685003: Part 2/3 (GL) of adding with device scale factor to transport surfaces (Closed)

Created:
7 years, 7 months ago by ccameron
Modified:
7 years, 7 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, sail+watch_chromium.org, apatrick_chromium
Visibility:
Public.

Description

Part 2/3 (GL) of adding with device scale factor to transport surfaces Add a scale factor argument to glResizeCHROMIUM. Pass the scale factor on to the resize callback in ImageTransportSurface, and drop it on the floor there. BUG=132714 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202325

Patch Set 1 #

Total comments: 7

Patch Set 2 : Incorporate review feedback #

Patch Set 3 : Resolve against head #

Patch Set 4 : Re-resolve against head #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -49 lines) Patch
M content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/image_transport_surface.h View 3 chunks +3 lines, -3 lines 0 comments Download
M content/common/gpu/image_transport_surface.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M content/common/gpu/image_transport_surface_mac.cc View 6 chunks +7 lines, -3 lines 0 comments Download
M content/common/gpu/image_transport_surface_win.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M content/common/gpu/texture_image_transport_surface.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M content/common/gpu/texture_image_transport_surface.cc View 1 2 chunks +4 lines, -1 line 0 comments Download
M gpu/GLES2/gl2extchromium.h View 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_c_lib_autogen.h View 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/client/gles2_cmd_helper_autogen.h View 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_autogen.h View 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest_autogen.h View 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_autogen.h View 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_autogen.h View 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_autogen.h View 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h View 1 chunk +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/cmd_buffer_functions.txt View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_autogen.h View 1 chunk +9 lines, -5 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_test_autogen.h View 1 chunk +3 lines, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 5 chunks +5 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_mock.h View 1 chunk +2 lines, -1 line 0 comments Download
M ppapi/lib/gl/include/GLES2/gl2ext.h View 1 chunk +2 lines, -1 line 0 comments Download
M ppapi/shared_impl/ppb_graphics_3d_shared.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
ccameron
Adding piman for gpu/ changes. This is part 2 of a 3-part series which sends ...
7 years, 7 months ago (2013-05-22 08:38:31 UTC) #1
piman
Thanks for tackling this problem! Couple of things, but good to go after that. https://codereview.chromium.org/15685003/diff/1/content/common/gpu/texture_image_transport_surface.cc ...
7 years, 7 months ago (2013-05-22 19:41:14 UTC) #2
ccameron
Thanks!! https://codereview.chromium.org/15685003/diff/1/content/common/gpu/texture_image_transport_surface.cc File content/common/gpu/texture_image_transport_surface.cc (right): https://codereview.chromium.org/15685003/diff/1/content/common/gpu/texture_image_transport_surface.cc#newcode172 content/common/gpu/texture_image_transport_surface.cc:172: float scale_factor) { On 2013/05/22 19:41:14, piman wrote: ...
7 years, 7 months ago (2013-05-22 20:00:05 UTC) #3
piman
lgtm
7 years, 7 months ago (2013-05-22 20:05:35 UTC) #4
ccameron
Thanks!! Adding raymes for ppapi OWNER stamp.
7 years, 7 months ago (2013-05-22 20:59:32 UTC) #5
raymes
ppapi lgtm On Wed, May 22, 2013 at 1:59 PM, <ccameron@chromium.org> wrote: > Thanks!! > ...
7 years, 7 months ago (2013-05-22 22:39:54 UTC) #6
ccameron
Adding kbr for OWNER stamp on webkit/gpu changes.
7 years, 7 months ago (2013-05-24 21:16:16 UTC) #7
greggman
lgtm
7 years, 7 months ago (2013-05-24 22:51:36 UTC) #8
ccameron
Thanks!!
7 years, 7 months ago (2013-05-24 23:03:01 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ccameron@chromium.org/15685003/7002
7 years, 7 months ago (2013-05-24 23:03:24 UTC) #10
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=4969
7 years, 7 months ago (2013-05-24 23:14:37 UTC) #11
ccameron
** Presubmit Warnings ** License must match: (...) Found a bad license header in these ...
7 years, 7 months ago (2013-05-24 23:28:04 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ccameron@chromium.org/15685003/33001
7 years, 7 months ago (2013-05-25 17:06:20 UTC) #13
commit-bot: I haz the power
7 years, 7 months ago (2013-05-26 02:05:12 UTC) #14
Message was sent while issue was closed.
Change committed as 202325

Powered by Google App Engine
This is Rietveld 408576698