forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Append (instead of replace) gpu driver bug workarounds from commandline.
Before if we specify a workaround through commandline, then we bypass loading them from the built-in json list. After this, we append it to the workarounds from the built-in json list, not overwriting them. If we don't want the workarounds from the json list, we can specify "--disable-gpu-driver-bug-workarounds", and on top of that, adding any workarounds we want. This provides most flexibility for testing purpose. BUG=359348 TEST=gpu_unittests,manual R=kbr@chromium.org Review URL: https://codereview.chromium.org/212223010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261232 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
zmo@chromium.org
committed
Apr 3, 2014
1 parent
a37ca48
commit 97cc689
Showing
6 changed files
with
84 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters