Skip to content

Commit

Permalink
Remove NVIDIA entry from blacklist
Browse files Browse the repository at this point in the history
It turns out that it's not this particular driver which caused the pink
screen but rather a 3D vision setting.

BUG=319115

Review URL: https://codereview.chromium.org/132403007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244658 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
vangelis@chromium.org committed Jan 14, 2014
1 parent 7f39188 commit 3777e77
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions gpu/config/software_rendering_list_json.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
"version": "6.23",
"version": "6.24",
"entries": [
{
"id": 1,
Expand Down Expand Up @@ -992,22 +992,6 @@ LONG_STRING_CONST(
"accelerated_video_decode"
]
},
{
"id": 84,
"description": "Incorrect rendering in pink with NVIDIA driver 9.18.13.3165 on Windows",
"cr_bugs": [319115],
"os": {
"type": "win"
},
"vendor_id": "0x10de",
"driver_version": {
"op": "=",
"value": "9.18.13.3165"
},
"features": [
"all"
]
},
{
"id": 85,
"description": "Samsung Gaxlaxy S4 is too buggy to use for video decoding",
Expand Down

0 comments on commit 3777e77

Please sign in to comment.