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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2748933004: Enable NV12 video on newer AMD drivers. (Closed)
Patch Set: Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« 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