Skip to content

Commit

Permalink
Remove OSX 10.5 entry in gpu blacklist.
Browse files Browse the repository at this point in the history
We don't support chrome in OSX 10.5 anymore.

BUG=315206
TEST=
R=kbr@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239701 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
zmo@chromium.org committed Dec 10, 2013
1 parent c5315cd commit 3e487e1
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 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.18",
"version": "6.19",
"entries": [
{
"id": 1,
Expand Down Expand Up @@ -221,21 +221,6 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
"all"
]
},
{
"id": 19,
"description": "GPU acceleration is no longer supported in Leopard",
"cr_bugs": [87157, 130495],
"os": {
"type": "macosx",
"version": {
"op": "=",
"value": "10.5"
}
},
"features": [
"all"
]
},
{
"id": 23,
"description": "Mesa drivers in linux older than 7.11 are assumed to be buggy",
Expand Down

0 comments on commit 3e487e1

Please sign in to comment.