Don't preload rarely seen large images
[chromium-blink-merge.git] / gpu / config / software_rendering_list_json.cc
bloba4cf2b088fef3c4b1a414b728aa89b86d1fc2a8f
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": "10.9",
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 "exceptions": [
250 "gl_vendor": "Vivante Corporation",
251 "gl_renderer": "Vivante GC1000"
254 "features": [
255 "accelerated_2d_canvas"
259 "id": 27,
260 "description": "ATI/AMD cards with older drivers in Linux are crash-prone",
261 "cr_bugs": [95934, 94973, 136240, 357314],
262 "os": {
263 "type": "linux"
265 "gl_vendor": "ATI.*",
266 "exceptions": [
268 "driver_vendor": ".*AMD.*",
269 "driver_version": {
270 "op": ">=",
271 "style": "lexical",
272 "value": "8.98"
276 "driver_vendor": "Mesa",
277 "driver_version": {
278 "op": ">=",
279 "value": "10.0.4"
283 "features": [
284 "all"
288 "id": 28,
289 "description": "ATI/AMD cards with third-party drivers in Linux are crash-prone",
290 "cr_bugs": [95934, 94973, 357314],
291 "os": {
292 "type": "linux"
294 "gl_vendor": "X\\.Org.*",
295 "gl_renderer": ".*AMD.*",
296 "exceptions": [
298 "driver_vendor": "Mesa",
299 "driver_version": {
300 "op": ">=",
301 "value": "10.0.4"
305 "features": [
306 "all"
310 "id": 29,
311 "description": "ATI/AMD cards with third-party drivers in Linux are crash-prone",
312 "cr_bugs": [95934, 94973, 357314],
313 "os": {
314 "type": "linux"
316 "gl_vendor": "X\\.Org.*",
317 "gl_renderer": ".*ATI.*",
318 "exceptions": [
320 "driver_vendor": "Mesa",
321 "driver_version": {
322 "op": ">=",
323 "value": "10.0.4"
327 "features": [
328 "all"
332 "id": 30,
333 "description": "NVIDIA cards with nouveau drivers in Linux are crash-prone",
334 "cr_bugs": [94103],
335 "os": {
336 "type": "linux"
338 "vendor_id": "0x10de",
339 "gl_vendor": "(?i)nouveau.*",
340 "driver_vendor": "Mesa",
341 "driver_version": {
342 "op": "<",
343 "value": "10.1"
345 "features": [
346 "all"
350 "id": 34,
351 "description": "S3 Trio (used in Virtual PC) is not compatible",
352 "cr_bugs": [119948],
353 "os": {
354 "type": "win"
356 "vendor_id": "0x5333",
357 "device_id": ["0x8811"],
358 "features": [
359 "all"
363 "id": 37,
364 "description": "Older drivers are unreliable for Optimus on Linux",
365 "cr_bugs": [131308, 363418],
366 "os": {
367 "type": "linux"
369 "multi_gpu_style": "optimus",
370 "exceptions": [
372 "driver_vendor": "Mesa",
373 "driver_version": {
374 "op": ">=",
375 "value": "10.1"
377 "gl_vendor": "Intel.*"
380 "features": [
381 "all"
385 "id": 38,
386 "description": "Accelerated 2D canvas is unstable for NVidia GeForce 9400M on Lion",
387 "cr_bugs": [130495],
388 "os": {
389 "type": "macosx",
390 "version": {
391 "op": "=",
392 "value": "10.7"
395 "vendor_id": "0x10de",
396 "device_id": ["0x0863"],
397 "features": [
398 "accelerated_2d_canvas"
402 "id": 42,
403 "description": "AMD Radeon HD 6490M and 6970M on Snow Leopard are buggy",
404 "cr_bugs": [137307, 285350],
405 "os": {
406 "type": "macosx",
407 "version": {
408 "op": "=",
409 "value": "10.6"
412 "vendor_id": "0x1002",
413 "device_id": ["0x6760", "0x6720"],
414 "features": [
415 "webgl"
419 "id": 44,
420 "description": "Intel HD 4000 causes kernel panic on Lion",
421 "cr_bugs": [134015],
422 "os": {
423 "type": "macosx",
424 "version": {
425 "op": "between",
426 "value": "10.7.0",
427 "value2": "10.7.4"
430 "vendor_id": "0x8086",
431 "device_id": ["0x0166"],
432 "multi_gpu_category": "any",
433 "features": [
434 "all"
438 "id": 45,
439 "description": "Parallels drivers older than 7 are buggy",
440 "cr_bugs": [138105],
441 "os": {
442 "type": "win"
444 "vendor_id": "0x1ab8",
445 "driver_version": {
446 "op": "<",
447 "value": "7"
449 "features": [
450 "all"
454 "id": 46,
455 "description": "ATI FireMV 2400 cards on Windows are buggy",
456 "cr_bugs": [124152],
457 "os": {
458 "type": "win"
460 "vendor_id": "0x1002",
461 "device_id": ["0x3151"],
462 "features": [
463 "all"
467 "id": 47,
468 "description": "NVIDIA linux drivers older than 295.* are assumed to be buggy",
469 "cr_bugs": [78497],
470 "os": {
471 "type": "linux"
473 "vendor_id": "0x10de",
474 "driver_vendor": "NVIDIA",
475 "driver_version": {
476 "op": "<",
477 "value": "295"
479 "features": [
480 "all"
484 "id": 48,
485 "description": "Accelerated video decode is unavailable on Linux",
486 "cr_bugs": [137247],
487 "os": {
488 "type": "linux"
490 "features": [
491 "accelerated_video_decode"
495 "id": 49,
496 "description": "NVidia GeForce GT 650M can cause the system to hang with flash 3D",
497 "cr_bugs": [140175],
498 "os": {
499 "type": "macosx",
500 "version": {
501 "op": "between",
502 "value": "10.8.0",
503 "value2": "10.8.1"
506 "multi_gpu_style": "optimus",
507 "vendor_id": "0x10de",
508 "device_id": ["0x0fd5"],
509 "features": [
510 "flash_3d",
511 "flash_stage3d"
515 "id": 50,
516 "description": "Disable VMware software renderer on older Mesa",
517 "cr_bugs": [145531, 332596],
518 "os": {
519 "type": "linux"
521 "gl_vendor": "VMware.*",
522 "exceptions": [
524 "driver_vendor": "Mesa",
525 "driver_version": {
526 "op": ">=",
527 "value": "9.2.1"
529 "gl_renderer": ".*SVGA3D.*"
532 "features": [
533 "all"
537 "id": 53,
538 "description": "The Intel GMA500 is too slow for Stage3D",
539 "cr_bugs": [152096],
540 "vendor_id": "0x8086",
541 "device_id": ["0x8108", "0x8109"],
542 "features": [
543 "flash_stage3d"
547 "id": 56,
548 "description": "NVIDIA linux drivers are unstable when using multiple Open GL contexts and with low memory",
549 "cr_bugs": [145600],
550 "os": {
551 "type": "linux"
553 "vendor_id": "0x10de",
554 "driver_vendor": "NVIDIA",
555 "driver_version": {
556 "op": "<",
557 "value": "331.38"
559 "features": [
560 "accelerated_video_decode",
561 "flash_3d",
562 "flash_stage3d"
566 // Panel fitting is only used with OS_CHROMEOS. To avoid displaying an
567 // error in chrome:gpu on every other platform, this blacklist entry needs
568 // to only match on chromeos. The drawback is that panel_fitting will not
569 // appear to be blacklisted if accidentally queried on non-chromeos.
570 "id": 57,
571 "description": "Chrome OS panel fitting is only supported for Intel IVB and SNB Graphics Controllers",
572 "os": {
573 "type": "chromeos"
575 "exceptions": [
577 "vendor_id": "0x8086",
578 "device_id": ["0x0106", "0x0116", "0x0166"]
581 "features": [
582 "panel_fitting"
586 "id": 59,
587 "description": "NVidia driver 8.15.11.8593 is crashy on Windows",
588 "cr_bugs": [155749],
589 "os": {
590 "type": "win"
592 "vendor_id": "0x10de",
593 "driver_version": {
594 "op": "=",
595 "value": "8.15.11.8593"
597 "features": [
598 "accelerated_video_decode"
602 "id": 64,
603 "description": "Hardware video decode is only supported in win7+",
604 "cr_bugs": [159458],
605 "os": {
606 "type": "win",
607 "version": {
608 "op": "<",
609 "value": "6.1"
612 "features": [
613 "accelerated_video_decode"
617 "id": 68,
618 "description": "VMware Fusion 4 has corrupt rendering with Win Vista+",
619 "cr_bugs": [169470],
620 "os": {
621 "type": "win",
622 "version": {
623 "op": ">=",
624 "value": "6.0"
627 "vendor_id": "0x15ad",
628 "driver_version": {
629 "op": "<=",
630 "value": "7.14.1.1134"
632 "features": [
633 "all"
637 "id": 69,
638 "description": "NVIDIA driver 8.17.11.9621 is buggy with Stage3D baseline mode",
639 "cr_bugs": [172771],
640 "os": {
641 "type": "win"
643 "vendor_id": "0x10de",
644 "driver_version": {
645 "op": "=",
646 "value": "8.17.11.9621"
648 "features": [
649 "flash_stage3d_baseline"
653 "id": 70,
654 "description": "NVIDIA driver 8.17.11.8267 is buggy with Stage3D baseline mode",
655 "cr_bugs": [172771],
656 "os": {
657 "type": "win"
659 "vendor_id": "0x10de",
660 "driver_version": {
661 "op": "=",
662 "value": "8.17.11.8267"
664 "features": [
665 "flash_stage3d_baseline"
669 "id": 71,
670 "description": "All Intel drivers before 8.15.10.2021 are buggy with Stage3D baseline mode",
671 "cr_bugs": [172771],
672 "os": {
673 "type": "win"
675 "vendor_id": "0x8086",
676 "driver_version": {
677 "op": "<",
678 "value": "8.15.10.2021"
680 "features": [
681 "flash_stage3d_baseline"
685 "id": 72,
686 "description": "NVIDIA GeForce 6200 LE is buggy with WebGL",
687 "cr_bugs": [232529],
688 "os": {
689 "type": "win"
691 "vendor_id": "0x10de",
692 "device_id": ["0x0163"],
693 "features": [
694 "webgl"
698 "id": 73,
699 "description": "WebGL is buggy with the NVIDIA GeForce GT 330M, 9400, and 9400M on MacOSX earlier than 10.8",
700 "cr_bugs": [233523],
701 "os": {
702 "type": "macosx",
703 "version": {
704 "op": "<",
705 "value": "10.8"
708 "vendor_id": "0x10de",
709 "device_id": ["0x0a29", "0x0861", "0x0863"],
710 "features": [
711 "webgl"
715 "id": 74,
716 "description": "GPU access is blocked if users don't have proper graphics driver installed after Windows installation",
717 "cr_bugs": [248178],
718 "os": {
719 "type": "win"
721 "driver_vendor": "Microsoft",
722 "exceptions": [
724 "vendor_id": "0x1414",
725 "device_id": ["0x02c1"]
728 "features": [
729 "all"
732 ) // String split to avoid MSVC char limit.
733 LONG_STRING_CONST(
735 "id": 76,
736 "description": "WebGL is disabled on Android unless GPU reset notification is supported",
737 "os": {
738 "type": "android"
740 "exceptions": [
742 "gl_reset_notification_strategy": {
743 "op": "=",
744 "value": "33362"
748 "gl_renderer": "Mali-400.*",
749 "gl_extensions": ".*EXT_robustness.*"
752 "features": [
753 "webgl"
757 "id": 78,
758 "description": "Accelerated video decode interferes with GPU sandbox on older Intel drivers",
759 "cr_bugs": [180695, 298968, 436968],
760 "os": {
761 "type": "win"
763 "vendor_id": "0x8086",
764 "driver_version": {
765 "op": "<=",
766 "value": "8.15.10.2702"
768 "features": [
769 "accelerated_video_decode"
773 "id": 79,
774 "description": "Disable GPU on all Windows versions prior to and including Vista",
775 "cr_bugs": [315199],
776 "os": {
777 "type": "win",
778 "version": {
779 "op": "<=",
780 "value": "6.0"
783 "features": [
784 "all"
788 "id": 81,
789 "description": "Apple software renderer used under VMWare hangs on Mac OS 10.6 and 10.7",
790 "cr_bugs": [230931],
791 "os": {
792 "type": "macosx",
793 "version": {
794 "op": "<=",
795 "value": "10.7"
798 "vendor_id": "0x15ad",
799 "features": [
800 "all"
804 "id": 82,
805 "description": "MediaCodec is still too buggy to use for encoding (b/11536167)",
806 "os": {
807 "type": "android"
809 "features": [
810 "accelerated_video_encode"
814 "id": 83,
815 "description": "Samsung Galaxy NOTE is too buggy to use for video decoding",
816 "cr_bugs": [308721],
817 "os": {
818 "type": "android",
819 "version": {
820 "op": "<",
821 "value": "4.4"
824 "machine_model_name": ["GT-.*"],
825 "features": [
826 "accelerated_video_decode"
830 "id": 85,
831 "description": "Samsung Galaxy S4 is too buggy to use for video decoding",
832 "cr_bugs": [329072],
833 "os": {
834 "type": "android",
835 "version": {
836 "op": "<",
837 "value": "4.4"
840 "machine_model_name": ["SCH-.*"],
841 "features": [
842 "accelerated_video_decode"
846 "id": 86,
847 "description": "Intel Graphics Media Accelerator 3150 causes the GPU process to hang running WebGL",
848 "cr_bugs": [305431],
849 "os": {
850 "type": "win"
852 "vendor_id": "0x8086",
853 "device_id": ["0xa011"],
854 "features": [
855 "webgl"
859 "id": 87,
860 "description": "Accelerated video decode on Intel driver 10.18.10.3308 is incompatible with the GPU sandbox",
861 "cr_bugs": [298968],
862 "os": {
863 "type": "win"
865 "vendor_id": "0x8086",
866 "driver_version": {
867 "op": "=",
868 "value": "10.18.10.3308"
870 "features": [
871 "accelerated_video_decode"
875 "id": 88,
876 "description": "Accelerated video decode on AMD driver 13.152.1.8000 is incompatible with the GPU sandbox",
877 "cr_bugs": [298968],
878 "os": {
879 "type": "win"
881 "vendor_id": "0x1002",
882 "driver_version": {
883 "op": "=",
884 "value": "13.152.1.8000"
886 "features": [
887 "accelerated_video_decode"
891 "id": 89,
892 "description": "Accelerated video decode interferes with GPU sandbox on certain AMD drivers",
893 "cr_bugs": [298968],
894 "os": {
895 "type": "win"
897 "vendor_id": "0x1002",
898 "driver_version": {
899 "op": "between",
900 "value": "8.810.4.5000",
901 "value2": "8.970.100.1100"
903 "features": [
904 "accelerated_video_decode"
908 "id": 90,
909 "description": "Accelerated video decode interferes with GPU sandbox on certain NVIDIA drivers",
910 "cr_bugs": [298968],
911 "os": {
912 "type": "win"
914 "vendor_id": "0x10de",
915 "driver_version": {
916 "op": "between",
917 "value": "8.17.12.5729",
918 "value2": "8.17.12.8026"
920 "features": [
921 "accelerated_video_decode"
925 "id": 91,
926 "description": "Accelerated video decode interferes with GPU sandbox on certain NVIDIA drivers",
927 "cr_bugs": [298968],
928 "os": {
929 "type": "win"
931 "vendor_id": "0x10de",
932 "driver_version": {
933 "op": "between",
934 "value": "9.18.13.783",
935 "value2": "9.18.13.1090"
937 "features": [
938 "accelerated_video_decode"
942 "id": 92,
943 "description": "Accelerated video decode does not work with the discrete GPU on AMD switchables",
944 "cr_bugs": [298968],
945 "os": {
946 "type": "win"
948 "multi_gpu_style": "amd_switchable_discrete",
949 "features": [
950 "accelerated_video_decode"
954 "id": 93,
955 "description": "GLX indirect rendering (X remoting) is not supported",
956 "cr_bugs": [72373],
957 "os": {
958 "type": "linux"
960 "direct_rendering": false,
961 "features": [
962 "all"
966 "id": 94,
967 "description": "Intel driver version 8.15.10.1749 causes GPU process hangs.",
968 "cr_bugs": [350566],
969 "os": {
970 "type": "win"
972 "vendor_id": "0x8086",
973 "driver_version": {
974 "op": "=",
975 "value": "8.15.10.1749"
977 "features": [
978 "all"
982 "id": 95,
983 "description": "AMD driver version 13.101 is unstable on linux.",
984 "cr_bugs": [363378],
985 "os": {
986 "type": "linux"
988 "vendor_id": "0x1002",
989 "driver_vendor": ".*AMD.*",
990 "driver_version": {
991 "op": "=",
992 "value": "13.101"
994 "features": [
995 "all"
999 "id": 96,
1000 "description": "Blacklist GPU raster/canvas on all except known good GPUs and newer Android releases",
1001 "cr_bugs": [362779,424970],
1002 "os": {
1003 "type": "android"
1005 "exceptions": [
1007 "os": {
1008 "type": "android"
1010 "gl_renderer": "Adreno \\(TM\\) 3.*"
1013 "os": {
1014 "type": "android"
1016 "gl_renderer": "Mali-400.*"
1019 "os": {
1020 "type": "android"
1022 "gl_renderer": "NVIDIA.*"
1025 "os": {
1026 "type": "android"
1028 "gl_renderer": "VideoCore IV.*"
1031 "os": {
1032 "type": "android",
1033 "version": {
1034 "op": ">=",
1035 "value": "4.4"
1038 "gl_type": "gles",
1039 "gl_version": {
1040 "op": ">=",
1041 "value": "3.0"
1045 "features": [
1046 "gpu_rasterization",
1047 "accelerated_2d_canvas"
1051 "id": 100,
1052 "description": "GPU rasterization and canvas is blacklisted on Nexus 10",
1053 "cr_bugs": [407144],
1054 "os": {
1055 "type": "android"
1057 "gl_renderer": ".*Mali-T604.*",
1058 "features": [
1059 "gpu_rasterization",
1060 "accelerated_2d_canvas"
1064 "id": 101,
1065 "description": "Samsung Galaxy Tab is too buggy to use for video decoding",
1066 "cr_bugs": [408353],
1067 "os": {
1068 "type": "android",
1069 "version": {
1070 "op": "<",
1071 "value": "4.4"
1074 "machine_model_name": ["SM-.*"],
1075 "features": [
1076 "accelerated_video_decode"
1080 "id": 102,
1081 "description": "Accelerated 2D canvas and Ganesh broken on Galaxy Tab 2",
1082 "cr_bugs": [416910],
1083 "os": {
1084 "type": "android"
1086 "gl_renderer": "PowerVR SGX 540",
1087 "features": [
1088 "accelerated_2d_canvas",
1089 "gpu_rasterization"
1093 "id": 103,
1094 "description": "Intel GM965/GL960 crash often on Mac OS 10.6",
1095 "cr_bugs": [421641],
1096 "os": {
1097 "type": "macosx",
1098 "version": {
1099 "op": "=",
1100 "value": "10.6"
1103 "vendor_id": "0x8086",
1104 "device_id": ["0x2a02"],
1105 "features": [
1106 "all"
1110 "id": 104,
1111 "description": "GPU raster broken on PowerVR Rogue",
1112 "cr_bugs": [436331, 483574],
1113 "os": {
1114 "type": "android"
1116 "gl_renderer": "PowerVR Rogue.*",
1117 "features": [
1118 "accelerated_2d_canvas",
1119 "gpu_rasterization"
1123 "id": 105,
1124 "description": "GPU raster broken on PowerVR SGX even on Lollipop",
1125 "cr_bugs": [461456],
1126 "os": {
1127 "type": "android"
1129 "gl_renderer": "PowerVR SGX.*",
1130 "features": [
1131 "accelerated_2d_canvas",
1132 "gpu_rasterization"
1136 "id": 106,
1137 "description": "GPU raster broken on ES2-only Adreno 3xx drivers",
1138 "cr_bugs": [480149],
1139 "os": {
1140 "type": "android"
1142 "gl_renderer": "Adreno \\(TM\\) 3.*",
1143 "gl_version": {
1144 "op": "<=",
1145 "value": "2.0"
1147 "features": [
1148 "accelerated_2d_canvas",
1149 "gpu_rasterization"
1155 ); // LONG_STRING_CONST macro
1157 } // namespace gpu