Commit 5486eb80 authored by dbdaniel42's avatar dbdaniel42 Committed by Commit bot

Remove the blacklist on newer Nvidia Linux drivers

The initial reason for the blacklist was a bug that is now fixed.
A workaround was first developed in Chromium and then later
Nvidia actually fixed the root of the problem in their driver.
This patch removes the blacklist for 331.38 and newer drivers.

BUG=469979

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

Cr-Commit-Position: refs/heads/master@{#322527}
parent 8e25cde9
......@@ -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": "10.1",
"version": "10.2",
"entries": [
{
"id": 1,
......@@ -552,6 +552,10 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
},
"vendor_id": "0x10de",
"driver_vendor": "NVIDIA",
"driver_version": {
"op": "<",
"value": "331.38"
},
"features": [
"accelerated_video_decode",
"flash_3d",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment