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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 23503038: Make using virtual contexts a workaround flag rather than cmdline (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comment Created 7 years, 3 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 | « content/public/common/content_switches.cc ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | 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 e5654fad7aa8703109a98dbb0ff1cbba9b124052..56e089b558c14d5f32be986f2f46760ceb357052 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -85,7 +85,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
{
"name": "gpu driver bug list",
// Please update the version number whenever you change this file.
- "version": "2.8",
+ "version": "2.9",
"entries": [
{
"id": 1,
@@ -462,6 +462,107 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
"features": [
"disable_multimonitor_multisampling"
]
+ },
+ {
+ "id": 31,
+ "cr_bugs": [154715, 10068, 269829],
+ "description": "The Nexus 10 Mali driver does not guarantee flush ordering.",
+ "os": {
+ "type": "android"
+ },
+ "gl_vendor": {
+ "op": "beginwith",
+ "value": "ARM"
+ },
+ "gl_renderer": {
+ "op": "contains",
+ "value": "Mali-T604"
+ },
+ "features": [
+ "use_virtualized_gl_contexts"
+ ]
+ },
+ {
+ "id": 32,
+ "cr_bugs": [179815],
+ "description": "Share groups are not working on (older?) Broadcom drivers.",
+ "os": {
+ "type": "android"
+ },
+ "gl_vendor": {
+ "op": "beginwith",
+ "value": "Broadcom"
+ },
+ "features": [
+ "use_virtualized_gl_contexts"
+ ]
+ },
+ {
+ "id": 33,
+ "description": "Share group-related crashes and poor context switching perf on Galaxy Nexus.",
+ "os": {
+ "type": "android"
+ },
+ "gl_vendor": {
+ "op": "beginwith",
+ "value": "Imagination"
+ },
+ "features": [
+ "use_virtualized_gl_contexts"
+ ]
+ },
+ {
+ "id": 34,
+ "cr_bugs": [179250, 229643, 230896],
+ "description": "Share groups are not working on (older?) Vivante drivers.",
+ "os": {
+ "type": "android"
+ },
+ "gl_extensions": {
+ "op": "contains",
+ "value": "GL_VIV_shader_binary"
+ },
+ "features": [
+ "use_virtualized_gl_contexts"
+ ]
+ },
+ {
+ "id": 35,
+ "cr_bugs": [163464],
+ "description": "Share-group related crashes on older NVIDIA drivers.",
+ "os": {
+ "type": "android",
+ "version": {
+ "op": "<",
+ "number": "4.3"
+ }
+ },
+ "gl_vendor": {
+ "op": "beginwith",
+ "value": "NVIDIA"
+ },
+ "features": [
+ "use_virtualized_gl_contexts"
+ ]
+ },
+ {
+ "id": 36,
+ "cr_bugs": [163464, 233612],
+ "description": "Share-group related crashes on Qualcomm drivers.",
+ "os": {
+ "type": "android",
+ "version": {
+ "op": "<",
+ "number": "4.3"
+ }
+ },
+ "gl_vendor": {
+ "op": "beginwith",
+ "value": "Qualcomm"
+ },
+ "features": [
+ "use_virtualized_gl_contexts"
+ ]
}
]
}
« no previous file with comments | « content/public/common/content_switches.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