Suppress data races in blink::Scheduler
[chromium-blink-merge.git] / gpu / config / software_rendering_list_json.cc
blob93afd1aee5e16461de893e0bce80e5089454dbff
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // Determines whether certain gpu-related features are blacklisted or not.
6 // The format of a valid software_rendering_list.json file is defined in
7 // <gpu/config/gpu_control_list_format.txt>.
8 // The supported "features" can be found in <gpu/config/gpu_blacklist.cc>.
10 #include "gpu/config/gpu_control_list_jsons.h"
12 #define LONG_STRING_CONST(...) #__VA_ARGS__
14 namespace gpu {
16 const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
19 "name": "software rendering list",
20 // Please update the version number whenever you change this file.
21 "version": "9.17",
22 "entries": [
24 "id": 1,
25 "description": "ATI Radeon X1900 is not compatible with WebGL on the Mac",
26 "webkit_bugs": [47028],
27 "os": {
28 "type": "macosx"
30 "vendor_id": "0x1002",
31 "device_id": ["0x7249"],
32 "features": [
33 "webgl",
34 "flash_3d",
35 "flash_stage3d"
39 "id": 3,
40 "description": "GL driver is software rendered. GPU acceleration is disabled",
41 "cr_bugs": [59302, 315217],
42 "os": {
43 "type": "linux"
45 "gl_renderer": "(?i).*software.*",
46 "features": [
47 "all"
51 "id": 4,
52 "description": "The Intel Mobile 945 Express family of chipsets is not compatible with WebGL",
53 "cr_bugs": [232035],
54 "os": {
55 "type": "any"
57 "vendor_id": "0x8086",
58 "device_id": ["0x27AE", "0x27A2"],
59 "features": [
60 "webgl",
61 "flash_3d",
62 "flash_stage3d",
63 "accelerated_2d_canvas"
67 "id": 5,
68 "description": "ATI/AMD cards with older drivers in Linux are crash-prone",
69 "cr_bugs": [71381, 76428, 73910, 101225, 136240, 357314],
70 "os": {
71 "type": "linux"
73 "vendor_id": "0x1002",
74 "exceptions": [
76 "driver_vendor": ".*AMD.*",
77 "driver_version": {
78 "op": ">=",
79 "style": "lexical",
80 "value": "8.98"
84 "driver_vendor": "Mesa",
85 "driver_version": {
86 "op": ">=",
87 "value": "10.0.4"
91 "features": [
92 "all"
96 "id": 8,
97 "description": "NVIDIA GeForce FX Go5200 is assumed to be buggy",
98 "cr_bugs": [72938],
99 "os": {
100 "type": "any"
102 "vendor_id": "0x10de",
103 "device_id": ["0x0324"],
104 "features": [
105 "all"
109 "id": 10,
110 "description": "NVIDIA GeForce 7300 GT on Mac does not support WebGL",
111 "cr_bugs": [73794],
112 "os": {
113 "type": "macosx"
115 "vendor_id": "0x10de",
116 "device_id": ["0x0393"],
117 "features": [
118 "webgl",
119 "flash_3d",
120 "flash_stage3d"
124 "id": 12,
125 "description": "Drivers older than 2009-01 on Windows are possibly unreliable",
126 "cr_bugs": [72979, 89802, 315205],
127 "os": {
128 "type": "win"
130 "driver_date": {
131 "op": "<",
132 "value": "2009.1"
134 "exceptions": [
136 "vendor_id": "0x8086",
137 "device_id": ["0x29a2"],
138 "driver_version": {
139 "op": ">=",
140 "value": "7.15.10.1624"
144 "driver_vendor": "osmesa"
147 "vendor_id": "0x1414",
148 "device_id": ["0x02c1"]
151 "features": [
152 "all"
156 "id": 17,
157 "description": "Older Intel mesa drivers are crash-prone",
158 "cr_bugs": [76703, 164555, 225200, 340886],
159 "os": {
160 "type": "linux"
162 "vendor_id": "0x8086",
163 "driver_vendor": "Mesa",
164 "driver_version": {
165 "op": "<",
166 "value": "10.1"
168 "exceptions": [
170 "device_id": ["0x0102", "0x0106", "0x0112", "0x0116", "0x0122", "0x0126", "0x010a", "0x0152", "0x0156", "0x015a", "0x0162", "0x0166"],
171 "driver_version": {
172 "op": ">=",
173 "value": "8.0"
177 "device_id": ["0xa001", "0xa002", "0xa011", "0xa012", "0x29a2", "0x2992", "0x2982", "0x2972", "0x2a12", "0x2a42", "0x2e02", "0x2e12", "0x2e22", "0x2e32", "0x2e42", "0x2e92"],
178 "driver_version": {
179 "op": ">",
180 "value": "8.0.2"
184 "device_id": ["0x0042", "0x0046"],
185 "driver_version": {
186 "op": ">",
187 "value": "8.0.4"
191 "device_id": ["0x2a02"],
192 "driver_version": {
193 "op": ">=",
194 "value": "9.1"
198 "device_id": ["0x0a16", "0x0a26"],
199 "driver_version": {
200 "op": ">=",
201 "value": "10.0.1"
205 "features": [
206 "all"
210 "id": 18,
211 "description": "NVIDIA Quadro FX 1500 is buggy",
212 "cr_bugs": [84701],
213 "os": {
214 "type": "linux"
216 "vendor_id": "0x10de",
217 "device_id": ["0x029e"],
218 "features": [
219 "all"
223 "id": 23,
224 "description": "Mesa drivers in linux older than 7.11 are assumed to be buggy",
225 "os": {
226 "type": "linux"
228 "driver_vendor": "Mesa",
229 "driver_version": {
230 "op": "<",
231 "value": "7.11"
233 "exceptions": [
235 "driver_vendor": "osmesa"
238 "features": [
239 "all"
243 "id": 24,
244 "description": "Accelerated 2d canvas is unstable in Linux at the moment",
245 "os": {
246 "type": "linux"
248 "features": [
249 "accelerated_2d_canvas"
253 "id": 27,
254 "description": "ATI/AMD cards with older drivers in Linux are crash-prone",
255 "cr_bugs": [95934, 94973, 136240, 357314],
256 "os": {
257 "type": "linux"
259 "gl_vendor": "ATI.*",
260 "exceptions": [
262 "driver_vendor": ".*AMD.*",
263 "driver_version": {
264 "op": ">=",
265 "style": "lexical",
266 "value": "8.98"
270 "driver_vendor": "Mesa",
271 "driver_version": {
272 "op": ">=",
273 "value": "10.0.4"
277 "features": [
278 "all"
282 "id": 28,
283 "description": "ATI/AMD cards with third-party drivers in Linux are crash-prone",
284 "cr_bugs": [95934, 94973, 357314],
285 "os": {
286 "type": "linux"
288 "gl_vendor": "X\\.Org.*",
289 "gl_renderer": ".*AMD.*",
290 "exceptions": [
292 "driver_vendor": "Mesa",
293 "driver_version": {
294 "op": ">=",
295 "value": "10.0.4"
299 "features": [
300 "all"
304 "id": 29,
305 "description": "ATI/AMD cards with third-party drivers in Linux are crash-prone",
306 "cr_bugs": [95934, 94973, 357314],
307 "os": {
308 "type": "linux"
310 "gl_vendor": "X\\.Org.*",
311 "gl_renderer": ".*ATI.*",
312 "exceptions": [
314 "driver_vendor": "Mesa",
315 "driver_version": {
316 "op": ">=",
317 "value": "10.0.4"
321 "features": [
322 "all"
326 "id": 30,
327 "description": "NVIDIA cards with nouveau drivers in Linux are crash-prone",
328 "cr_bugs": [94103],
329 "os": {
330 "type": "linux"
332 "vendor_id": "0x10de",
333 "gl_vendor": "(?i)nouveau.*",
334 "features": [
335 "all"
339 "id": 32,
340 "description": "Accelerated 2d canvas is disabled on Windows systems with low perf stats",
341 "cr_bugs": [116350, 151500],
342 "os": {
343 "type": "win"
345 "perf_overall": {
346 "op": "<",
347 "value": "3.5"
349 "exceptions": [
351 "perf_gaming": {
352 "op": ">",
353 "value": "3.5"
357 "cpu_info": "(?i).*Atom.*"
360 "features": [
361 "accelerated_2d_canvas"
365 "id": 34,
366 "description": "S3 Trio (used in Virtual PC) is not compatible",
367 "cr_bugs": [119948],
368 "os": {
369 "type": "win"
371 "vendor_id": "0x5333",
372 "device_id": ["0x8811"],
373 "features": [
374 "all"
378 "id": 35,
379 "description": "Stage3D is not supported on Linux",
380 "cr_bugs": [129848],
381 "os": {
382 "type": "linux"
384 "features": [
385 "flash_stage3d"
389 "id": 37,
390 "description": "Older drivers are unreliable for Optimus on Linux",
391 "cr_bugs": [131308, 363418],
392 "os": {
393 "type": "linux"
395 "multi_gpu_style": "optimus",
396 "exceptions": [
398 "driver_vendor": "Mesa",
399 "driver_version": {
400 "op": ">=",
401 "value": "10.1"
403 "gl_vendor": "Intel.*"
406 "features": [
407 "all"
411 "id": 38,
412 "description": "Accelerated 2D canvas is unstable for NVidia GeForce 9400M on Lion",
413 "cr_bugs": [130495],
414 "os": {
415 "type": "macosx",
416 "version": {
417 "op": "=",
418 "value": "10.7"
421 "vendor_id": "0x10de",
422 "device_id": ["0x0863"],
423 "features": [
424 "accelerated_2d_canvas"
428 "id": 42,
429 "description": "AMD Radeon HD 6490M and 6970M on Snow Leopard are buggy",
430 "cr_bugs": [137307, 285350],
431 "os": {
432 "type": "macosx",
433 "version": {
434 "op": "=",
435 "value": "10.6"
438 "vendor_id": "0x1002",
439 "device_id": ["0x6760", "0x6720"],
440 "features": [
441 "webgl"
445 "id": 44,
446 "description": "Intel HD 4000 causes kernel panic on Lion",
447 "cr_bugs": [134015],
448 "os": {
449 "type": "macosx",
450 "version": {
451 "op": "between",
452 "value": "10.7.0",
453 "value2": "10.7.4"
456 "vendor_id": "0x8086",
457 "device_id": ["0x0166"],
458 "multi_gpu_category": "any",
459 "features": [
460 "all"
464 "id": 45,
465 "description": "Parallels drivers older than 7 are buggy",
466 "cr_bugs": [138105],
467 "os": {
468 "type": "win"
470 "vendor_id": "0x1ab8",
471 "driver_version": {
472 "op": "<",
473 "value": "7"
475 "features": [
476 "all"
480 "id": 46,
481 "description": "ATI FireMV 2400 cards on Windows are buggy",
482 "cr_bugs": [124152],
483 "os": {
484 "type": "win"
486 "vendor_id": "0x1002",
487 "device_id": ["0x3151"],
488 "features": [
489 "all"
493 "id": 47,
494 "description": "NVIDIA linux drivers older than 295.* are assumed to be buggy",
495 "cr_bugs": [78497],
496 "os": {
497 "type": "linux"
499 "vendor_id": "0x10de",
500 "driver_vendor": "NVIDIA",
501 "driver_version": {
502 "op": "<",
503 "value": "295"
505 "features": [
506 "all"
510 "id": 48,
511 "description": "Accelerated video decode is unavailable on Linux",
512 "cr_bugs": [137247],
513 "os": {
514 "type": "linux"
516 "features": [
517 "accelerated_video_decode"
521 "id": 49,
522 "description": "NVidia GeForce GT 650M can cause the system to hang with flash 3D",
523 "cr_bugs": [140175],
524 "os": {
525 "type": "macosx",
526 "version": {
527 "op": "between",
528 "value": "10.8.0",
529 "value2": "10.8.1"
532 "multi_gpu_style": "optimus",
533 "vendor_id": "0x10de",
534 "device_id": ["0x0fd5"],
535 "features": [
536 "flash_3d",
537 "flash_stage3d"
541 "id": 50,
542 "description": "Disable VMware software renderer on older Mesa",
543 "cr_bugs": [145531, 332596],
544 "os": {
545 "type": "linux"
547 "gl_vendor": "VMware.*",
548 "exceptions": [
550 "driver_vendor": "Mesa",
551 "driver_version": {
552 "op": ">=",
553 "value": "9.2.1"
555 "gl_renderer": ".*SVGA3D.*"
558 "features": [
559 "all"
563 "id": 53,
564 "description": "The Intel GMA500 is too slow for Stage3D",
565 "cr_bugs": [152096],
566 "vendor_id": "0x8086",
567 "device_id": ["0x8108", "0x8109"],
568 "features": [
569 "flash_stage3d"
573 "id": 56,
574 "description": "NVIDIA linux drivers are unstable when using multiple Open GL contexts and with low memory",
575 "cr_bugs": [145600],
576 "os": {
577 "type": "linux"
579 "vendor_id": "0x10de",
580 "driver_vendor": "NVIDIA",
581 "features": [
582 "accelerated_video_decode",
583 "flash_3d",
584 "flash_stage3d"
588 // Panel fitting is only used with OS_CHROMEOS. To avoid displaying an
589 // error in chrome:gpu on every other platform, this blacklist entry needs
590 // to only match on chromeos. The drawback is that panel_fitting will not
591 // appear to be blacklisted if accidentally queried on non-chromeos.
592 "id": 57,
593 "description": "Chrome OS panel fitting is only supported for Intel IVB and SNB Graphics Controllers",
594 "os": {
595 "type": "chromeos"
597 "exceptions": [
599 "vendor_id": "0x8086",
600 "device_id": ["0x0106", "0x0116", "0x0166"]
603 "features": [
604 "panel_fitting"
608 "id": 59,
609 "description": "NVidia driver 8.15.11.8593 is crashy on Windows",
610 "cr_bugs": [155749],
611 "os": {
612 "type": "win"
614 "vendor_id": "0x10de",
615 "driver_version": {
616 "op": "=",
617 "value": "8.15.11.8593"
619 "features": [
620 "accelerated_video_decode"
624 "id": 64,
625 "description": "Hardware video decode is only supported in win7+",
626 "cr_bugs": [159458],
627 "os": {
628 "type": "win",
629 "version": {
630 "op": "<",
631 "value": "6.1"
634 "features": [
635 "accelerated_video_decode"
639 "id": 68,
640 "description": "VMware Fusion 4 has corrupt rendering with Win Vista+",
641 "cr_bugs": [169470],
642 "os": {
643 "type": "win",
644 "version": {
645 "op": ">=",
646 "value": "6.0"
649 "vendor_id": "0x15ad",
650 "driver_version": {
651 "op": "<=",
652 "value": "7.14.1.1134"
654 "features": [
655 "all"
659 "id": 69,
660 "description": "NVIDIA driver 8.17.11.9621 is buggy with Stage3D baseline mode",
661 "cr_bugs": [172771],
662 "os": {
663 "type": "win"
665 "vendor_id": "0x10de",
666 "driver_version": {
667 "op": "=",
668 "value": "8.17.11.9621"
670 "features": [
671 "flash_stage3d_baseline"
675 "id": 70,
676 "description": "NVIDIA driver 8.17.11.8267 is buggy with Stage3D baseline mode",
677 "cr_bugs": [172771],
678 "os": {
679 "type": "win"
681 "vendor_id": "0x10de",
682 "driver_version": {
683 "op": "=",
684 "value": "8.17.11.8267"
686 "features": [
687 "flash_stage3d_baseline"
691 "id": 71,
692 "description": "All Intel drivers before 8.15.10.2021 are buggy with Stage3D baseline mode",
693 "cr_bugs": [172771],
694 "os": {
695 "type": "win"
697 "vendor_id": "0x8086",
698 "driver_version": {
699 "op": "<",
700 "value": "8.15.10.2021"
702 "features": [
703 "flash_stage3d_baseline"
707 "id": 72,
708 "description": "NVIDIA GeForce 6200 LE is buggy with WebGL",
709 "cr_bugs": [232529],
710 "os": {
711 "type": "win"
713 "vendor_id": "0x10de",
714 "device_id": ["0x0163"],
715 "features": [
716 "webgl"
720 "id": 73,
721 "description": "WebGL is buggy with the NVIDIA GeForce GT 330M, 9400, and 9400M on MacOSX earlier than 10.8",
722 "cr_bugs": [233523],
723 "os": {
724 "type": "macosx",
725 "version": {
726 "op": "<",
727 "value": "10.8"
730 "vendor_id": "0x10de",
731 "device_id": ["0x0a29", "0x0861", "0x0863"],
732 "features": [
733 "webgl"
737 "id": 74,
738 "description": "GPU access is blocked if users don't have proper graphics driver installed after Windows installation",
739 "cr_bugs": [248178],
740 "os": {
741 "type": "win"
743 "driver_vendor": "Microsoft",
744 "exceptions": [
746 "vendor_id": "0x1414",
747 "device_id": ["0x02c1"]
750 "features": [
751 "all"
754 ) // String split to avoid MSVC char limit.
755 LONG_STRING_CONST(
757 "id": 76,
758 "description": "WebGL is disabled on Android unless GPU reset notification is supported",
759 "os": {
760 "type": "android"
762 "exceptions": [
764 "gl_reset_notification_strategy": {
765 "op": "=",
766 "value": "33362"
770 "gl_renderer": "Mali-400.*",
771 "gl_extensions": ".*EXT_robustness.*"
774 "features": [
775 "webgl"
779 "id": 78,
780 "description": "Accelerated video decode interferes with GPU sandbox on older Intel drivers",
781 "cr_bugs": [180695, 298968, 436968],
782 "os": {
783 "type": "win"
785 "vendor_id": "0x8086",
786 "driver_version": {
787 "op": "<=",
788 "value": "8.15.10.2702"
790 "features": [
791 "accelerated_video_decode"
795 "id": 79,
796 "description": "Disable GPU on all Windows versions prior to and including Vista",
797 "cr_bugs": [315199],
798 "os": {
799 "type": "win",
800 "version": {
801 "op": "<=",
802 "value": "6.0"
805 "features": [
806 "all"
810 "id": 81,
811 "description": "Apple software renderer used under VMWare hangs on Mac OS 10.6 and 10.7",
812 "cr_bugs": [230931],
813 "os": {
814 "type": "macosx",
815 "version": {
816 "op": "<=",
817 "value": "10.7"
820 "vendor_id": "0x15ad",
821 "features": [
822 "all"
826 "id": 82,
827 "description": "MediaCodec is still too buggy to use for encoding (b/11536167)",
828 "os": {
829 "type": "android"
831 "features": [
832 "accelerated_video_encode"
836 "id": 83,
837 "description": "Samsung Galaxy NOTE is too buggy to use for video decoding",
838 "cr_bugs": [308721],
839 "os": {
840 "type": "android",
841 "version": {
842 "op": "<",
843 "value": "4.4"
846 "machine_model_name": ["GT-.*"],
847 "features": [
848 "accelerated_video_decode"
852 "id": 85,
853 "description": "Samsung Galaxy S4 is too buggy to use for video decoding",
854 "cr_bugs": [329072],
855 "os": {
856 "type": "android",
857 "version": {
858 "op": "<",
859 "value": "4.4"
862 "machine_model_name": ["SCH-.*"],
863 "features": [
864 "accelerated_video_decode"
868 "id": 86,
869 "description": "Intel Graphics Media Accelerator 3150 causes the GPU process to hang running WebGL",
870 "cr_bugs": [305431],
871 "os": {
872 "type": "win"
874 "vendor_id": "0x8086",
875 "device_id": ["0xa011"],
876 "features": [
877 "webgl"
881 "id": 87,
882 "description": "Accelerated video decode on Intel driver 10.18.10.3308 is incompatible with the GPU sandbox",
883 "cr_bugs": [298968],
884 "os": {
885 "type": "win"
887 "vendor_id": "0x8086",
888 "driver_version": {
889 "op": "=",
890 "value": "10.18.10.3308"
892 "features": [
893 "accelerated_video_decode"
897 "id": 88,
898 "description": "Accelerated video decode on AMD driver 13.152.1.8000 is incompatible with the GPU sandbox",
899 "cr_bugs": [298968],
900 "os": {
901 "type": "win"
903 "vendor_id": "0x1002",
904 "driver_version": {
905 "op": "=",
906 "value": "13.152.1.8000"
908 "features": [
909 "accelerated_video_decode"
913 "id": 89,
914 "description": "Accelerated video decode interferes with GPU sandbox on certain AMD drivers",
915 "cr_bugs": [298968],
916 "os": {
917 "type": "win"
919 "vendor_id": "0x1002",
920 "driver_version": {
921 "op": "between",
922 "value": "8.810.4.5000",
923 "value2": "8.970.100.1100"
925 "features": [
926 "accelerated_video_decode"
930 "id": 90,
931 "description": "Accelerated video decode interferes with GPU sandbox on certain NVIDIA drivers",
932 "cr_bugs": [298968],
933 "os": {
934 "type": "win"
936 "vendor_id": "0x10de",
937 "driver_version": {
938 "op": "between",
939 "value": "8.17.12.5729",
940 "value2": "8.17.12.8026"
942 "features": [
943 "accelerated_video_decode"
947 "id": 91,
948 "description": "Accelerated video decode interferes with GPU sandbox on certain NVIDIA drivers",
949 "cr_bugs": [298968],
950 "os": {
951 "type": "win"
953 "vendor_id": "0x10de",
954 "driver_version": {
955 "op": "between",
956 "value": "9.18.13.783",
957 "value2": "9.18.13.1090"
959 "features": [
960 "accelerated_video_decode"
964 "id": 92,
965 "description": "Accelerated video decode does not work with the discrete GPU on AMD switchables",
966 "cr_bugs": [298968],
967 "os": {
968 "type": "win"
970 "multi_gpu_style": "amd_switchable_discrete",
971 "features": [
972 "accelerated_video_decode"
976 "id": 93,
977 "description": "GLX indirect rendering (X remoting) is not supported",
978 "cr_bugs": [72373],
979 "os": {
980 "type": "linux"
982 "direct_rendering": false,
983 "features": [
984 "all"
988 "id": 94,
989 "description": "Intel driver version 8.15.10.1749 causes GPU process hangs.",
990 "cr_bugs": [350566],
991 "os": {
992 "type": "win"
994 "vendor_id": "0x8086",
995 "driver_version": {
996 "op": "=",
997 "value": "8.15.10.1749"
999 "features": [
1000 "all"
1004 "id": 95,
1005 "description": "AMD driver version 13.101 is unstable on linux.",
1006 "cr_bugs": [363378],
1007 "os": {
1008 "type": "linux"
1010 "vendor_id": "0x1002",
1011 "driver_vendor": ".*AMD.*",
1012 "driver_version": {
1013 "op": "=",
1014 "value": "13.101"
1016 "features": [
1017 "all"
1021 "id": 96,
1022 "description": "Blacklist GPU raster/canvas on all except known good GPUs and newer Android releases",
1023 "cr_bugs": [362779,424970],
1024 "os": {
1025 "type": "android"
1027 "exceptions": [
1029 "os": {
1030 "type": "android"
1032 "gl_renderer": "Adreno (TM) 3.*"
1035 "os": {
1036 "type": "android"
1038 "gl_renderer": "NVIDIA.*"
1041 "os": {
1042 "type": "android"
1044 "gl_renderer": "VideoCore IV.*"
1047 "os": {
1048 "type": "android"
1050 "gl_renderer": "Immersion.*"
1053 "os": {
1054 "type": "android",
1055 "version": {
1056 "op": ">=",
1057 "value": "4.4.99"
1062 "os": {
1063 "type": "android",
1064 "version": {
1065 "op": ">=",
1066 "value": "4.4"
1069 "gl_type": "gles",
1070 "gl_version": {
1071 "op": ">=",
1072 "value": "3.0"
1076 "features": [
1077 "gpu_rasterization",
1078 "accelerated_2d_canvas"
1082 "id": 99,
1083 "description": "GPU rasterization is blacklisted on non-Android",
1084 "cr_bugs": [362779],
1085 "exceptions": [
1087 "os": {
1088 "type": "android"
1092 "features": [
1093 "gpu_rasterization"
1097 "id": 100,
1098 "description": "GPU rasterization and canvas is blacklisted on Nexus 10",
1099 "cr_bugs": [407144],
1100 "os": {
1101 "type": "android"
1103 "gl_renderer": ".*Mali-T604.*",
1104 "features": [
1105 "gpu_rasterization",
1106 "accelerated_2d_canvas"
1110 "id": 101,
1111 "description": "Samsung Galaxy Tab is too buggy to use for video decoding",
1112 "cr_bugs": [408353],
1113 "os": {
1114 "type": "android",
1115 "version": {
1116 "op": "<",
1117 "value": "4.4"
1120 "machine_model_name": ["SM-.*"],
1121 "features": [
1122 "accelerated_video_decode"
1126 "id": 102,
1127 "description": "Accelerated 2D canvas and Ganesh broken on Galaxy Tab 2",
1128 "cr_bugs": [416910],
1129 "os": {
1130 "type": "android"
1132 "gl_renderer": "PowerVR SGX 540",
1133 "features": [
1134 "accelerated_2d_canvas",
1135 "gpu_rasterization"
1139 "id": 103,
1140 "description": "Intel GM965/GL960 crash often on Mac OS 10.6",
1141 "cr_bugs": [421641],
1142 "os": {
1143 "type": "macosx",
1144 "version": {
1145 "op": "=",
1146 "value": "10.6"
1149 "vendor_id": "0x8086",
1150 "device_id": ["0x2a02"],
1151 "features": [
1152 "all"
1156 "id": 104,
1157 "description": "GPU raster broken on PowerVR Rogue",
1158 "cr_bugs": [436331],
1159 "os": {
1160 "type": "android",
1161 "version": {
1162 "op": "<",
1163 "value": "5.0"
1166 "gl_renderer": "PowerVR Rogue.*",
1167 "features": [
1168 "accelerated_2d_canvas",
1169 "gpu_rasterization"
1175 ); // LONG_STRING_CONST macro
1177 } // namespace gpu