Chromium Code Reviews| Index: gpu/config/gpu_driver_bug_list_json.cc |
| diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc |
| index d0cc00524beccb4d9177a36ab88fa2a533857df1..df7fbf9a7b88107d154339ee25cdf681e0999b88 100644 |
| --- a/gpu/config/gpu_driver_bug_list_json.cc |
| +++ b/gpu/config/gpu_driver_bug_list_json.cc |
| @@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( |
| { |
| "name": "gpu driver bug list", |
| // Please update the version number whenever you change this file. |
| - "version": "9.35", |
| + "version": "9.36", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -1758,19 +1758,6 @@ LONG_STRING_CONST( |
| ] |
| }, |
| { |
| - "id": 171, |
| - "description": "NV12 DXGI video hangs or displays incorrect colors on AMD drivers", |
| - "cr_bugs": [623029, 644293], |
| - "os": { |
| - "type": "win" |
| - }, |
| - "vendor_id": "0x1002", |
| - "features": [ |
| - "disable_dxgi_zero_copy_video", |
| - "disable_nv12_dxgi_video" |
| - ] |
| - }, |
| - { |
| "id": 172, |
| "description": "Limited enabling of Chromium GL_INTEL_framebuffer_CMAA", |
| "cr_bugs": [535198], |
| @@ -2383,6 +2370,34 @@ LONG_STRING_CONST( |
| "features": [ |
| "disable_program_disk_cache" |
| ] |
| + }, |
| + { |
| + "id": 219, |
| + "description": "Zero-copy DXGI video hangs or displays incorrect colors on AMD drivers", |
| + "cr_bugs": [623029], |
| + "os": { |
| + "type": "win" |
| + }, |
| + "vendor_id": "0x1002", |
| + "features": [ |
| + "disable_dxgi_zero_copy_video" |
| + ] |
| + }, |
| + { |
| + "id": 220, |
| + "description": "NV12 DXGI video displays incorrect colors on older AMD drivers", |
| + "cr_bugs": [644293], |
| + "os": { |
| + "type": "win" |
| + }, |
| + "vendor_id": "0x1002", |
| + "driver_version": { |
| + "op": "<", |
| + "value": "21.19.519.2" |
|
Ken Russell (switch to Gerrit)
2017/03/15 04:01:26
Note: I'm not sure whether "style": "lexical" is n
Ken Russell (switch to Gerrit)
2017/03/15 05:07:05
Confirmed with AMD that this is correct. The lexic
|
| + }, |
| + "features": [ |
| + "disable_nv12_dxgi_video" |
| + ] |
| } |
| ] |
| // Please update the version number at beginning of this file whenever you |