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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/media-gpu-accelerated/media/README.txt

Issue 2185123004: Make video-auotplay layout test use gpu acceleration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missing files. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/VirtualTestSuites ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 The media-gpu-accelerated prefix sets flags to facilitate hardware accelerated 1 The media-gpu-accelerated prefix sets flags to facilitate hardware accelerated
2 video decoding on android bots. 2 video decoding on android bots.
3 3
4 TODO(chcunningham): Explore enabling hardware acceleration for desktop bots. 4 TODO(chcunningham): Explore enabling hardware acceleration for desktop bots.
5 Non-android bots do not currently test with proprietary codecs, which translates 5 Non-android bots do not currently test with proprietary codecs, which translates
6 to no hardware acceleration. 6 to no hardware acceleration.
7 7
8 Layout tests generally run using Mesa (see http://crrev.com/23868030) to 8 Layout tests generally run using Mesa (see http://crrev.com/23868030) to
9 to produce more stable output for pixel layout tests when running on different 9 to produce more stable output for pixel layout tests when running on different
10 devices. However, Mesa is not compatible with android's SurfaceTexture, 10 devices. However, Mesa is not compatible with android's SurfaceTexture,
11 used in in HW accelerated video decoding (H264 in mp4). We specify 11 used in in HW accelerated video decoding (H264 in mp4). We specify
12 use-gpu-in-tests to override the MesaGL default. 12 use-gpu-in-tests to override the MesaGL default.
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/VirtualTestSuites ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698