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

Side by Side Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2457243002: Disable zero-copy DXGI video on NVIDIA GPUs (Closed)
Patch Set: Created 4 years, 1 month 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
(...skipping 1941 matching lines...) Expand 10 before | Expand all | Expand 10 after
1952 "os": { 1952 "os": {
1953 "type": "android" 1953 "type": "android"
1954 }, 1954 },
1955 "gl_vendor": "Imagination.*", 1955 "gl_vendor": "Imagination.*",
1956 "gl_renderer": "PowerVR SGX.*", 1956 "gl_renderer": "PowerVR SGX.*",
1957 "features": [ 1957 "features": [
1958 "avda_no_eglimage_for_luminance_tex" 1958 "avda_no_eglimage_for_luminance_tex"
1959 ] 1959 ]
1960 }, 1960 },
1961 { 1961 {
1962 "id": 185,
1963 "description": "Zero-copy NV12 video displays incorrect colors on NVIDIA d rivers.",
1964 "cr_bugs": [635319],
1965 "os": {
1966 "type": "win"
1967 },
1968 "vendor_id": "0x10de",
1969 "features": [
1970 "disable_dxgi_zero_copy_video"
1971 ]
1972 },
1973 {
1962 "id": 188, 1974 "id": 188,
1963 "description": "AVSampleBufferDisplayLayer leaks IOSurfaces on 10.9.", 1975 "description": "AVSampleBufferDisplayLayer leaks IOSurfaces on 10.9.",
1964 "cr_bugs": [632178], 1976 "cr_bugs": [632178],
1965 "os": { 1977 "os": {
1966 "type": "macosx", 1978 "type": "macosx",
1967 "version": { 1979 "version": {
1968 "op": "<=", 1980 "op": "<=",
1969 "value": "10.10" 1981 "value": "10.10"
1970 } 1982 }
1971 }, 1983 },
(...skipping 13 matching lines...) Expand all
1985 "features": [ 1997 "features": [
1986 "disable_post_sub_buffers_for_onscreen_surfaces" 1998 "disable_post_sub_buffers_for_onscreen_surfaces"
1987 ] 1999 ]
1988 } 2000 }
1989 ] 2001 ]
1990 } 2002 }
1991 2003
1992 ); // LONG_STRING_CONST macro 2004 ); // LONG_STRING_CONST macro
1993 2005
1994 } // namespace gpu 2006 } // 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