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

Issue 54463007: Expose GLES2Interface to cc (Closed)

Created:
7 years, 1 month ago by jamesr
Modified:
7 years ago
Reviewers:
danakj, piman
CC:
chromium-reviews, joi+watch-content_chromium.org, jam, apatrick_chromium, sievers+watch_chromium.org, jbauman+watch_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, cc-bugs_chromium.org, danakj+watch_chromium.org
Visibility:
Public.

Description

Expose GLES2Interface to cc This exposes a gpu::gles2::GLES2Interface pointer to cc through the ContextProvider. This is a way for the compositor to talk to the client side of the command buffer more directly, bypassing the blink::WebGraphicsContext3D indirection. See the bug for the plan for using this new interface and deprecating WGC3D. BUG=181120 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=238809

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1

Patch Set 4 : Fix deps for cc_perftests and base-class-dll warnings for GLES2Interface #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -31 lines) Patch
M cc/cc_tests.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M cc/output/context_provider.h View 1 2 3 4 5 2 chunks +5 lines, -1 line 0 comments Download
M cc/output/gl_renderer.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/test_context_provider.h View 1 3 chunks +3 lines, -0 lines 0 comments Download
M cc/test/test_context_provider.cc View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
M content/common/gpu/client/context_provider_command_buffer.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/common/gpu/client/context_provider_command_buffer.cc View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_interface.h View 1 1 chunk +5 lines, -4 lines 0 comments Download
D gpu/command_buffer/client/gles2_interface.cc View 1 chunk +0 lines, -19 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M gpu/gpu.gyp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/gpu_common.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M webkit/common/gpu/context_provider_in_process.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M webkit/common/gpu/context_provider_in_process.cc View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
M webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
jamesr
I have a test strategy that I need to flesh out a bit before landing ...
7 years, 1 month ago (2013-11-14 02:51:43 UTC) #1
piman
On 2013/11/14 02:51:43, jamesr wrote: > I have a test strategy that I need to ...
7 years, 1 month ago (2013-11-14 18:30:09 UTC) #2
jamesr
One way it could work: 1.) Land this patch. At this point, the two interfaces ...
7 years ago (2013-11-28 00:53:22 UTC) #3
danakj
On Wed, Nov 27, 2013 at 4:53 PM, <jamesr@chromium.org> wrote: > One way it could ...
7 years ago (2013-12-02 15:16:20 UTC) #4
jamesr
OK - I think we have a plan for finishing the transition that's solid enough ...
7 years ago (2013-12-04 01:32:07 UTC) #5
piman
LGTM+nit https://codereview.chromium.org/54463007/diff/90001/cc/test/test_web_graphics_context_3d.h File cc/test/test_web_graphics_context_3d.h (right): https://codereview.chromium.org/54463007/diff/90001/cc/test/test_web_graphics_context_3d.h#newcode201 cc/test/test_web_graphics_context_3d.h:201: unsigned AllocateTestTextureForExternalUse(); nit: leftover from another patch?
7 years ago (2013-12-04 02:01:11 UTC) #6
jamesr
On 2013/12/04 02:01:11, piman wrote: > https://codereview.chromium.org/54463007/diff/90001/cc/test/test_web_graphics_context_3d.h#newcode201 > cc/test/test_web_graphics_context_3d.h:201: unsigned > AllocateTestTextureForExternalUse(); > nit: leftover ...
7 years ago (2013-12-04 02:06:48 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/54463007/130001
7 years ago (2013-12-04 19:07:16 UTC) #8
commit-bot: I haz the power
Commit queue failed due to new patchset.
7 years ago (2013-12-04 21:18:42 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/54463007/150001
7 years ago (2013-12-04 21:18:58 UTC) #10
commit-bot: I haz the power
7 years ago (2013-12-04 23:22:28 UTC) #11
Message was sent while issue was closed.
Change committed as 238809

Powered by Google App Engine
This is Rietveld 408576698