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

Issue 9581018: GPU: Build most of the gpu as a single DLL. (Closed)

Created:
8 years, 9 months ago by rvargas (doing something else)
Modified:
8 years, 9 months ago
CC:
chromium-reviews, apatrick_chromium
Visibility:
Public.

Description

GPU: Build most of the gpu as a single DLL. BUG=114261 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=124983

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+212 lines, -300 lines) Patch
M gpu/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/client/cmd_buffer_helper.h View 2 chunks +2 lines, -1 line 0 comments Download
M gpu/command_buffer/client/fenced_allocator.h View 3 chunks +4 lines, -2 lines 0 comments Download
A + gpu/command_buffer/client/gles2_impl_export.h View 0 chunks +-1 lines, --1 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.h View 2 chunks +2 lines, -1 line 0 comments Download
M gpu/command_buffer/client/mapped_memory.h View 4 chunks +4 lines, -3 lines 0 comments Download
M gpu/command_buffer/client/ring_buffer.h View 2 chunks +3 lines, -1 line 0 comments Download
M gpu/command_buffer/client/transfer_buffer.h View 4 chunks +4 lines, -3 lines 0 comments Download
M gpu/command_buffer/common/cmd_buffer_common.h View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M gpu/command_buffer/common/command_buffer.h View 2 chunks +2 lines, -1 line 0 comments Download
M gpu/command_buffer/common/id_allocator.h View 4 chunks +4 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/buffer_manager.h View 2 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/cmd_parser.h View 3 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/command_buffer_service.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/common_decoder.h View 4 chunks +4 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/context_group.h View 2 chunks +2 lines, -1 line 0 comments Download
M gpu/command_buffer/service/feature_info.h View 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/service/framebuffer_manager.h View 2 chunks +4 lines, -3 lines 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/gpu_scheduler.h View 3 chunks +4 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/id_manager.h View 3 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/program_manager.h View 2 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/renderbuffer_manager.h View 1 chunk +4 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/shader_manager.h View 3 chunks +4 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/shader_translator.h View 3 chunks +4 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/texture_manager.h View 3 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/vertex_attrib_manager.h View 1 chunk +3 lines, -2 lines 0 comments Download
M gpu/demos/demos.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/gles2_conform_support/gles2_conform_support.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
D gpu/gles2_implementation.gypi View 1 chunk +0 lines, -20 lines 0 comments Download
M gpu/gpu.gyp View 2 chunks +128 lines, -230 lines 0 comments Download
A + gpu/gpu_common.gypi View 0 chunks +-1 lines, --1 lines 0 comments Download
A + gpu/gpu_export.h View 0 chunks +-1 lines, --1 lines 0 comments Download
M gpu/gpu_ipc.gypi View 1 chunk +1 line, -2 lines 0 comments Download
M gpu/ipc/gpu_command_buffer_traits.h View 2 chunks +3 lines, -2 lines 0 comments Download
M ppapi/ppapi_shared.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/gpu/webkit_gpu.gypi View 1 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
rvargas (doing something else)
I had to revert the previous patch so... patch set 1 is what you guys ...
8 years, 9 months ago (2012-03-03 00:08:23 UTC) #1
brettw
PPAPI LGTM rubber stamp
8 years, 9 months ago (2012-03-05 18:26:45 UTC) #2
apatrick_chromium
lgtm
8 years, 9 months ago (2012-03-05 19:56:12 UTC) #3
vangelis
On 2012/03/05 19:56:12, apatrick_chromium wrote: > lgtm rvargas: it looks like this change possibly broke ...
8 years, 9 months ago (2012-03-06 21:56:49 UTC) #4
rvargas (doing something else)
The errors are consistent with an incremental compile across this change. Did you clobber your ...
8 years, 9 months ago (2012-03-06 22:27:24 UTC) #5
Nico
8 years, 9 months ago (2012-03-08 18:54:21 UTC) #6
gles2_c_lib is missing a dependency on command_buffer_client, since
GLES2AttachShader and friends use gpu::CommandBufferHelper::GetSpace(unsigned
int). This breaks the work-in-progress components build on mac. I'll send you a
CL.

Powered by Google App Engine
This is Rietveld 408576698