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

Issue 11138021: Make GLES2Implementation based on GLES2Interface (Closed)

Created:
8 years, 2 months ago by greggman
Modified:
8 years, 2 months ago
Reviewers:
jamesr, bbudge, piman
CC:
chromium-reviews, apatrick_chromium
Visibility:
Public.

Description

Make GLES2Implementation based on GLES2Interface GLES2Interface is a pure virutal interface. It's likely that more functions of GLES2Implementation will need have be declared in GLES2Interface but this is a first step BUG=155914 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162216

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2058 lines, -1921 lines) Patch
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 2 3 25 chunks +120 lines, -33 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.h View 1 2 4 chunks +10 lines, -6 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_autogen.h View 1 chunk +455 lines, -1584 lines 0 comments Download
A + gpu/command_buffer/client/gles2_implementation_impl_autogen.h View 65 chunks +160 lines, -293 lines 0 comments Download
A gpu/command_buffer/client/gles2_interface.h View 1 chunk +29 lines, -0 lines 0 comments Download
A + gpu/command_buffer/client/gles2_interface.cc View 1 chunk +3 lines, -5 lines 0 comments Download
A gpu/command_buffer/client/gles2_interface_autogen.h View 1 chunk +290 lines, -0 lines 0 comments Download
A gpu/command_buffer/client/gles2_interface_stub.h View 1 2 3 1 chunk +29 lines, -0 lines 0 comments Download
A gpu/command_buffer/client/gles2_interface_stub.cc View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download
A gpu/command_buffer/client/gles2_interface_stub_autogen.h View 1 2 3 1 chunk +322 lines, -0 lines 0 comments Download
A gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h View 1 2 3 1 chunk +600 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h View 2 chunks +5 lines, -0 lines 0 comments Download
M gpu/gpu.gyp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/gpu_common.gypi View 1 1 chunk +3 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy_untrusted.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
greggman
Hi Piman, James, PTAL It seemed easist to declare GLES2Interface and make GLES2Implementation inherit from ...
8 years, 2 months ago (2012-10-15 20:08:21 UTC) #1
jamesr
Antoine - I'd like to port cc/ over to depending on this instead of WebGraphicsContext3D ...
8 years, 2 months ago (2012-10-15 20:16:16 UTC) #2
greggman
Hey James, Do you want me to auto-generate a gmock mock?
8 years, 2 months ago (2012-10-15 20:31:35 UTC) #3
jamesr
On 2012/10/15 20:31:35, greggman wrote: > Hey James, Do you want me to auto-generate a ...
8 years, 2 months ago (2012-10-15 20:38:53 UTC) #4
piman
On 2012/10/15 20:16:16, jamesr wrote: > Antoine - I'd like to port cc/ over to ...
8 years, 2 months ago (2012-10-16 02:53:17 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gman@chromium.org/11138021/3002
8 years, 2 months ago (2012-10-16 16:16:38 UTC) #6
commit-bot: I haz the power
Presubmit check for 11138021-3002 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 2 months ago (2012-10-16 16:16:54 UTC) #7
greggman
Hey Bill, can you please take a look at the ppapi file changes? thank you
8 years, 2 months ago (2012-10-16 16:34:28 UTC) #8
bbudge
LGTM
8 years, 2 months ago (2012-10-16 16:38:15 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gman@chromium.org/11138021/3002
8 years, 2 months ago (2012-10-16 16:42:17 UTC) #10
commit-bot: I haz the power
8 years, 2 months ago (2012-10-16 19:46:10 UTC) #11
Change committed as 162216

Powered by Google App Engine
This is Rietveld 408576698