forked from Fyrd/caniuse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebgl.json
178 lines (177 loc) · 3.72 KB
/
webgl.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
{
"title":"WebGL - 3D Canvas graphics",
"description":"Method of generating dynamic 3D graphics using JavaScript, accelerated through hardware",
"spec":"https://www.khronos.org/registry/webgl/specs/1.0/",
"status":"other",
"links":[
{
"url":"http://hacks.mozilla.org/2009/12/webgl-draft-released-today/",
"title":"Firefox blog post"
},
{
"url":"http://khronos.org/webgl/wiki/Getting_a_WebGL_Implementation",
"title":"Instructions on enabling WebGL"
},
{
"url":"http://iewebgl.com/",
"title":"Polyfill for IE"
},
{
"url":"http://www.khronos.org/webgl/wiki/Tutorial",
"title":"Tutorial"
},
{
"url":"http://webkit.org/blog/603/webgl-now-available-in-webkit-nightlies/",
"title":"Webkit blog post"
}
],
"bugs":[
],
"categories":[
"Canvas"
],
"stats":{
"ie":{
"5.5":"n",
"6":"p",
"7":"p",
"8":"p",
"9":"p",
"10":"p",
"11":"y"
},
"firefox":{
"2":"n",
"3":"n",
"3.5":"n",
"3.6":"n",
"4":"a",
"5":"a",
"6":"a",
"7":"a",
"8":"a",
"9":"a",
"10":"a",
"11":"a",
"12":"a",
"13":"a",
"14":"a",
"15":"a",
"16":"a",
"17":"a",
"18":"a",
"19":"a",
"20":"a",
"21":"a",
"22":"a",
"23":"a",
"24":"a",
"25":"a",
"26":"a"
},
"chrome":{
"4":"n",
"5":"n",
"6":"n",
"7":"n",
"8":"a",
"9":"a",
"10":"a",
"11":"a",
"12":"a",
"13":"a",
"14":"a",
"15":"a",
"16":"a",
"17":"a",
"18":"y",
"19":"y",
"20":"y",
"21":"y",
"22":"y",
"23":"y",
"24":"y",
"25":"y",
"26":"y",
"27":"y",
"28":"y",
"29":"y",
"30":"y",
"31":"y"
},
"safari":{
"3.1":"n",
"3.2":"n",
"4":"n",
"5":"n",
"5.1":"a",
"6":"a",
"7":"a"
},
"opera":{
"9":"n",
"9.5-9.6":"n",
"10.0-10.1":"n",
"10.5":"n",
"10.6":"n",
"11":"n",
"11.1":"n",
"11.5":"n",
"11.6":"n",
"12":"a",
"12.1":"a",
"15":"y",
"16":"y",
"17":"y"
},
"ios_saf":{
"3.2":"n",
"4.0-4.1":"n",
"4.2-4.3":"n",
"5.0-5.1":"n",
"6.0-6.1":"n",
"7.0":"n"
},
"op_mini":{
"5.0-7.0":"n"
},
"android":{
"2.1":"n",
"2.2":"n",
"2.3":"n",
"3":"n",
"4":"n",
"4.1":"n",
"4.2":"n"
},
"bb":{
"7":"n",
"10":"y"
},
"op_mob":{
"10":"n",
"11":"n",
"11.1":"n",
"11.5":"n",
"12":"a",
"12.1":"a",
"14":"y"
},
"and_chr":{
"0":"n"
},
"and_ff":{
"0":"y"
},
"ie_mob":{
"10":"p"
}
},
"notes":"Support listed as \"partial\" refers to the fact that not all users with these browsers have WebGL access. This is due to the additional requirement for users to have <a href=\"http://blog.mozilla.com/bjacob/2011/03/28/do-users-actually-get-hardware-acceleration/\">up to date video drivers</a>. This problem was <a href=\"http://www.geek.com/articles/news/chrome-18-adds-gpu-acceleration-and-swiftshader-for-better-gaming-performance-20120329/\">solved in Chrome</a> as of version 18.\r\n\r\nNote that WebGL is part of the <a href=\"http://www.khronos.org/webgl/\">Khronos Group</a>, not the W3C. On Chrome for Android, WebGL is disabled by default, but can be enabled by enabling the \"Enable WebGL\" flag under chrome://flags",
"usage_perc_y":33.61,
"usage_perc_a":20.24,
"ucprefix":false,
"parent":"canvas",
"keywords":"web gl",
"shown":true
}