summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-30 01:41:23 +0000
committerzmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-30 01:41:23 +0000
commita3054a3f0b063ad11d5a1254212a4e62a7b32eb5 (patch)
tree920d9db8fc8c44fb76926f04f305c678030af2df
parentca9ae180cbc36bd3273eab7de3f6741b83fb0f97 (diff)
downloadchromium_src-a3054a3f0b063ad11d5a1254212a4e62a7b32eb5.zip
chromium_src-a3054a3f0b063ad11d5a1254212a4e62a7b32eb5.tar.gz
chromium_src-a3054a3f0b063ad11d5a1254212a4e62a7b32eb5.tar.bz2
Revert 286368 "Turn off scalarize_vec_and_mat_constructor_args w..."
Will reland with proper bug id and also need to surpress affected webgl conformance tests. > Turn off scalarize_vec_and_mat_constructor_args workaround everywhere > > There is a bug in the workaround, so we should fix it before turning it on. > > This is simply removing a few entries in the json file, very safe CL. > > BUG= > TEST=gpu_unitests > TBR=kbr@chromium.org > NOTRY=true > > Review URL: https://codereview.chromium.org/425163003 TBR=zmo@chromium.org Review URL: https://codereview.chromium.org/423323002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286374 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--gpu/config/gpu_driver_bug_list_json.cc36
1 files changed, 35 insertions, 1 deletions
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
index 30ddda8..190faf6 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": "6.9",
+ "version": "6.8",
"entries": [
{
"id": 1,
@@ -1075,6 +1075,40 @@ LONG_STRING_CONST(
]
},
{
+ "id": 83,
+ "cr_bugs": [393810],
+ "description": "Shader vec/mat construction is buggy on Linux",
+ "os": {
+ "type": "linux"
+ },
+ "features": [
+ "scalarize_vec_and_mat_constructor_args"
+ ]
+ },
+ {
+ "id": 84,
+ "cr_bugs": [393810],
+ "description": "Shader vec/mat construction is buggy on Linux",
+ "os": {
+ "type": "chromeos"
+ },
+ "features": [
+ "scalarize_vec_and_mat_constructor_args"
+ ]
+ },
+ {
+ "id": 85,
+ "cr_bugs": [393810],
+ "description": "Shader vec/mat construction is buggy on Mac NVIDIA",
+ "os": {
+ "type": "macosx"
+ },
+ "vendor_id": "0x10de",
+ "features": [
+ "scalarize_vec_and_mat_constructor_args"
+ ]
+ },
+ {
"id": 86,
"description": "Disable use of Direct3D 11 on Matrox video cards",
"cr_bugs": [395861],