ChildAccountService[Java] delegates everything to native side.
[chromium-blink-merge.git] / gpu / config / software_rendering_list_json.cc
blobcf157c51c3fc9c8915060099c9c6b31b3a97daf8
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.11",
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 the GPU runs in a separate process or reset notification is supported",
737 "os": {
738 "type": "android"
740 "in_process_gpu": true,
741 "exceptions": [
743 "gl_reset_notification_strategy": {
744 "op": "=",
745 "value": "33362"
749 "gl_renderer": "Mali-4.*",
750 "gl_extensions": ".*EXT_robustness.*"
753 "features": [
754 "webgl"
758 "id": 78,
759 "description": "Accelerated video decode interferes with GPU sandbox on older Intel drivers",
760 "cr_bugs": [180695, 298968, 436968],
761 "os": {
762 "type": "win"
764 "vendor_id": "0x8086",
765 "driver_version": {
766 "op": "<=",
767 "value": "8.15.10.2702"
769 "features": [
770 "accelerated_video_decode"
774 "id": 79,
775 "description": "Disable GPU on all Windows versions prior to and including Vista",
776 "cr_bugs": [315199],
777 "os": {
778 "type": "win",
779 "version": {
780 "op": "<=",
781 "value": "6.0"
784 "features": [
785 "all"
789 "id": 81,
790 "description": "Apple software renderer used under VMWare hangs on Mac OS 10.6 and 10.7",
791 "cr_bugs": [230931],
792 "os": {
793 "type": "macosx",
794 "version": {
795 "op": "<=",
796 "value": "10.7"
799 "vendor_id": "0x15ad",
800 "features": [
801 "all"
805 "id": 82,
806 "description": "MediaCodec is still too buggy to use for encoding (b/11536167)",
807 "os": {
808 "type": "android"
810 "features": [
811 "accelerated_video_encode"
815 "id": 83,
816 "description": "Samsung Galaxy NOTE is too buggy to use for video decoding",
817 "cr_bugs": [308721],
818 "os": {
819 "type": "android",
820 "version": {
821 "op": "<",
822 "value": "4.4"
825 "machine_model_name": ["GT-.*"],
826 "features": [
827 "accelerated_video_decode"
831 "id": 85,
832 "description": "Samsung Galaxy S4 is too buggy to use for video decoding",
833 "cr_bugs": [329072],
834 "os": {
835 "type": "android",
836 "version": {
837 "op": "<",
838 "value": "4.4"
841 "machine_model_name": ["SCH-.*"],
842 "features": [
843 "accelerated_video_decode"
847 "id": 86,
848 "description": "Intel Graphics Media Accelerator 3150 causes the GPU process to hang running WebGL",
849 "cr_bugs": [305431],
850 "os": {
851 "type": "win"
853 "vendor_id": "0x8086",
854 "device_id": ["0xa011"],
855 "features": [
856 "webgl"
860 "id": 87,
861 "description": "Accelerated video decode on Intel driver 10.18.10.3308 is incompatible with the GPU sandbox",
862 "cr_bugs": [298968],
863 "os": {
864 "type": "win"
866 "vendor_id": "0x8086",
867 "driver_version": {
868 "op": "=",
869 "value": "10.18.10.3308"
871 "features": [
872 "accelerated_video_decode"
876 "id": 88,
877 "description": "Accelerated video decode on AMD driver 13.152.1.8000 is incompatible with the GPU sandbox",
878 "cr_bugs": [298968],
879 "os": {
880 "type": "win"
882 "vendor_id": "0x1002",
883 "driver_version": {
884 "op": "=",
885 "value": "13.152.1.8000"
887 "features": [
888 "accelerated_video_decode"
892 "id": 89,
893 "description": "Accelerated video decode interferes with GPU sandbox on certain AMD drivers",
894 "cr_bugs": [298968],
895 "os": {
896 "type": "win"
898 "vendor_id": "0x1002",
899 "driver_version": {
900 "op": "between",
901 "value": "8.810.4.5000",
902 "value2": "8.970.100.1100"
904 "features": [
905 "accelerated_video_decode"
909 "id": 90,
910 "description": "Accelerated video decode interferes with GPU sandbox on certain NVIDIA drivers",
911 "cr_bugs": [298968],
912 "os": {
913 "type": "win"
915 "vendor_id": "0x10de",
916 "driver_version": {
917 "op": "between",
918 "value": "8.17.12.5729",
919 "value2": "8.17.12.8026"
921 "features": [
922 "accelerated_video_decode"
926 "id": 91,
927 "description": "Accelerated video decode interferes with GPU sandbox on certain NVIDIA drivers",
928 "cr_bugs": [298968],
929 "os": {
930 "type": "win"
932 "vendor_id": "0x10de",
933 "driver_version": {
934 "op": "between",
935 "value": "9.18.13.783",
936 "value2": "9.18.13.1090"
938 "features": [
939 "accelerated_video_decode"
943 "id": 92,
944 "description": "Accelerated video decode does not work with the discrete GPU on AMD switchables",
945 "cr_bugs": [298968],
946 "os": {
947 "type": "win"
949 "multi_gpu_style": "amd_switchable_discrete",
950 "features": [
951 "accelerated_video_decode"
955 "id": 93,
956 "description": "GLX indirect rendering (X remoting) is not supported",
957 "cr_bugs": [72373],
958 "os": {
959 "type": "linux"
961 "direct_rendering": false,
962 "features": [
963 "all"
967 "id": 94,
968 "description": "Intel driver version 8.15.10.1749 causes GPU process hangs.",
969 "cr_bugs": [350566],
970 "os": {
971 "type": "win"
973 "vendor_id": "0x8086",
974 "driver_version": {
975 "op": "=",
976 "value": "8.15.10.1749"
978 "features": [
979 "all"
983 "id": 95,
984 "description": "AMD driver version 13.101 is unstable on linux.",
985 "cr_bugs": [363378],
986 "os": {
987 "type": "linux"
989 "vendor_id": "0x1002",
990 "driver_vendor": ".*AMD.*",
991 "driver_version": {
992 "op": "=",
993 "value": "13.101"
995 "features": [
996 "all"
1000 "id": 96,
1001 "description": "Blacklist GPU raster/canvas on all except known good GPUs and newer Android releases",
1002 "cr_bugs": [362779,424970],
1003 "os": {
1004 "type": "android"
1006 "exceptions": [
1008 "os": {
1009 "type": "android"
1011 "gl_renderer": "Adreno \\(TM\\) 3.*"
1014 "os": {
1015 "type": "android",
1016 "version": {
1017 "op": ">=",
1018 "value": "4.4"
1021 "gl_renderer": "Mali-4.*"
1024 "os": {
1025 "type": "android"
1027 "gl_renderer": "NVIDIA.*"
1030 "os": {
1031 "type": "android",
1032 "version": {
1033 "op": ">=",
1034 "value": "4.4"
1037 "gl_type": "gles",
1038 "gl_version": {
1039 "op": ">=",
1040 "value": "3.0"
1044 "features": [
1045 "gpu_rasterization",
1046 "accelerated_2d_canvas"
1050 "id": 100,
1051 "description": "GPU rasterization and canvas is blacklisted on Nexus 10",
1052 "cr_bugs": [407144],
1053 "os": {
1054 "type": "android"
1056 "gl_renderer": ".*Mali-T604.*",
1057 "features": [
1058 "gpu_rasterization",
1059 "accelerated_2d_canvas"
1063 "id": 101,
1064 "description": "Samsung Galaxy Tab is too buggy to use for video decoding",
1065 "cr_bugs": [408353],
1066 "os": {
1067 "type": "android",
1068 "version": {
1069 "op": "<",
1070 "value": "4.4"
1073 "machine_model_name": ["SM-.*"],
1074 "features": [
1075 "accelerated_video_decode"
1079 "id": 102,
1080 "description": "Accelerated 2D canvas and Ganesh broken on Galaxy Tab 2",
1081 "cr_bugs": [416910],
1082 "os": {
1083 "type": "android"
1085 "gl_renderer": "PowerVR SGX 540",
1086 "features": [
1087 "accelerated_2d_canvas",
1088 "gpu_rasterization"
1092 "id": 103,
1093 "description": "Intel GM965/GL960 crash often on Mac OS 10.6",
1094 "cr_bugs": [421641],
1095 "os": {
1096 "type": "macosx",
1097 "version": {
1098 "op": "=",
1099 "value": "10.6"
1102 "vendor_id": "0x8086",
1103 "device_id": ["0x2a02"],
1104 "features": [
1105 "all"
1109 "id": 104,
1110 "description": "GPU raster broken on PowerVR Rogue",
1111 "cr_bugs": [436331, 483574],
1112 "os": {
1113 "type": "android"
1115 "gl_renderer": "PowerVR Rogue.*",
1116 "features": [
1117 "accelerated_2d_canvas",
1118 "gpu_rasterization"
1122 "id": 105,
1123 "description": "GPU raster broken on PowerVR SGX even on Lollipop",
1124 "cr_bugs": [461456],
1125 "os": {
1126 "type": "android"
1128 "gl_renderer": "PowerVR SGX.*",
1129 "features": [
1130 "accelerated_2d_canvas",
1131 "gpu_rasterization"
1135 "id": 106,
1136 "description": "GPU raster broken on ES2-only Adreno 3xx drivers",
1137 "cr_bugs": [480149],
1138 "os": {
1139 "type": "android"
1141 "gl_renderer": "Adreno \\(TM\\) 3.*",
1142 "gl_version": {
1143 "op": "<=",
1144 "value": "2.0"
1146 "features": [
1147 "accelerated_2d_canvas",
1148 "gpu_rasterization"
1154 ); // LONG_STRING_CONST macro
1156 } // namespace gpu