Revert of Revert of Remove accelerated hardware decode blacklist entry for Mac OS...
[chromium-blink-merge.git] / gpu / config / software_rendering_list_json.cc
blobb82205644e4b13a8cda32f181034031de00085a3
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.16",
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": 62,
625 "description": "Accelerated 2D canvas buggy on old Qualcomm Adreno",
626 "cr_bugs": [161575],
627 "os": {
628 "type": "android"
630 "gl_renderer": ".*Adreno.*",
631 "driver_version": {
632 "op": "<",
633 "value": "4.1"
635 "features": [
636 "accelerated_2d_canvas"
640 "id": 64,
641 "description": "Hardware video decode is only supported in win7+",
642 "cr_bugs": [159458],
643 "os": {
644 "type": "win",
645 "version": {
646 "op": "<",
647 "value": "6.1"
650 "features": [
651 "accelerated_video_decode"
655 "id": 68,
656 "description": "VMware Fusion 4 has corrupt rendering with Win Vista+",
657 "cr_bugs": [169470],
658 "os": {
659 "type": "win",
660 "version": {
661 "op": ">=",
662 "value": "6.0"
665 "vendor_id": "0x15ad",
666 "driver_version": {
667 "op": "<=",
668 "value": "7.14.1.1134"
670 "features": [
671 "all"
675 "id": 69,
676 "description": "NVIDIA driver 8.17.11.9621 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.9621"
686 "features": [
687 "flash_stage3d_baseline"
691 "id": 70,
692 "description": "NVIDIA driver 8.17.11.8267 is buggy with Stage3D baseline mode",
693 "cr_bugs": [172771],
694 "os": {
695 "type": "win"
697 "vendor_id": "0x10de",
698 "driver_version": {
699 "op": "=",
700 "value": "8.17.11.8267"
702 "features": [
703 "flash_stage3d_baseline"
707 "id": 71,
708 "description": "All Intel drivers before 8.15.10.2021 are buggy with Stage3D baseline mode",
709 "cr_bugs": [172771],
710 "os": {
711 "type": "win"
713 "vendor_id": "0x8086",
714 "driver_version": {
715 "op": "<",
716 "value": "8.15.10.2021"
718 "features": [
719 "flash_stage3d_baseline"
723 "id": 72,
724 "description": "NVIDIA GeForce 6200 LE is buggy with WebGL",
725 "cr_bugs": [232529],
726 "os": {
727 "type": "win"
729 "vendor_id": "0x10de",
730 "device_id": ["0x0163"],
731 "features": [
732 "webgl"
736 "id": 73,
737 "description": "WebGL is buggy with the NVIDIA GeForce GT 330M, 9400, and 9400M on MacOSX earlier than 10.8",
738 "cr_bugs": [233523],
739 "os": {
740 "type": "macosx",
741 "version": {
742 "op": "<",
743 "value": "10.8"
746 "vendor_id": "0x10de",
747 "device_id": ["0x0a29", "0x0861", "0x0863"],
748 "features": [
749 "webgl"
753 "id": 74,
754 "description": "GPU access is blocked if users don't have proper graphics driver installed after Windows installation",
755 "cr_bugs": [248178],
756 "os": {
757 "type": "win"
759 "driver_vendor": "Microsoft",
760 "exceptions": [
762 "vendor_id": "0x1414",
763 "device_id": ["0x02c1"]
766 "features": [
767 "all"
770 ) // String split to avoid MSVC char limit.
771 LONG_STRING_CONST(
773 "id": 76,
774 "description": "WebGL is disabled on Android unless GPU reset notification is supported",
775 "os": {
776 "type": "android"
778 "exceptions": [
780 "gl_reset_notification_strategy": {
781 "op": "=",
782 "value": "33362"
786 "gl_renderer": "Mali-400.*",
787 "gl_extensions": ".*EXT_robustness.*"
790 "features": [
791 "webgl"
795 "id": 78,
796 "description": "Accelerated video decode interferes with GPU sandbox on older Intel drivers",
797 "cr_bugs": [180695, 298968, 436968],
798 "os": {
799 "type": "win"
801 "vendor_id": "0x8086",
802 "driver_version": {
803 "op": "<=",
804 "value": "8.15.10.2702"
806 "features": [
807 "accelerated_video_decode"
811 "id": 79,
812 "description": "Disable GPU on all Windows versions prior to and including Vista",
813 "cr_bugs": [315199],
814 "os": {
815 "type": "win",
816 "version": {
817 "op": "<=",
818 "value": "6.0"
821 "features": [
822 "all"
826 "id": 81,
827 "description": "Apple software renderer used under VMWare hangs on Mac OS 10.6 and 10.7",
828 "cr_bugs": [230931],
829 "os": {
830 "type": "macosx",
831 "version": {
832 "op": "<=",
833 "value": "10.7"
836 "vendor_id": "0x15ad",
837 "features": [
838 "all"
842 "id": 82,
843 "description": "MediaCodec is still too buggy to use for encoding (b/11536167)",
844 "os": {
845 "type": "android"
847 "features": [
848 "accelerated_video_encode"
852 "id": 83,
853 "description": "Samsung Galaxy NOTE is too buggy to use for video decoding",
854 "cr_bugs": [308721],
855 "os": {
856 "type": "android",
857 "version": {
858 "op": "<",
859 "value": "4.4"
862 "machine_model_name": ["GT-.*"],
863 "features": [
864 "accelerated_video_decode"
868 "id": 85,
869 "description": "Samsung Galaxy S4 is too buggy to use for video decoding",
870 "cr_bugs": [329072],
871 "os": {
872 "type": "android",
873 "version": {
874 "op": "<",
875 "value": "4.4"
878 "machine_model_name": ["SCH-.*"],
879 "features": [
880 "accelerated_video_decode"
884 "id": 86,
885 "description": "Intel Graphics Media Accelerator 3150 causes the GPU process to hang running WebGL",
886 "cr_bugs": [305431],
887 "os": {
888 "type": "win"
890 "vendor_id": "0x8086",
891 "device_id": ["0xa011"],
892 "features": [
893 "webgl"
897 "id": 87,
898 "description": "Accelerated video decode on Intel driver 10.18.10.3308 is incompatible with the GPU sandbox",
899 "cr_bugs": [298968],
900 "os": {
901 "type": "win"
903 "vendor_id": "0x8086",
904 "driver_version": {
905 "op": "=",
906 "value": "10.18.10.3308"
908 "features": [
909 "accelerated_video_decode"
913 "id": 88,
914 "description": "Accelerated video decode on AMD driver 13.152.1.8000 is incompatible with the GPU sandbox",
915 "cr_bugs": [298968],
916 "os": {
917 "type": "win"
919 "vendor_id": "0x1002",
920 "driver_version": {
921 "op": "=",
922 "value": "13.152.1.8000"
924 "features": [
925 "accelerated_video_decode"
929 "id": 89,
930 "description": "Accelerated video decode interferes with GPU sandbox on certain AMD drivers",
931 "cr_bugs": [298968],
932 "os": {
933 "type": "win"
935 "vendor_id": "0x1002",
936 "driver_version": {
937 "op": "between",
938 "value": "8.810.4.5000",
939 "value2": "8.970.100.1100"
941 "features": [
942 "accelerated_video_decode"
946 "id": 90,
947 "description": "Accelerated video decode interferes with GPU sandbox on certain NVIDIA drivers",
948 "cr_bugs": [298968],
949 "os": {
950 "type": "win"
952 "vendor_id": "0x10de",
953 "driver_version": {
954 "op": "between",
955 "value": "8.17.12.5729",
956 "value2": "8.17.12.8026"
958 "features": [
959 "accelerated_video_decode"
963 "id": 91,
964 "description": "Accelerated video decode interferes with GPU sandbox on certain NVIDIA drivers",
965 "cr_bugs": [298968],
966 "os": {
967 "type": "win"
969 "vendor_id": "0x10de",
970 "driver_version": {
971 "op": "between",
972 "value": "9.18.13.783",
973 "value2": "9.18.13.1090"
975 "features": [
976 "accelerated_video_decode"
980 "id": 92,
981 "description": "Accelerated video decode does not work with the discrete GPU on AMD switchables",
982 "cr_bugs": [298968],
983 "os": {
984 "type": "win"
986 "multi_gpu_style": "amd_switchable_discrete",
987 "features": [
988 "accelerated_video_decode"
992 "id": 93,
993 "description": "GLX indirect rendering (X remoting) is not supported",
994 "cr_bugs": [72373],
995 "os": {
996 "type": "linux"
998 "direct_rendering": false,
999 "features": [
1000 "all"
1004 "id": 94,
1005 "description": "Intel driver version 8.15.10.1749 causes GPU process hangs.",
1006 "cr_bugs": [350566],
1007 "os": {
1008 "type": "win"
1010 "vendor_id": "0x8086",
1011 "driver_version": {
1012 "op": "=",
1013 "value": "8.15.10.1749"
1015 "features": [
1016 "all"
1020 "id": 95,
1021 "description": "AMD driver version 13.101 is unstable on linux.",
1022 "cr_bugs": [363378],
1023 "os": {
1024 "type": "linux"
1026 "vendor_id": "0x1002",
1027 "driver_vendor": ".*AMD.*",
1028 "driver_version": {
1029 "op": "=",
1030 "value": "13.101"
1032 "features": [
1033 "all"
1037 "id": 96,
1038 "description": "GPU rasterization whitelist",
1039 "cr_bugs": [362779,424970],
1040 "os": {
1041 "type": "android"
1043 "exceptions": [
1045 "os": {
1046 "type": "android"
1048 "gl_renderer": "Adreno (TM) 3.*"
1051 "os": {
1052 "type": "android"
1054 "gl_renderer": "NVIDIA.*"
1057 "os": {
1058 "type": "android"
1060 "gl_renderer": "VideoCore IV.*"
1063 "os": {
1064 "type": "android"
1066 "gl_renderer": "Immersion.*"
1069 "os": {
1070 "type": "android",
1071 "version": {
1072 "op": ">=",
1073 "value": "4.4.99"
1078 "os": {
1079 "type": "android",
1080 "version": {
1081 "op": ">=",
1082 "value": "4.4"
1085 "gl_type": "gles",
1086 "gl_version": {
1087 "op": ">=",
1088 "value": "3.0"
1092 "features": [
1093 "gpu_rasterization"
1097 "id": 99,
1098 "description": "GPU rasterization is blacklisted on non-Android",
1099 "cr_bugs": [362779],
1100 "exceptions": [
1102 "os": {
1103 "type": "android"
1107 "features": [
1108 "gpu_rasterization"
1112 "id": 100,
1113 "description": "GPU rasterization is blacklisted on Nexus 10",
1114 "cr_bugs": [407144],
1115 "gl_renderer": ".*Mali-T604.*",
1116 "features": [
1117 "gpu_rasterization"
1121 "id": 101,
1122 "description": "Samsung Galaxy Tab is too buggy to use for video decoding",
1123 "cr_bugs": [408353],
1124 "os": {
1125 "type": "android",
1126 "version": {
1127 "op": "<",
1128 "value": "4.4"
1131 "machine_model_name": ["SM-.*"],
1132 "features": [
1133 "accelerated_video_decode"
1137 "id": 102,
1138 "description": "Accelerated 2D canvas and Ganesh broken on Galaxy Tab 2",
1139 "cr_bugs": [416910],
1140 "os": {
1141 "type": "android"
1143 "gl_renderer": "PowerVR SGX 540",
1144 "features": [
1145 "accelerated_2d_canvas",
1146 "gpu_rasterization"
1150 "id": 103,
1151 "description": "Intel GM965/GL960 crash often on Mac OS 10.6",
1152 "cr_bugs": [421641],
1153 "os": {
1154 "type": "macosx",
1155 "version": {
1156 "op": "=",
1157 "value": "10.6"
1160 "vendor_id": "0x8086",
1161 "device_id": ["0x2a02"],
1162 "features": [
1163 "all"
1167 "id": 104,
1168 "description": "GPU raster broken on PowerVR Rogue",
1169 "cr_bugs": [436331],
1170 "os": {
1171 "type": "android",
1172 "version": {
1173 "op": "<",
1174 "value": "5.0"
1177 "gl_renderer": "PowerVR Rogue.*",
1178 "features": [
1179 "accelerated_2d_canvas",
1180 "gpu_rasterization"
1186 ); // LONG_STRING_CONST macro
1188 } // namespace gpu