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

Side by Side Diff: chrome/browser/resources/software_rendering_list.json

Issue 6713041: Update software rendering list: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 9 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 25 matching lines...) Expand all
36 // following values: "=", "<", "<=", ">", ">=", "any", "between". "number2" is 36 // following values: "=", "<", "<=", ">", ">=", "any", "between". "number2" is
37 // only used if "op" is "between". "number" is used for all "op" values except 37 // only used if "op" is "between". "number" is used for all "op" values except
38 // "any". "number" and "number2" are in the format of x, x.x, x.x.x, etc. 38 // "any". "number" and "number2" are in the format of x, x.x, x.x.x, etc.
39 // 39 //
40 // STRING includes "op" and "value". "op" can be any of the following values: 40 // STRING includes "op" and "value". "op" can be any of the following values:
41 // "contains", "beginwith", "endwith", "=". "value" is a string. 41 // "contains", "beginwith", "endwith", "=". "value" is a string.
42 42
43 { 43 {
44 "name": "software rendering list", 44 "name": "software rendering list",
45 // Please update the version number whenever you change this file. 45 // Please update the version number whenever you change this file.
46 "version": "1.7", 46 "version": "1.8",
47 "entries": [ 47 "entries": [
48 { 48 {
49 "id": 1, 49 "id": 1,
50 "description": "ATI Radeon X1900 is not compatible with WebGL on the Mac." , 50 "description": "ATI Radeon X1900 is not compatible with WebGL on the Mac." ,
51 "webkit_bugs": [47028], 51 "webkit_bugs": [47028],
52 "os": { 52 "os": {
53 "type": "macosx" 53 "type": "macosx"
54 }, 54 },
55 "vendor_id": "0x1002", 55 "vendor_id": "0x1002",
56 "device_id": ["0x7249"], 56 "device_id": ["0x7249"],
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "type": "any" 100 "type": "any"
101 }, 101 },
102 "vendor_id": "0x8086", 102 "vendor_id": "0x8086",
103 "device_id": ["0x27AE"], 103 "device_id": ["0x27AE"],
104 "blacklist": [ 104 "blacklist": [
105 "webgl" 105 "webgl"
106 ] 106 ]
107 }, 107 },
108 { 108 {
109 "id": 5, 109 "id": 5,
110 "description": "ATI cards in Linux do not support WebGL.", 110 "description": "ATI cards in Linux do not support GPU features.",
111 "cr_bugs": [71381], 111 "cr_bugs": [71381, 76428, 73910],
112 "os": { 112 "os": {
113 "type": "linux" 113 "type": "linux"
114 }, 114 },
115 "vendor_id": "0x1002", 115 "vendor_id": "0x1002",
116 "blacklist": [ 116 "blacklist": [
117 "webgl" 117 "all"
118 ]
119 },
120 {
121 "id": 6,
122 "description": "ATI Radeon HD2600 on Mac do not support WebGL or accelerat ed compositing.",
123 "cr_bugs": [68859],
124 "os": {
125 "type": "macosx"
126 },
127 "vendor_id": "0x1002",
128 "device_id": ["0x9583"],
129 "blacklist": [
130 "webgl",
131 "accelerated_compositing"
132 ]
133 },
134 {
135 "id": 7,
136 "description": "ATI Radeon HD2400 on Mac do not support WebGL or accelerat ed compositing.",
137 "cr_bugs": [68859],
138 "os": {
139 "type": "macosx"
140 },
141 "vendor_id": "0x1002",
142 "device_id": ["0x94c8"],
143 "blacklist": [
144 "webgl",
145 "accelerated_compositing"
146 ] 118 ]
147 }, 119 },
148 { 120 {
149 "id": 8, 121 "id": 8,
150 "description": "NVIDIA GeForce FX Go5200 does not support WebGL or acceler ated compositing.", 122 "description": "NVIDIA GeForce FX Go5200 does not support WebGL or acceler ated compositing.",
151 "cr_bugs": [72938], 123 "cr_bugs": [72938],
152 "os": { 124 "os": {
153 "type": "any" 125 "type": "any"
154 }, 126 },
155 "vendor_id": "0x10de", 127 "vendor_id": "0x10de",
156 "device_id": ["0x0324"], 128 "device_id": ["0x0324"],
157 "blacklist": [ 129 "blacklist": [
158 "webgl", 130 "webgl",
159 "accelerated_compositing" 131 "accelerated_compositing"
160 ] 132 ]
161 }, 133 },
162 { // NVIDIA GeForce 7300 GT on Mac, BUG=73794 134 {
163 "id": 10, 135 "id": 10,
164 "description": "NVIDIA GeForce 7300 GT on Mac does not support WebGL.", 136 "description": "NVIDIA GeForce 7300 GT on Mac does not support WebGL.",
165 "cr_bugs": [73794], 137 "cr_bugs": [73794],
166 "os": { 138 "os": {
167 "type": "macosx" 139 "type": "macosx"
168 }, 140 },
169 "vendor_id": "0x10de", 141 "vendor_id": "0x10de",
170 "device_id": ["0x0393"], 142 "device_id": ["0x0393"],
171 "blacklist": [ 143 "blacklist": [
172 "webgl" 144 "webgl"
173 ] 145 ]
174 }, 146 },
175 { 147 {
176 "id": 11,
177 "description": "ATI Radeon HD2600 XT on Mac does not support WebGL or acce lerated compositing.",
178 "cr_bugs": [68859],
179 "os": {
180 "type": "macosx"
181 },
182 "vendor_id": "0x1002",
183 "device_id": ["0x9588"],
184 "blacklist": [
185 "webgl",
186 "accelerated_compositing"
187 ]
188 },
189 {
190 "id": 12, 148 "id": 12,
191 "description": "Drivers older than 2009-01 on Windows are assumed to be bu ggy.", 149 "description": "Drivers older than 2009-01 on Windows are assumed to be bu ggy.",
192 "cr_bugs": [72979], 150 "cr_bugs": [72979],
193 "os": { 151 "os": {
194 "type": "win" 152 "type": "win"
195 }, 153 },
196 "driver_date": { 154 "driver_date": {
197 "op": "<", 155 "op": "<",
198 "number": "2009.1" 156 "number": "2009.1"
199 }, 157 },
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 "id": 16, 223 "id": 16,
266 "description": "Multisampling is buggy in ATI Mac drivers.", 224 "description": "Multisampling is buggy in ATI Mac drivers.",
267 "cr_bugs": [67752], 225 "cr_bugs": [67752],
268 "os": { 226 "os": {
269 "type": "macosx" 227 "type": "macosx"
270 }, 228 },
271 "vendor_id": "0x1002", 229 "vendor_id": "0x1002",
272 "blacklist": [ 230 "blacklist": [
273 "multisampling" 231 "multisampling"
274 ] 232 ]
233 },
234 {
235 "id": 17,
236 "description": "Intel mesa drivers are assumed to be buggy.",
vangelis 2011/03/18 20:30:42 "are assumed to be buggy" -> "are crash-prone" ?
237 "cr_bugs": [76703],
238 "os": {
239 "type": "linux"
240 },
241 "vendor_id": "0x8086",
242 "blacklist": [
243 "all"
244 ]
275 } 245 }
276 ] 246 ]
277 } 247 }
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