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

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

Issue 2888233002: Make disabling accelerated VPX decoding a GPU driver bug workaround. (Closed)
Patch Set: 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 | « gpu/config/gpu_blacklist_unittest.cc ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | 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.9",
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 },
(...skipping 2366 matching lines...) Expand 10 before | Expand all | Expand 10 after
2377 "type": "macosx" 2377 "type": "macosx"
2378 }, 2378 },
2379 "vendor_id": "0x8086", 2379 "vendor_id": "0x8086",
2380 "device_id": ["0x0412", "0x0d26", "0x0a2e", "0x0a26", "0x0d22", "0x161e", 2380 "device_id": ["0x0412", "0x0d26", "0x0a2e", "0x0a26", "0x0d22", "0x161e",
2381 "0x1626", "0x162b", "0x1622"], 2381 "0x1626", "0x162b", "0x1622"],
2382 "features": [ 2382 "features": [
2383 "avoid_stencil_buffers" 2383 "avoid_stencil_buffers"
2384 ] 2384 ]
2385 }, 2385 },
2386 { 2386 {
2387 "id": 224,
2388 "description": "VPx decoding isn't supported before Windows 10 anniversary update.",
2389 "cr_bugs": [616318],
2390 "os": {
2391 "type": "win",
2392 "version": {
2393 "op": "<",
2394 "value": "10.0.14393"
2395 }
2396 },
2397 "features": [
2398 "disable_accelerated_vpx_decode"
2399 ]
2400 },
2401 {
2402 "id": 225,
2403 "description": "VPx decoding is too slow on Intel Broadwell, Skylake, and CherryView",
2404 "cr_bugs": [616318],
2405 "os": {
2406 "type": "win"
2407 },
2408 "vendor_id": "0x8086",
2409 "device_id": ["0x1602", "0x1606", "0x160a", "0x160b", "0x160d",
2410 "0x160e", "0x1612", "0x1616", "0x161a", "0x161b",
2411 "0x161d", "0x161e", "0x1622", "0x1626", "0x162a",
2412 "0x162b", "0x162d", "0x162e", "0x22b0", "0x22b1",
2413 "0x22b2", "0x22b3", "0x1902", "0x1906", "0x190a",
2414 "0x190b", "0x190e", "0x1912", "0x1913", "0x1915",
2415 "0x1916", "0x1917", "0x191a", "0x191b", "0x191d",
2416 "0x191e", "0x1921", "0x1923", "0x1926", "0x1927",
2417 "0x192a", "0x192b", "0x192d", "0x1932", "0x193a",
2418 "0x193b", "0x193d"],
2419 "features": [
2420 "disable_accelerated_vpx_decode"
2421 ]
2422 },
2423 {
2424 "id": 226,
2425 "description": "Accelerated VPx decoding is hanging on some videos.",
2426 "cr_bugs": [654111],
2427 "os": {
2428 "type": "win"
2429 },
2430 "vendor_id": "0x8086",
2431 "driver_version": {
2432 "op": "<",
2433 "value": "21.20.16.4542"
2434 },
2435 "features": [
2436 "disable_accelerated_vpx_decode"
2437 ]
2438 },
2439 {
2387 "id": 229, 2440 "id": 229,
2388 "description": "Overlay sizes bigger than screen aren't accelerated on som e Intel drivers", 2441 "description": "Overlay sizes bigger than screen aren't accelerated on som e Intel drivers",
2389 "cr_bugs": [720059], 2442 "cr_bugs": [720059],
2390 "os": { 2443 "os": {
2391 "type": "win" 2444 "type": "win"
2392 }, 2445 },
2393 "vendor_id": "0x8086", 2446 "vendor_id": "0x8086",
2394 "driver_version": { 2447 "driver_version": {
2395 "op": "<", 2448 "op": "<",
2396 "value": "21.20.16.4542" 2449 "value": "21.20.16.4542"
2397 }, 2450 },
2398 "features": [ 2451 "features": [
2399 "disable_larger_than_screen_overlays" 2452 "disable_larger_than_screen_overlays"
2400 ] 2453 ]
2401 } 2454 }
2402 ], 2455 ],
2403 "comment": [ 2456 "comment": [
2404 "Please update the version number on top whenever you change this file", 2457 "Please update the version number on top whenever you change this file",
2405 "Please run gpu/config/process_json.py whenever you change this file" 2458 "Please run gpu/config/process_json.py whenever you change this file"
2406 ] 2459 ]
2407 } 2460 }
OLDNEW
« no previous file with comments | « gpu/config/gpu_blacklist_unittest.cc ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698