diff options
author | jbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-06 02:17:08 +0000 |
---|---|---|
committer | jbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-06 02:17:08 +0000 |
commit | bdc027b9341201f81f0ad91621cb34336bb89162 (patch) | |
tree | cba5050e8cec8a723f7af90135b3405dcabfc51c /gpu/config | |
parent | e7dc399ab004d05c34697e9882a603fa80dca0a6 (diff) | |
download | chromium_src-bdc027b9341201f81f0ad91621cb34336bb89162.zip chromium_src-bdc027b9341201f81f0ad91621cb34336bb89162.tar.gz chromium_src-bdc027b9341201f81f0ad91621cb34336bb89162.tar.bz2 |
Simplify GPU blacklist for WinAura
The gpu is completely blacklisted on all vista and XP machines with aura. All other blacklisting of them is redundant.
BUG=315199
Review URL: https://codereview.chromium.org/58343007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233191 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/config')
-rw-r--r-- | gpu/config/software_rendering_list_json.cc | 167 |
1 files changed, 4 insertions, 163 deletions
diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc index ce302c7..6500c0d 100644 --- a/gpu/config/software_rendering_list_json.cc +++ b/gpu/config/software_rendering_list_json.cc @@ -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.13", + "version": "6.14", "entries": [ { "id": 1, @@ -147,92 +147,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( } ], "features": [ - "accelerated_2d_canvas", - "accelerated_video", - "accelerated_video_decode", - "3d_css", - "multisampling", - "flash_3d", - "flash_stage3d", - "force_compositing_mode" - ] - }, - { - "id": 13, - "description": "ATI drivers older than 10.6 on Windows XP are possibly unreliable.", - "cr_bugs": [74212], - "os": { - "type": "win", - "version": { - "op": "=", - "value": "5" - } - }, - "vendor_id": "0x1002", - "driver_version": { - "op": "<", - "value": "8.741" - }, - "features": [ - "accelerated_video", - "accelerated_video_decode", - "3d_css", - "multisampling", - "flash_3d", - "flash_stage3d", - "force_compositing_mode" - ] - }, - { - "id": 14, - "description": "NVIDIA drivers older than 257.21 on Windows XP are possibly unreliable.", - "cr_bugs": [74212], - "os": { - "type": "win", - "version": { - "op": "=", - "value": "5" - } - }, - "vendor_id": "0x10de", - "driver_version": { - "op": "<", - "value": "6.14.12.5721" - }, - "features": [ - "accelerated_video", - "accelerated_video_decode", - "3d_css", - "multisampling", - "flash_3d", - "flash_stage3d", - "force_compositing_mode" - ] - }, - { - "id": 15, - "description": "Intel drivers older than 14.42.7.5294 on Windows XP are possibly unreliable.", - "cr_bugs": [74212], - "os": { - "type": "win", - "version": { - "op": "=", - "value": "5" - } - }, - "vendor_id": "0x8086", - "driver_version": { - "op": "<", - "value": "6.14.10.5294" - }, - "features": [ - "accelerated_video", - "accelerated_video_decode", - "3d_css", - "multisampling", - "flash_3d", - "flash_stage3d", - "force_compositing_mode" + "all" ] }, { @@ -535,21 +450,6 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( ] }, { - "id": 41, - "description": "Disable 3D (but not Stage3D) in Flash on XP", - "cr_bugs": [134885], - "os": { - "type": "win", - "version": { - "op": "=", - "value": "5" - } - }, - "features": [ - "flash_3d" - ] - }, - { "id": 42, "description": "AMD Radeon HD 6490M and 6970M on Snow Leopard are buggy.", "cr_bugs": [137307, 285350], @@ -711,46 +611,6 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( ] }, { - "id": 51, - "description": "NVIDIA drivers 6.14.11.9621 is buggy on Windows XP.", - "cr_bugs": [152096], - "os": { - "type": "win", - "version": { - "op": "=", - "value": "5" - } - }, - "vendor_id": "0x10de", - "driver_version": { - "op": "=", - "value": "6.14.11.9621" - }, - "features": [ - "all" - ] - }, - { - "id": 52, - "description": "NVIDIA drivers 6.14.11.8267 is buggy on Windows XP.", - "cr_bugs": [152096], - "os": { - "type": "win", - "version": { - "op": "=", - "value": "5" - } - }, - "vendor_id": "0x10de", - "driver_version": { - "op": "=", - "value": "6.14.11.8267" - }, - "features": [ - "all" - ] - }, - { "id": 53, "description": "The Intel GMA500 is too slow for Stage3D.", "cr_bugs": [152096], @@ -1104,23 +964,6 @@ LONG_STRING_CONST( ] }, { - "id": 77, - "description": "Multisampling is reportedly very slow on Quadro NVS 135M/GeForce 8400M GS", - "cr_bugs": [279446], - "os": { - "type": "win", - "version": { - "op": "=", - "value": "5" - } - }, - "vendor_id": "0x10de", - "device_id": ["0x0429", "0x042b"], - "features": [ - "multisampling" - ] - }, - { "id": 78, "description": "Accelerated video decode interferes with GPU blacklist on older Intel drivers", "cr_bugs": [180695], @@ -1139,7 +982,7 @@ LONG_STRING_CONST( }, { "id": 79, - "description": "Disable force compositing mode on all Windows versions prior to and including Vista.", + "description": "Disable GPU on all Windows versions prior to and including Vista.", "cr_bugs": [273920, 170421], "os": { "type": "win", @@ -1149,9 +992,7 @@ LONG_STRING_CONST( } }, "features": [ - "flash_3d", - "flash_stage3d", - "force_compositing_mode" + "all" ] }, { |