Don't show supervised user as "already on this device" while they're being imported.
[chromium-blink-merge.git] / gpu / config / software_rendering_list_json.cc
blob7a4d6948f73a190f67408d45402990a42e1b8c3e
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.8",
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 "driver_vendor": "Mesa",
335 "driver_version": {
336 "op": "<",
337 "value": "10.1"
339 "features": [
340 "all"
344 "id": 34,
345 "description": "S3 Trio (used in Virtual PC) is not compatible",
346 "cr_bugs": [119948],
347 "os": {
348 "type": "win"
350 "vendor_id": "0x5333",
351 "device_id": ["0x8811"],
352 "features": [
353 "all"
357 "id": 37,
358 "description": "Older drivers are unreliable for Optimus on Linux",
359 "cr_bugs": [131308, 363418],
360 "os": {
361 "type": "linux"
363 "multi_gpu_style": "optimus",
364 "exceptions": [
366 "driver_vendor": "Mesa",
367 "driver_version": {
368 "op": ">=",
369 "value": "10.1"
371 "gl_vendor": "Intel.*"
374 "features": [
375 "all"
379 "id": 38,
380 "description": "Accelerated 2D canvas is unstable for NVidia GeForce 9400M on Lion",
381 "cr_bugs": [130495],
382 "os": {
383 "type": "macosx",
384 "version": {
385 "op": "=",
386 "value": "10.7"
389 "vendor_id": "0x10de",
390 "device_id": ["0x0863"],
391 "features": [
392 "accelerated_2d_canvas"
396 "id": 42,
397 "description": "AMD Radeon HD 6490M and 6970M on Snow Leopard are buggy",
398 "cr_bugs": [137307, 285350],
399 "os": {
400 "type": "macosx",
401 "version": {
402 "op": "=",
403 "value": "10.6"
406 "vendor_id": "0x1002",
407 "device_id": ["0x6760", "0x6720"],
408 "features": [
409 "webgl"
413 "id": 44,
414 "description": "Intel HD 4000 causes kernel panic on Lion",
415 "cr_bugs": [134015],
416 "os": {
417 "type": "macosx",
418 "version": {
419 "op": "between",
420 "value": "10.7.0",
421 "value2": "10.7.4"
424 "vendor_id": "0x8086",
425 "device_id": ["0x0166"],
426 "multi_gpu_category": "any",
427 "features": [
428 "all"
432 "id": 45,
433 "description": "Parallels drivers older than 7 are buggy",
434 "cr_bugs": [138105],
435 "os": {
436 "type": "win"
438 "vendor_id": "0x1ab8",
439 "driver_version": {
440 "op": "<",
441 "value": "7"
443 "features": [
444 "all"
448 "id": 46,
449 "description": "ATI FireMV 2400 cards on Windows are buggy",
450 "cr_bugs": [124152],
451 "os": {
452 "type": "win"
454 "vendor_id": "0x1002",
455 "device_id": ["0x3151"],
456 "features": [
457 "all"
461 "id": 47,
462 "description": "NVIDIA linux drivers older than 295.* are assumed to be buggy",
463 "cr_bugs": [78497],
464 "os": {
465 "type": "linux"
467 "vendor_id": "0x10de",
468 "driver_vendor": "NVIDIA",
469 "driver_version": {
470 "op": "<",
471 "value": "295"
473 "features": [
474 "all"
478 "id": 48,
479 "description": "Accelerated video decode is unavailable on Linux",
480 "cr_bugs": [137247],
481 "os": {
482 "type": "linux"
484 "features": [
485 "accelerated_video_decode"
489 "id": 49,
490 "description": "NVidia GeForce GT 650M can cause the system to hang with flash 3D",
491 "cr_bugs": [140175],
492 "os": {
493 "type": "macosx",
494 "version": {
495 "op": "between",
496 "value": "10.8.0",
497 "value2": "10.8.1"
500 "multi_gpu_style": "optimus",
501 "vendor_id": "0x10de",
502 "device_id": ["0x0fd5"],
503 "features": [
504 "flash_3d",
505 "flash_stage3d"
509 "id": 50,
510 "description": "Disable VMware software renderer on older Mesa",
511 "cr_bugs": [145531, 332596],
512 "os": {
513 "type": "linux"
515 "gl_vendor": "VMware.*",
516 "exceptions": [
518 "driver_vendor": "Mesa",
519 "driver_version": {
520 "op": ">=",
521 "value": "9.2.1"
523 "gl_renderer": ".*SVGA3D.*"
526 "features": [
527 "all"
531 "id": 53,
532 "description": "The Intel GMA500 is too slow for Stage3D",
533 "cr_bugs": [152096],
534 "vendor_id": "0x8086",
535 "device_id": ["0x8108", "0x8109"],
536 "features": [
537 "flash_stage3d"
541 "id": 56,
542 "description": "NVIDIA linux drivers are unstable when using multiple Open GL contexts and with low memory",
543 "cr_bugs": [145600],
544 "os": {
545 "type": "linux"
547 "vendor_id": "0x10de",
548 "driver_vendor": "NVIDIA",
549 "driver_version": {
550 "op": "<",
551 "value": "331.38"
553 "features": [
554 "accelerated_video_decode",
555 "flash_3d",
556 "flash_stage3d"
560 // Panel fitting is only used with OS_CHROMEOS. To avoid displaying an
561 // error in chrome:gpu on every other platform, this blacklist entry needs
562 // to only match on chromeos. The drawback is that panel_fitting will not
563 // appear to be blacklisted if accidentally queried on non-chromeos.
564 "id": 57,
565 "description": "Chrome OS panel fitting is only supported for Intel IVB and SNB Graphics Controllers",
566 "os": {
567 "type": "chromeos"
569 "exceptions": [
571 "vendor_id": "0x8086",
572 "device_id": ["0x0106", "0x0116", "0x0166"]
575 "features": [
576 "panel_fitting"
580 "id": 59,
581 "description": "NVidia driver 8.15.11.8593 is crashy on Windows",
582 "cr_bugs": [155749],
583 "os": {
584 "type": "win"
586 "vendor_id": "0x10de",
587 "driver_version": {
588 "op": "=",
589 "value": "8.15.11.8593"
591 "features": [
592 "accelerated_video_decode"
596 "id": 64,
597 "description": "Hardware video decode is only supported in win7+",
598 "cr_bugs": [159458],
599 "os": {
600 "type": "win",
601 "version": {
602 "op": "<",
603 "value": "6.1"
606 "features": [
607 "accelerated_video_decode"
611 "id": 68,
612 "description": "VMware Fusion 4 has corrupt rendering with Win Vista+",
613 "cr_bugs": [169470],
614 "os": {
615 "type": "win",
616 "version": {
617 "op": ">=",
618 "value": "6.0"
621 "vendor_id": "0x15ad",
622 "driver_version": {
623 "op": "<=",
624 "value": "7.14.1.1134"
626 "features": [
627 "all"
631 "id": 69,
632 "description": "NVIDIA driver 8.17.11.9621 is buggy with Stage3D baseline mode",
633 "cr_bugs": [172771],
634 "os": {
635 "type": "win"
637 "vendor_id": "0x10de",
638 "driver_version": {
639 "op": "=",
640 "value": "8.17.11.9621"
642 "features": [
643 "flash_stage3d_baseline"
647 "id": 70,
648 "description": "NVIDIA driver 8.17.11.8267 is buggy with Stage3D baseline mode",
649 "cr_bugs": [172771],
650 "os": {
651 "type": "win"
653 "vendor_id": "0x10de",
654 "driver_version": {
655 "op": "=",
656 "value": "8.17.11.8267"
658 "features": [
659 "flash_stage3d_baseline"
663 "id": 71,
664 "description": "All Intel drivers before 8.15.10.2021 are buggy with Stage3D baseline mode",
665 "cr_bugs": [172771],
666 "os": {
667 "type": "win"
669 "vendor_id": "0x8086",
670 "driver_version": {
671 "op": "<",
672 "value": "8.15.10.2021"
674 "features": [
675 "flash_stage3d_baseline"
679 "id": 72,
680 "description": "NVIDIA GeForce 6200 LE is buggy with WebGL",
681 "cr_bugs": [232529],
682 "os": {
683 "type": "win"
685 "vendor_id": "0x10de",
686 "device_id": ["0x0163"],
687 "features": [
688 "webgl"
692 "id": 73,
693 "description": "WebGL is buggy with the NVIDIA GeForce GT 330M, 9400, and 9400M on MacOSX earlier than 10.8",
694 "cr_bugs": [233523],
695 "os": {
696 "type": "macosx",
697 "version": {
698 "op": "<",
699 "value": "10.8"
702 "vendor_id": "0x10de",
703 "device_id": ["0x0a29", "0x0861", "0x0863"],
704 "features": [
705 "webgl"
709 "id": 74,
710 "description": "GPU access is blocked if users don't have proper graphics driver installed after Windows installation",
711 "cr_bugs": [248178],
712 "os": {
713 "type": "win"
715 "driver_vendor": "Microsoft",
716 "exceptions": [
718 "vendor_id": "0x1414",
719 "device_id": ["0x02c1"]
722 "features": [
723 "all"
726 ) // String split to avoid MSVC char limit.
727 LONG_STRING_CONST(
729 "id": 76,
730 "description": "WebGL is disabled on Android unless GPU reset notification is supported",
731 "os": {
732 "type": "android"
734 "exceptions": [
736 "gl_reset_notification_strategy": {
737 "op": "=",
738 "value": "33362"
742 "gl_renderer": "Mali-400.*",
743 "gl_extensions": ".*EXT_robustness.*"
746 "features": [
747 "webgl"
751 "id": 78,
752 "description": "Accelerated video decode interferes with GPU sandbox on older Intel drivers",
753 "cr_bugs": [180695, 298968, 436968],
754 "os": {
755 "type": "win"
757 "vendor_id": "0x8086",
758 "driver_version": {
759 "op": "<=",
760 "value": "8.15.10.2702"
762 "features": [
763 "accelerated_video_decode"
767 "id": 79,
768 "description": "Disable GPU on all Windows versions prior to and including Vista",
769 "cr_bugs": [315199],
770 "os": {
771 "type": "win",
772 "version": {
773 "op": "<=",
774 "value": "6.0"
777 "features": [
778 "all"
782 "id": 81,
783 "description": "Apple software renderer used under VMWare hangs on Mac OS 10.6 and 10.7",
784 "cr_bugs": [230931],
785 "os": {
786 "type": "macosx",
787 "version": {
788 "op": "<=",
789 "value": "10.7"
792 "vendor_id": "0x15ad",
793 "features": [
794 "all"
798 "id": 82,
799 "description": "MediaCodec is still too buggy to use for encoding (b/11536167)",
800 "os": {
801 "type": "android"
803 "features": [
804 "accelerated_video_encode"
808 "id": 83,
809 "description": "Samsung Galaxy NOTE is too buggy to use for video decoding",
810 "cr_bugs": [308721],
811 "os": {
812 "type": "android",
813 "version": {
814 "op": "<",
815 "value": "4.4"
818 "machine_model_name": ["GT-.*"],
819 "features": [
820 "accelerated_video_decode"
824 "id": 85,
825 "description": "Samsung Galaxy S4 is too buggy to use for video decoding",
826 "cr_bugs": [329072],
827 "os": {
828 "type": "android",
829 "version": {
830 "op": "<",
831 "value": "4.4"
834 "machine_model_name": ["SCH-.*"],
835 "features": [
836 "accelerated_video_decode"
840 "id": 86,
841 "description": "Intel Graphics Media Accelerator 3150 causes the GPU process to hang running WebGL",
842 "cr_bugs": [305431],
843 "os": {
844 "type": "win"
846 "vendor_id": "0x8086",
847 "device_id": ["0xa011"],
848 "features": [
849 "webgl"
853 "id": 87,
854 "description": "Accelerated video decode on Intel driver 10.18.10.3308 is incompatible with the GPU sandbox",
855 "cr_bugs": [298968],
856 "os": {
857 "type": "win"
859 "vendor_id": "0x8086",
860 "driver_version": {
861 "op": "=",
862 "value": "10.18.10.3308"
864 "features": [
865 "accelerated_video_decode"
869 "id": 88,
870 "description": "Accelerated video decode on AMD driver 13.152.1.8000 is incompatible with the GPU sandbox",
871 "cr_bugs": [298968],
872 "os": {
873 "type": "win"
875 "vendor_id": "0x1002",
876 "driver_version": {
877 "op": "=",
878 "value": "13.152.1.8000"
880 "features": [
881 "accelerated_video_decode"
885 "id": 89,
886 "description": "Accelerated video decode interferes with GPU sandbox on certain AMD drivers",
887 "cr_bugs": [298968],
888 "os": {
889 "type": "win"
891 "vendor_id": "0x1002",
892 "driver_version": {
893 "op": "between",
894 "value": "8.810.4.5000",
895 "value2": "8.970.100.1100"
897 "features": [
898 "accelerated_video_decode"
902 "id": 90,
903 "description": "Accelerated video decode interferes with GPU sandbox on certain NVIDIA drivers",
904 "cr_bugs": [298968],
905 "os": {
906 "type": "win"
908 "vendor_id": "0x10de",
909 "driver_version": {
910 "op": "between",
911 "value": "8.17.12.5729",
912 "value2": "8.17.12.8026"
914 "features": [
915 "accelerated_video_decode"
919 "id": 91,
920 "description": "Accelerated video decode interferes with GPU sandbox on certain NVIDIA drivers",
921 "cr_bugs": [298968],
922 "os": {
923 "type": "win"
925 "vendor_id": "0x10de",
926 "driver_version": {
927 "op": "between",
928 "value": "9.18.13.783",
929 "value2": "9.18.13.1090"
931 "features": [
932 "accelerated_video_decode"
936 "id": 92,
937 "description": "Accelerated video decode does not work with the discrete GPU on AMD switchables",
938 "cr_bugs": [298968],
939 "os": {
940 "type": "win"
942 "multi_gpu_style": "amd_switchable_discrete",
943 "features": [
944 "accelerated_video_decode"
948 "id": 93,
949 "description": "GLX indirect rendering (X remoting) is not supported",
950 "cr_bugs": [72373],
951 "os": {
952 "type": "linux"
954 "direct_rendering": false,
955 "features": [
956 "all"
960 "id": 94,
961 "description": "Intel driver version 8.15.10.1749 causes GPU process hangs.",
962 "cr_bugs": [350566],
963 "os": {
964 "type": "win"
966 "vendor_id": "0x8086",
967 "driver_version": {
968 "op": "=",
969 "value": "8.15.10.1749"
971 "features": [
972 "all"
976 "id": 95,
977 "description": "AMD driver version 13.101 is unstable on linux.",
978 "cr_bugs": [363378],
979 "os": {
980 "type": "linux"
982 "vendor_id": "0x1002",
983 "driver_vendor": ".*AMD.*",
984 "driver_version": {
985 "op": "=",
986 "value": "13.101"
988 "features": [
989 "all"
993 "id": 96,
994 "description": "Blacklist GPU raster/canvas on all except known good GPUs and newer Android releases",
995 "cr_bugs": [362779,424970],
996 "os": {
997 "type": "android"
999 "exceptions": [
1001 "os": {
1002 "type": "android"
1004 "gl_renderer": "Adreno \\(TM\\) 3.*"
1007 "os": {
1008 "type": "android"
1010 "gl_renderer": "Mali-400.*"
1013 "os": {
1014 "type": "android"
1016 "gl_renderer": "NVIDIA.*"
1019 "os": {
1020 "type": "android"
1022 "gl_renderer": "VideoCore IV.*"
1025 "os": {
1026 "type": "android",
1027 "version": {
1028 "op": ">=",
1029 "value": "4.4"
1032 "gl_type": "gles",
1033 "gl_version": {
1034 "op": ">=",
1035 "value": "3.0"
1039 "features": [
1040 "gpu_rasterization",
1041 "accelerated_2d_canvas"
1045 "id": 100,
1046 "description": "GPU rasterization and canvas is blacklisted on Nexus 10",
1047 "cr_bugs": [407144],
1048 "os": {
1049 "type": "android"
1051 "gl_renderer": ".*Mali-T604.*",
1052 "features": [
1053 "gpu_rasterization",
1054 "accelerated_2d_canvas"
1058 "id": 101,
1059 "description": "Samsung Galaxy Tab is too buggy to use for video decoding",
1060 "cr_bugs": [408353],
1061 "os": {
1062 "type": "android",
1063 "version": {
1064 "op": "<",
1065 "value": "4.4"
1068 "machine_model_name": ["SM-.*"],
1069 "features": [
1070 "accelerated_video_decode"
1074 "id": 102,
1075 "description": "Accelerated 2D canvas and Ganesh broken on Galaxy Tab 2",
1076 "cr_bugs": [416910],
1077 "os": {
1078 "type": "android"
1080 "gl_renderer": "PowerVR SGX 540",
1081 "features": [
1082 "accelerated_2d_canvas",
1083 "gpu_rasterization"
1087 "id": 103,
1088 "description": "Intel GM965/GL960 crash often on Mac OS 10.6",
1089 "cr_bugs": [421641],
1090 "os": {
1091 "type": "macosx",
1092 "version": {
1093 "op": "=",
1094 "value": "10.6"
1097 "vendor_id": "0x8086",
1098 "device_id": ["0x2a02"],
1099 "features": [
1100 "all"
1104 "id": 104,
1105 "description": "GPU raster broken on PowerVR Rogue",
1106 "cr_bugs": [436331, 483574],
1107 "os": {
1108 "type": "android"
1110 "gl_renderer": "PowerVR Rogue.*",
1111 "features": [
1112 "accelerated_2d_canvas",
1113 "gpu_rasterization"
1117 "id": 105,
1118 "description": "GPU raster broken on PowerVR SGX even on Lollipop",
1119 "cr_bugs": [461456],
1120 "os": {
1121 "type": "android"
1123 "gl_renderer": "PowerVR SGX.*",
1124 "features": [
1125 "accelerated_2d_canvas",
1126 "gpu_rasterization"
1130 "id": 106,
1131 "description": "GPU raster broken on ES2-only Adreno 3xx drivers",
1132 "cr_bugs": [480149],
1133 "os": {
1134 "type": "android"
1136 "gl_renderer": "Adreno \\(TM\\) 3.*",
1137 "gl_version": {
1138 "op": "<=",
1139 "value": "2.0"
1141 "features": [
1142 "accelerated_2d_canvas",
1143 "gpu_rasterization"
1149 ); // LONG_STRING_CONST macro
1151 } // namespace gpu