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

Side by Side Diff: content/browser/gpu/software_rendering_list.json

Issue 12225142: Blacklist Intel GM965 for Mesa drivers older than 9.1 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Determines whether certain gpu-related features are blacklisted or not. 1 // Determines whether certain gpu-related features are blacklisted or not.
2 // A valid software_rendering_list.json file are in the format of 2 // A valid software_rendering_list.json file are in the format of
3 // { 3 // {
4 // "version": "x.y", 4 // "version": "x.y",
5 // "entries": [ 5 // "entries": [
6 // { // entry 1 6 // { // entry 1
7 // }, 7 // },
8 // ... 8 // ...
9 // { // entry n 9 // { // entry n
10 // } 10 // }
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 // 68 //
69 // FLOAT includes "op" "value", and "value2". "op" can be any of the 69 // FLOAT includes "op" "value", and "value2". "op" can be any of the
70 // following values: "=", "<", "<=", ">", ">=", "any", "between". "value2" is 70 // following values: "=", "<", "<=", ">", ">=", "any", "between". "value2" is
71 // only used if "op" is "between". "value" is used for all "op" values except 71 // only used if "op" is "between". "value" is used for all "op" values except
72 // "any". "value" and "value2" are valid float numbers. 72 // "any". "value" and "value2" are valid float numbers.
73 // INT is very much like FLOAT, except that the values need to be integers. 73 // INT is very much like FLOAT, except that the values need to be integers.
74 74
75 { 75 {
76 "name": "software rendering list", 76 "name": "software rendering list",
77 // Please update the version number whenever you change this file. 77 // Please update the version number whenever you change this file.
78 "version": "4.15", 78 "version": "4.16",
79 "entries": [ 79 "entries": [
80 { 80 {
81 "id": 1, 81 "id": 1,
82 "description": "ATI Radeon X1900 is not compatible with WebGL on the Mac." , 82 "description": "ATI Radeon X1900 is not compatible with WebGL on the Mac." ,
83 "webkit_bugs": [47028], 83 "webkit_bugs": [47028],
84 "os": { 84 "os": {
85 "type": "macosx" 85 "type": "macosx"
86 }, 86 },
87 "vendor_id": "0x1002", 87 "vendor_id": "0x1002",
88 "device_id": ["0x7249"], 88 "device_id": ["0x7249"],
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 } 292 }
293 }, 293 },
294 "vendor_id": "0x1002", 294 "vendor_id": "0x1002",
295 "blacklist": [ 295 "blacklist": [
296 "multisampling" 296 "multisampling"
297 ] 297 ]
298 }, 298 },
299 { 299 {
300 "id": 17, 300 "id": 17,
301 "description": "Intel mesa drivers are crash-prone.", 301 "description": "Intel mesa drivers are crash-prone.",
302 "cr_bugs": [76703], 302 "cr_bugs": [76703, 164555],
303 "os": { 303 "os": {
304 "type": "linux" 304 "type": "linux"
305 }, 305 },
306 "vendor_id": "0x8086", 306 "vendor_id": "0x8086",
307 "exceptions": [ 307 "exceptions": [
308 { 308 {
309 "device_id": ["0x0102", "0x0106", "0x0112", "0x0116", "0x0122", "0x012 6", "0x010a", "0x0152", "0x0156", "0x015a", "0x0162", "0x0166"], 309 "device_id": ["0x0102", "0x0106", "0x0112", "0x0116", "0x0122", "0x012 6", "0x010a", "0x0152", "0x0156", "0x015a", "0x0162", "0x0166"],
310 "driver_version": { 310 "driver_version": {
311 "op": ">=", 311 "op": ">=",
312 "number": "8.0" 312 "number": "8.0"
313 } 313 }
314 }, 314 },
315 { 315 {
316 "device_id": ["0xa001", "0xa002", "0xa011", "0xa012", "0x29a2", "0x299 2", "0x2982", "0x2972", "0x2a02", "0x2a12", "0x2a42", "0x2e02", "0x2e12", "0x2e2 2", "0x2e32", "0x2e42", "0x2e92"], 316 "device_id": ["0xa001", "0xa002", "0xa011", "0xa012", "0x29a2", "0x299 2", "0x2982", "0x2972", "0x2a12", "0x2a42", "0x2e02", "0x2e12", "0x2e22", "0x2e3 2", "0x2e42", "0x2e92"],
317 "driver_version": { 317 "driver_version": {
318 "op": ">", 318 "op": ">",
319 "number": "8.0.2" 319 "number": "8.0.2"
320 } 320 }
321 }, 321 },
322 { 322 {
323 "device_id": ["0x0042", "0x0046"], 323 "device_id": ["0x0042", "0x0046"],
324 "driver_version": { 324 "driver_version": {
325 "op": ">=", 325 "op": ">=",
326 "number": "8.0.2" 326 "number": "8.0.2"
327 } 327 }
328 },
329 {
330 "device_id": ["0x2a02"],
331 "driver_version": {
332 "op": ">=",
333 "number": "9.1"
334 }
328 } 335 }
329 ], 336 ],
330 "blacklist": [ 337 "blacklist": [
331 "all" 338 "all"
332 ] 339 ]
333 }, 340 },
334 { 341 {
335 "id": 18, 342 "id": 18,
336 "description": "NVIDIA Quadro FX 1500 is buggy.", 343 "description": "NVIDIA Quadro FX 1500 is buggy.",
337 "cr_bugs": [84701], 344 "cr_bugs": [84701],
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after
1001 "op": "<", 1008 "op": "<",
1002 "number": "10.8" 1009 "number": "10.8"
1003 } 1010 }
1004 }, 1011 },
1005 "blacklist": [ 1012 "blacklist": [
1006 "force_compositing_mode" 1013 "force_compositing_mode"
1007 ] 1014 ]
1008 } 1015 }
1009 ] 1016 ]
1010 } 1017 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698