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

Issue 20658002: gpu: Add GpuMemoryBufferFactory interface. (Closed)

Created:
7 years, 5 months ago by reveman
Modified:
7 years, 4 months ago
Reviewers:
kaanb, joth, boliu, no sievers, piman
CC:
chromium-reviews, android-webview-reviews_chromium.org, apatrick_chromium
Visibility:
Public.

Description

gpu: Add GpuMemoryBufferFactory interface. Used for in-process GpuMemoryBuffer creation. TEST=gpu_unittests --gtest_filter=MockGpuMemoryBufferTest.Lifecycle BUG=261649 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=214136

Patch Set 1 #

Total comments: 10

Patch Set 2 : cleanup DCHECK in SetGpuMemoryBufferFactory #

Patch Set 3 : use CHECK_EQ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+200 lines, -175 lines) Patch
M android_webview/android_webview.gyp View 1 chunk +2 lines, -2 lines 0 comments Download
A android_webview/browser/gpu_memory_buffer_factory_impl.h View 1 chunk +35 lines, -0 lines 0 comments Download
A android_webview/browser/gpu_memory_buffer_factory_impl.cc View 1 2 1 chunk +104 lines, -0 lines 0 comments Download
D android_webview/browser/gpu_memory_buffer_impl.h View 1 chunk +0 lines, -46 lines 0 comments Download
D android_webview/browser/gpu_memory_buffer_impl.cc View 1 chunk +0 lines, -99 lines 0 comments Download
M android_webview/lib/main/aw_main_delegate.h View 2 chunks +2 lines, -0 lines 0 comments Download
M android_webview/lib/main/aw_main_delegate.cc View 3 chunks +5 lines, -1 line 0 comments Download
M android_webview/native/aw_contents.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/client/gl_in_process_context.h View 1 chunk +3 lines, -4 lines 0 comments Download
M gpu/command_buffer/client/gl_in_process_context.cc View 1 5 chunks +19 lines, -20 lines 0 comments Download
A gpu/command_buffer/client/gpu_memory_buffer_factory.h View 1 chunk +26 lines, -0 lines 0 comments Download
M gpu/gpu_common.gypi View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 15 (0 generated)
reveman
Please take a look. This is a prerequisite to: https://codereview.chromium.org/20017005/
7 years, 5 months ago (2013-07-26 05:00:39 UTC) #1
joth
aw/ lgtm, but would be good to have kaan's eye over it too. https://codereview.chromium.org/20658002/diff/1/gpu/command_buffer/client/gpu_memory_buffer_factory.h File ...
7 years, 5 months ago (2013-07-26 05:28:05 UTC) #2
kaanb
lgtm with a few suggestions Thanks for breaking up the mega patch, it is much ...
7 years, 5 months ago (2013-07-26 05:59:13 UTC) #3
reveman
+piman for owner review https://codereview.chromium.org/20658002/diff/1/android_webview/browser/gpu_memory_buffer_factory_impl.cc File android_webview/browser/gpu_memory_buffer_factory_impl.cc (right): https://codereview.chromium.org/20658002/diff/1/android_webview/browser/gpu_memory_buffer_factory_impl.cc#newcode89 android_webview/browser/gpu_memory_buffer_factory_impl.cc:89: DCHECK_EQ(static_cast<GLenum>(GL_RGBA8_OES), internalformat); On 2013/07/26 05:59:13, ...
7 years, 5 months ago (2013-07-26 15:40:57 UTC) #4
kaanb
https://codereview.chromium.org/20658002/diff/1/android_webview/browser/gpu_memory_buffer_factory_impl.cc File android_webview/browser/gpu_memory_buffer_factory_impl.cc (right): https://codereview.chromium.org/20658002/diff/1/android_webview/browser/gpu_memory_buffer_factory_impl.cc#newcode89 android_webview/browser/gpu_memory_buffer_factory_impl.cc:89: DCHECK_EQ(static_cast<GLenum>(GL_RGBA8_OES), internalformat); On 2013/07/26 15:40:57, David Reveman wrote: > ...
7 years, 5 months ago (2013-07-26 16:57:40 UTC) #5
reveman
https://codereview.chromium.org/20658002/diff/1/android_webview/browser/gpu_memory_buffer_factory_impl.cc File android_webview/browser/gpu_memory_buffer_factory_impl.cc (right): https://codereview.chromium.org/20658002/diff/1/android_webview/browser/gpu_memory_buffer_factory_impl.cc#newcode89 android_webview/browser/gpu_memory_buffer_factory_impl.cc:89: DCHECK_EQ(static_cast<GLenum>(GL_RGBA8_OES), internalformat); On 2013/07/26 16:57:40, kaanb wrote: > On ...
7 years, 5 months ago (2013-07-26 17:57:37 UTC) #6
piman
lgtm
7 years, 5 months ago (2013-07-26 18:02:38 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/reveman@chromium.org/20658002/12001
7 years, 5 months ago (2013-07-26 18:43:56 UTC) #8
commit-bot: I haz the power
Retried try job too often on win7_aura for step(s) interactive_ui_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win7_aura&number=63855
7 years, 4 months ago (2013-07-28 00:12:52 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/reveman@chromium.org/20658002/12001
7 years, 4 months ago (2013-07-28 00:29:58 UTC) #10
commit-bot: I haz the power
Retried try job too often on win7_aura for step(s) interactive_ui_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win7_aura&number=63970
7 years, 4 months ago (2013-07-28 02:18:29 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/reveman@chromium.org/20658002/12001
7 years, 4 months ago (2013-07-28 17:26:32 UTC) #12
commit-bot: I haz the power
Retried try job too often on win7_aura for step(s) interactive_ui_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win7_aura&number=64182
7 years, 4 months ago (2013-07-28 18:44:18 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/reveman@chromium.org/20658002/12001
7 years, 4 months ago (2013-07-28 19:01:09 UTC) #14
commit-bot: I haz the power
7 years, 4 months ago (2013-07-28 20:09:25 UTC) #15
Message was sent while issue was closed.
Change committed as 214136

Powered by Google App Engine
This is Rietveld 408576698