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

Issue 12017032: Add calls to EnsureGPUMemoryAvailable into GLES2DecoderImpl (Closed)

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

Description

Add calls to EnsureGPUMemoryAvailable into GLES2DecoderImpl BUG=171002 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=178265

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+484 lines, -63 lines) Patch
M content/common/gpu/gpu_command_buffer_stub.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M content/common/gpu/gpu_memory_manager.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/common/gpu/gpu_memory_manager.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M content/common/gpu/gpu_memory_manager_unittest.cc View 1 2 3 1 chunk +7 lines, -4 lines 0 comments Download
M content/common/gpu/gpu_memory_tracking.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/common/gpu/gpu_memory_tracking.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 15 chunks +129 lines, -47 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc View 1 2 3 2 chunks +255 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h View 1 2 3 chunks +7 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M gpu/command_buffer/service/memory_tracking.h View 1 2 chunks +11 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/mocks.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/renderbuffer_manager.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/renderbuffer_manager.cc View 1 2 3 chunks +41 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/renderbuffer_manager_unittest.cc View 1 2 2 chunks +7 lines, -5 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
greggman
Hey Chris, can you PTAL and give me your feedback? I still need to add ...
7 years, 11 months ago (2013-01-19 01:18:40 UTC) #1
ccameron
On 2013/01/19 01:18:40, greggman wrote: > Hey Chris, can you PTAL and give me your ...
7 years, 11 months ago (2013-01-19 01:38:31 UTC) #2
ccameron
(drr... and including inline comments) https://codereview.chromium.org/12017032/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/12017032/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode7965 gpu/command_buffer/service/gles2_cmd_decoder.cc:7965: if (!memory_tracker()->EnsureGPUMemoryAvailable(estimated_size)) { So ...
7 years, 11 months ago (2013-01-19 01:38:46 UTC) #3
greggman
On 2013/01/19 01:38:31, ccameron1 wrote: > On 2013/01/19 01:18:40, greggman wrote: > > Hey Chris, ...
7 years, 11 months ago (2013-01-19 01:47:46 UTC) #4
ccameron
On 2013/01/19 01:47:46, greggman wrote: > We know that some drivers will use double the ...
7 years, 11 months ago (2013-01-22 10:22:47 UTC) #5
greggman
On 2013/01/22 10:22:47, ccameron1 wrote: > On 2013/01/19 01:47:46, greggman wrote: > > We know ...
7 years, 11 months ago (2013-01-22 18:01:12 UTC) #6
ccameron
lgtm (sorry, thought I clicked this earlier).
7 years, 11 months ago (2013-01-22 18:11:27 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gman@chromium.org/12017032/3001
7 years, 11 months ago (2013-01-22 18:52:00 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gman@chromium.org/12017032/19001
7 years, 11 months ago (2013-01-23 04:09:12 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/12017032/17003
7 years, 11 months ago (2013-01-23 04:31:10 UTC) #10
commit-bot: I haz the power
7 years, 11 months ago (2013-01-23 06:39:28 UTC) #11
Message was sent while issue was closed.
Change committed as 178265

Powered by Google App Engine
This is Rietveld 408576698