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

Issue 940903002: video_decode_accelerator_unittest: enable test on ozone surfaceless (Closed)

Created:
5 years, 10 months ago by llandwerlin-old
Modified:
5 years, 7 months ago
CC:
chromium-reviews, ozone-reviews_chromium.org, posciak+watch_chromium.org, jam, mcasas+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, wjia+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

video_decode_accelerator_unittest: enable test on ozone surfaceless TEST=run video_decode_accelerator_unittest BUG=447798

Patch Set 1 #

Patch Set 2 : Clean comments #

Patch Set 3 : Only compile surfaceless renderer on ozone builds #

Patch Set 4 : Fix remaining thumbnail issues #

Total comments: 2

Patch Set 5 : Update after split #

Total comments: 2

Patch Set 6 : Use GpuMemoryBufferFactory instead of GpuMemoryBufferFactoryOzoneNativeBuffer #

Unified diffs Side-by-side diffs Delta from patch set Stats (+190 lines, -112 lines) Patch
A content/common/gpu/media/gl_renderer.h View 1 2 3 4 5 1 chunk +48 lines, -0 lines 0 comments Download
A + content/common/gpu/media/gl_renderer.cc View 1 2 3 2 chunks +24 lines, -16 lines 0 comments Download
M content/common/gpu/media/rendering_helper.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M content/common/gpu/media/rendering_helper.cc View 1 2 3 4 5 19 chunks +51 lines, -36 lines 0 comments Download
A + content/common/gpu/media/surfaceless_gl_renderer.h View 1 2 3 4 5 2 chunks +21 lines, -21 lines 0 comments Download
A + content/common/gpu/media/surfaceless_gl_renderer.cc View 1 2 3 4 5 5 chunks +39 lines, -37 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (3 generated)
llandwerlin-old
dnicoara@ posciak@ : Feel free to start another CL if that's not the way you ...
5 years, 10 months ago (2015-02-19 13:19:09 UTC) #2
dnicoara
On 2015/02/19 13:19:09, llandwerlin wrote: > dnicoara@ posciak@ : Feel free to start another CL ...
5 years, 10 months ago (2015-02-19 15:14:33 UTC) #3
dnicoara
+Albert just in case he thinks this is going to be easier/faster.
5 years, 10 months ago (2015-02-20 04:02:47 UTC) #5
Pawel Osciak
On 2015/02/19 13:19:09, llandwerlin wrote: > dnicoara@ posciak@ : Feel free to start another CL ...
5 years, 10 months ago (2015-02-20 04:04:35 UTC) #6
llandwerlin-old
On 2015/02/20 04:04:35, Pawel Osciak wrote: > On 2015/02/19 13:19:09, llandwerlin wrote: > > dnicoara@ ...
5 years, 10 months ago (2015-02-20 10:40:05 UTC) #7
Pawel Osciak
On 2015/02/20 10:40:05, llandwerlin wrote: > On 2015/02/20 04:04:35, Pawel Osciak wrote: > > On ...
5 years, 10 months ago (2015-02-23 05:59:51 UTC) #8
llandwerlin-old
On 2015/02/23 05:59:51, Pawel Osciak wrote: > On 2015/02/20 10:40:05, llandwerlin wrote: > > On ...
5 years, 10 months ago (2015-02-23 09:05:14 UTC) #9
Pawel Osciak
On 2015/02/23 09:05:14, llandwerlin wrote: > On 2015/02/23 05:59:51, Pawel Osciak wrote: > > On ...
5 years, 10 months ago (2015-02-23 10:43:33 UTC) #10
llandwerlin-old
On 2015/02/23 10:43:33, Pawel Osciak wrote: > On 2015/02/23 09:05:14, llandwerlin wrote: > > On ...
5 years, 10 months ago (2015-02-23 10:57:30 UTC) #11
Pawel Osciak
On 2015/02/23 10:57:30, llandwerlin wrote: > On 2015/02/23 10:43:33, Pawel Osciak wrote: > > On ...
5 years, 10 months ago (2015-02-23 10:59:20 UTC) #12
Pawel Osciak
On 2015/02/23 10:59:20, Pawel Osciak wrote: > On 2015/02/23 10:57:30, llandwerlin wrote: > > On ...
5 years, 10 months ago (2015-02-23 11:32:32 UTC) #13
llandwerlin-old
On 2015/02/23 11:32:32, Pawel Osciak wrote: > On 2015/02/23 10:59:20, Pawel Osciak wrote: > > ...
5 years, 10 months ago (2015-02-23 11:39:07 UTC) #14
llandwerlin-old
Pawel, I managed to reproduce the failure by just launching that particular test. Having some ...
5 years, 10 months ago (2015-02-26 12:02:25 UTC) #15
dnicoara
Lionel, would you mind splitting out the Ozone-GBM change in a different patch? I like ...
5 years, 10 months ago (2015-02-26 16:52:59 UTC) #16
llandwerlin-old
https://codereview.chromium.org/940903002/diff/60001/ui/ozone/platform/dri/dri_wrapper.cc File ui/ozone/platform/dri/dri_wrapper.cc (right): https://codereview.chromium.org/940903002/diff/60001/ui/ozone/platform/dri/dri_wrapper.cc#newcode314 ui/ozone/platform/dri/dri_wrapper.cc:314: bool DriWrapper::PageFlip(uint32_t crtc_id, On 2015/02/26 16:52:59, dnicoara wrote: > ...
5 years, 10 months ago (2015-02-26 17:37:22 UTC) #17
Pawel Osciak
On 2015/02/26 17:37:22, llandwerlin wrote: > https://codereview.chromium.org/940903002/diff/60001/ui/ozone/platform/dri/dri_wrapper.cc > File ui/ozone/platform/dri/dri_wrapper.cc (right): > > https://codereview.chromium.org/940903002/diff/60001/ui/ozone/platform/dri/dri_wrapper.cc#newcode314 > ...
5 years, 10 months ago (2015-02-27 08:17:24 UTC) #18
llandwerlin-old
On 2015/02/27 08:17:24, Pawel Osciak wrote: > On 2015/02/26 17:37:22, llandwerlin wrote: > > > ...
5 years, 9 months ago (2015-02-27 10:35:53 UTC) #19
dnicoara
https://codereview.chromium.org/940903002/diff/80001/content/common/gpu/media/surfaceless_gl_renderer.h File content/common/gpu/media/surfaceless_gl_renderer.h (right): https://codereview.chromium.org/940903002/diff/80001/content/common/gpu/media/surfaceless_gl_renderer.h#newcode58 content/common/gpu/media/surfaceless_gl_renderer.h:58: ui::GpuMemoryBufferFactoryOzoneNativeBuffer* buffer_factory_; Since we're in src/content, you should be ...
5 years, 9 months ago (2015-02-27 16:58:47 UTC) #20
llandwerlin-old
https://codereview.chromium.org/940903002/diff/80001/content/common/gpu/media/surfaceless_gl_renderer.h File content/common/gpu/media/surfaceless_gl_renderer.h (right): https://codereview.chromium.org/940903002/diff/80001/content/common/gpu/media/surfaceless_gl_renderer.h#newcode58 content/common/gpu/media/surfaceless_gl_renderer.h:58: ui::GpuMemoryBufferFactoryOzoneNativeBuffer* buffer_factory_; On 2015/02/27 16:58:47, dnicoara wrote: > Since ...
5 years, 9 months ago (2015-03-02 11:21:04 UTC) #21
dnicoara
lgtm
5 years, 9 months ago (2015-03-02 15:47:54 UTC) #23
achaulk
With https://codereview.chromium.org/938873002/ going in this shouldn't be needed anymore. I was seeing all tests pass
5 years, 9 months ago (2015-03-03 18:07:34 UTC) #24
Pawel Osciak
5 years, 8 months ago (2015-04-27 05:36:40 UTC) #25
On 2015/03/03 18:07:34, achaulk wrote:
> With https://codereview.chromium.org/938873002/ going in this shouldn't be
> needed anymore. I was seeing all tests pass

Should we close this?

Powered by Google App Engine
This is Rietveld 408576698