Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(400)

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 2045663002: mac: Remove GPU bug workarounds for OS X versions before 10.9 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: kbr comment Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/config/gpu_driver_bug_workarounds.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/software_rendering_list_json.cc
diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc
index 61cf2a48ac8b4d8dc651b3767590a494267efeba..1d5c2b161eed48188e140075fbbcb38c6b6cc105 100644
--- a/gpu/config/software_rendering_list_json.cc
+++ b/gpu/config/software_rendering_list_json.cc
@@ -385,63 +385,6 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
]
},
{
- "id": 38,
- "description": "Accelerated 2D canvas is unstable for NVidia GeForce 9400M on Lion",
- "cr_bugs": [130495],
- "os": {
- "type": "macosx",
- "version": {
- "op": "=",
- "value": "10.7"
- }
- },
- "vendor_id": "0x10de",
- "device_id": ["0x0863"],
- "multi_gpu_category": "any",
- "features": [
- "accelerated_2d_canvas",
- "gpu_rasterization"
- ]
- },
- {
- "id": 42,
- "description": "AMD Radeon HD 6490M and 6970M on Snow Leopard are buggy",
- "cr_bugs": [137307, 285350],
- "os": {
- "type": "macosx",
- "version": {
- "op": "=",
- "value": "10.6"
- }
- },
- "vendor_id": "0x1002",
- "device_id": ["0x6760", "0x6720"],
- "multi_gpu_category": "any",
- "features": [
- "webgl",
- "gpu_rasterization"
- ]
- },
- {
- "id": 44,
- "description": "Intel HD 4000 causes kernel panic on Lion",
- "cr_bugs": [134015],
- "os": {
- "type": "macosx",
- "version": {
- "op": "between",
- "value": "10.7.0",
- "value2": "10.7.4"
- }
- },
- "vendor_id": "0x8086",
- "device_id": ["0x0166"],
- "multi_gpu_category": "any",
- "features": [
- "all"
- ]
- },
- {
"id": 45,
"description": "Parallels drivers older than 7 are buggy",
"cr_bugs": [138105],
@@ -499,27 +442,6 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
]
},
{
- "id": 49,
- "description": "NVidia GeForce GT 650M can cause the system to hang with flash 3D",
- "cr_bugs": [140175],
- "os": {
- "type": "macosx",
- "version": {
- "op": "between",
- "value": "10.8.0",
- "value2": "10.8.1"
- }
- },
- "multi_gpu_style": "optimus",
- "vendor_id": "0x10de",
- "device_id": ["0x0fd5"],
- "multi_gpu_category": "any",
- "features": [
- "flash_3d",
- "flash_stage3d"
- ]
- },
- {
"id": 50,
"description": "Disable VMware software renderer on older Mesa",
"cr_bugs": [145531, 332596, 571899],
@@ -711,25 +633,6 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
]
},
{
- "id": 73,
- "description": "WebGL is buggy with the NVIDIA GeForce GT 330M, 9400, and 9400M on MacOSX earlier than 10.8",
- "cr_bugs": [233523],
- "os": {
- "type": "macosx",
- "version": {
- "op": "<",
- "value": "10.8"
- }
- },
- "vendor_id": "0x10de",
- "device_id": ["0x0a29", "0x0861", "0x0863"],
- "multi_gpu_category": "any",
- "features": [
- "webgl",
- "gpu_rasterization"
- ]
- },
- {
"id": 74,
"description": "GPU access is blocked if users don't have proper graphics driver installed after Windows installation",
"cr_bugs": [248178],
@@ -804,23 +707,6 @@ LONG_STRING_CONST(
]
},
{
- "id": 81,
- "description": "Apple software renderer used under VMWare hangs on Mac OS 10.6 and 10.7",
- "cr_bugs": [230931],
- "os": {
- "type": "macosx",
- "version": {
- "op": "<=",
- "value": "10.7"
- }
- },
- "vendor_id": "0x15ad",
- "multi_gpu_category": "any",
- "features": [
- "all"
- ]
- },
- {
"id": 82,
"description": "MediaCodec is still too buggy to use for encoding (b/11536167)",
"os": {
@@ -1066,24 +952,6 @@ LONG_STRING_CONST(
]
},
{
- "id": 103,
- "description": "Intel GM965/GL960 crash often on Mac OS 10.6",
- "cr_bugs": [421641],
- "os": {
- "type": "macosx",
- "version": {
- "op": "=",
- "value": "10.6"
- }
- },
- "vendor_id": "0x8086",
- "device_id": ["0x2a02"],
- "multi_gpu_category": "any",
- "features": [
- "all"
- ]
- },
- {
"id": 104,
"description": "GPU raster broken on PowerVR Rogue",
"cr_bugs": [436331, 483574],
« no previous file with comments | « gpu/config/gpu_driver_bug_workarounds.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698