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

Side by Side 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 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 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Determines whether a certain driver bug exists in the current system. 5 // Determines whether a certain driver bug exists in the current system.
6 // The format of a valid gpu_driver_bug_list.json file is defined in 6 // The format of a valid gpu_driver_bug_list.json file is defined in
7 // <gpu/config/gpu_control_list_format.txt>. 7 // <gpu/config/gpu_control_list_format.txt>.
8 // The supported "features" can be found in 8 // The supported "features" can be found in
9 // <gpu/config/gpu_driver_bug_workaround_type.h>. 9 // <gpu/config/gpu_driver_bug_workaround_type.h>.
10 10
11 #include "gpu/config/gpu_control_list_jsons.h" 11 #include "gpu/config/gpu_control_list_jsons.h"
12 12
13 #define LONG_STRING_CONST(...) #__VA_ARGS__ 13 #define LONG_STRING_CONST(...) #__VA_ARGS__
14 14
15 namespace gpu { 15 namespace gpu {
16 16
17 const char kGpuDriverBugListJson[] = LONG_STRING_CONST( 17 const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
18 18
19 { 19 {
20 "name": "gpu driver bug list", 20 "name": "gpu driver bug list",
21 // Please update the version number whenever you change this file. 21 // Please update the version number whenever you change this file.
22 "version": "9.35", 22 "version": "9.36",
23 "entries": [ 23 "entries": [
24 { 24 {
25 "id": 1, 25 "id": 1,
26 "description": "Imagination driver doesn't like uploading lots of buffer d ata constantly", 26 "description": "Imagination driver doesn't like uploading lots of buffer d ata constantly",
27 "os": { 27 "os": {
28 "type": "android" 28 "type": "android"
29 }, 29 },
30 "gl_vendor": "Imagination.*", 30 "gl_vendor": "Imagination.*",
31 "features": [ 31 "features": [
32 "use_client_side_arrays_for_stream_buffers" 32 "use_client_side_arrays_for_stream_buffers"
(...skipping 1718 matching lines...) Expand 10 before | Expand all | Expand 10 after
1751 "version": { 1751 "version": {
1752 "op": "<", 1752 "op": "<",
1753 "value": "8.1" 1753 "value": "8.1"
1754 } 1754 }
1755 }, 1755 },
1756 "features": [ 1756 "features": [
1757 "disable_dxgi_zero_copy_video" 1757 "disable_dxgi_zero_copy_video"
1758 ] 1758 ]
1759 }, 1759 },
1760 { 1760 {
1761 "id": 171,
1762 "description": "NV12 DXGI video hangs or displays incorrect colors on AMD drivers",
1763 "cr_bugs": [623029, 644293],
1764 "os": {
1765 "type": "win"
1766 },
1767 "vendor_id": "0x1002",
1768 "features": [
1769 "disable_dxgi_zero_copy_video",
1770 "disable_nv12_dxgi_video"
1771 ]
1772 },
1773 {
1774 "id": 172, 1761 "id": 172,
1775 "description": "Limited enabling of Chromium GL_INTEL_framebuffer_CMAA", 1762 "description": "Limited enabling of Chromium GL_INTEL_framebuffer_CMAA",
1776 "cr_bugs": [535198], 1763 "cr_bugs": [535198],
1777 "exceptions" : [ 1764 "exceptions" : [
1778 { 1765 {
1779 "os": { 1766 "os": {
1780 "type" : "chromeos" 1767 "type" : "chromeos"
1781 }, 1768 },
1782 "vendor_id": "0x8086", 1769 "vendor_id": "0x8086",
1783 "driver_vendor": "Mesa", 1770 "driver_vendor": "Mesa",
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
2376 "type": "android" 2363 "type": "android"
2377 }, 2364 },
2378 "driver_version": { 2365 "driver_version": {
2379 "op": ">=", 2366 "op": ">=",
2380 "value": "103.0" 2367 "value": "103.0"
2381 }, 2368 },
2382 "gl_renderer": "Adreno \\(TM\\) [45].*", 2369 "gl_renderer": "Adreno \\(TM\\) [45].*",
2383 "features": [ 2370 "features": [
2384 "disable_program_disk_cache" 2371 "disable_program_disk_cache"
2385 ] 2372 ]
2373 },
2374 {
2375 "id": 219,
2376 "description": "Zero-copy DXGI video hangs or displays incorrect colors on AMD drivers",
2377 "cr_bugs": [623029],
2378 "os": {
2379 "type": "win"
2380 },
2381 "vendor_id": "0x1002",
2382 "features": [
2383 "disable_dxgi_zero_copy_video"
2384 ]
2385 },
2386 {
2387 "id": 220,
2388 "description": "NV12 DXGI video displays incorrect colors on older AMD dri vers",
2389 "cr_bugs": [644293],
2390 "os": {
2391 "type": "win"
2392 },
2393 "vendor_id": "0x1002",
2394 "driver_version": {
2395 "op": "<",
2396 "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
2397 },
2398 "features": [
2399 "disable_nv12_dxgi_video"
2400 ]
2386 } 2401 }
2387 ] 2402 ]
2388 // Please update the version number at beginning of this file whenever you 2403 // Please update the version number at beginning of this file whenever you
2389 // change this file. 2404 // change this file.
2390 } 2405 }
2391 2406
2392 ); // LONG_STRING_CONST macro 2407 ); // LONG_STRING_CONST macro
2393 2408
2394 } // namespace gpu 2409 } // namespace gpu
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