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

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: 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
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..08d1b8ffbc621c0bab6c9e8781688b1cbaa331f1 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,114 @@ 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_vendor": {
+ "op": "beginwith",
+ "value": "Vivante"
+ },
+ "features": [
+ "use_virtualized_gl_contexts"
+ ]
+ },
+ {
+ "id": 35,
+ "cr_bugs": [179250, 229643, 230896],
+ "description": "This is an alias for id 34 where the silicon vendor is overriding the GL vendor",
+ "os": {
+ "type": "android"
+ },
+ "gl_vendor": {
+ "op": "beginwith",
+ "value": "Hisilicon"
+ },
+ "features": [
+ "use_virtualized_gl_contexts"
+ ]
+ },
+ {
+ "id": 36,
+ "cr_bugs": [163464],
+ "description": "Share-group related crashes on older NVIDIA drivers.",
+ "os": {
+ "type": "android"
+ },
+ "gl_vendor": {
+ "op": "beginwith",
+ "value": "NVIDIA"
+ },
+ "features": [
+ "use_virtualized_gl_contexts"
+ ]
+ },
+ {
+ "id": 37,
+ "cr_bugs": [163464, 233612],
+ "description": "Share-group related crashes on Qualcomm drivers.",
+ "os": {
+ "type": "android"
+ },
+ "gl_vendor": {
+ "op": "beginwith",
+ "value": "Qualcomm"
+ },
+ "features": [
+ "use_virtualized_gl_contexts"
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698