summaryrefslogtreecommitdiffstats
path: root/gpu/config/gpu_driver_bug_list_json.cc
diff options
context:
space:
mode:
authorhalliwell <halliwell@chromium.org>2015-05-19 18:52:22 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-20 01:52:28 +0000
commit472992489ec2d5f25a865debe7bfc53888113b80 (patch)
treec0a79d2550690783a125b21254d4b85c13a16b6a /gpu/config/gpu_driver_bug_list_json.cc
parentfaa231a441d9890d8dee349b578dee7abed70501 (diff)
downloadchromium_src-472992489ec2d5f25a865debe7bfc53888113b80.zip
chromium_src-472992489ec2d5f25a865debe7bfc53888113b80.tar.gz
chromium_src-472992489ec2d5f25a865debe7bfc53888113b80.tar.bz2
Disable GL_EXT_multisampled_render_to_texture on Chromecast
WebGL render to texture is broken (random visual artifacts) on Chromecast. Disabling this extension appears to fix the problem. BUG= 489871 Review URL: https://codereview.chromium.org/1142273003 Cr-Commit-Position: refs/heads/master@{#330671}
Diffstat (limited to 'gpu/config/gpu_driver_bug_list_json.cc')
-rw-r--r--gpu/config/gpu_driver_bug_list_json.cc15
1 files changed, 14 insertions, 1 deletions
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
index 4b2233a..4d5b8281 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": "8.03",
+ "version": "8.04",
"entries": [
{
"id": 1,
@@ -1339,6 +1339,19 @@ LONG_STRING_CONST(
"disabled_extensions": [
"GL_EXT_disjoint_timer_query"
]
+ },
+ {
+ "id": 114,
+ "cr_bugs": [489871],
+ "description": "Vivante GC1000 support of EXT_multisampled_render_to_texture is buggy",
+ "os": {
+ "type": "linux"
+ },
+ "gl_vendor": "Vivante Corporation",
+ "gl_renderer": "Vivante GC1000",
+ "features": [
+ "disable_multisampled_render_to_texture"
+ ]
}
]
}