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

Side by Side Diff: gpu/config/gpu_driver_bug_list.json

Issue 2902313003: Disable hardware acceleration for vp9 on Win 10 until Creators Update. (Closed)
Patch Set: Use blacklist file. Created 3 years, 7 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 | « no previous file | 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 { 1 {
2 "name": "gpu driver bug list", 2 "name": "gpu driver bug list",
3 "version": "10.9", 3 "version": "10.10",
4 "entries": [ 4 "entries": [
5 { 5 {
6 "id": 1, 6 "id": 1,
7 "description": "Imagination driver doesn't like uploading lots of buffer d ata constantly", 7 "description": "Imagination driver doesn't like uploading lots of buffer d ata constantly",
8 "os": { 8 "os": {
9 "type": "android" 9 "type": "android"
10 }, 10 },
11 "gl_vendor": "Imagination.*", 11 "gl_vendor": "Imagination.*",
12 "features": [ 12 "features": [
13 "use_client_side_arrays_for_stream_buffers" 13 "use_client_side_arrays_for_stream_buffers"
(...skipping 2362 matching lines...) Expand 10 before | Expand all | Expand 10 after
2376 "os": { 2376 "os": {
2377 "type": "linux" 2377 "type": "linux"
2378 }, 2378 },
2379 "vendor_id": "0x1002", 2379 "vendor_id": "0x1002",
2380 "features": [ 2380 "features": [
2381 "force_int_or_srgb_cube_texture_complete" 2381 "force_int_or_srgb_cube_texture_complete"
2382 ] 2382 ]
2383 }, 2383 },
2384 { 2384 {
2385 "id": 224, 2385 "id": 224,
2386 "description": "VPx decoding isn't supported before Windows 10 anniversary update.", 2386 "description": "VPx decoding isn't supported well before Windows 10 creato rs update.",
2387 "cr_bugs": [616318], 2387 "cr_bugs": [616318, 667532],
2388 "os": { 2388 "os": {
2389 "type": "win", 2389 "type": "win",
2390 "version": { 2390 "version": {
2391 "op": "<", 2391 "op": "<",
2392 "value": "10.0.14393" 2392 "value": "10.0.15063"
2393 } 2393 }
2394 }, 2394 },
2395 "features": [ 2395 "features": [
2396 "disable_accelerated_vpx_decode" 2396 "disable_accelerated_vpx_decode"
2397 ] 2397 ]
2398 }, 2398 },
2399 { 2399 {
2400 "id": 225, 2400 "id": 225,
2401 "description": "VPx decoding is too slow on Intel Broadwell, Skylake, and CherryView", 2401 "description": "VPx decoding is too slow on Intel Broadwell, Skylake, and CherryView",
2402 "cr_bugs": [616318], 2402 "cr_bugs": [616318],
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
2476 }, 2476 },
2477 "features": [ 2477 "features": [
2478 "disable_larger_than_screen_overlays" 2478 "disable_larger_than_screen_overlays"
2479 ] 2479 ]
2480 } 2480 }
2481 ], 2481 ],
2482 "comment": [ 2482 "comment": [
2483 "Please update the version number on top whenever you change this file" 2483 "Please update the version number on top whenever you change this file"
2484 ] 2484 ]
2485 } 2485 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698