<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic in Mobile chrome( android): in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Webgl-context/m-p/1080944#M61573</link>
    <description>&lt;P&gt;in Mobile chrome( android): &lt;STRONG&gt;gl==webglRenderingContext&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;in Intel XDK Emulator:&amp;nbsp;&lt;SPAN style="font-weight: 700; font-size: 13.008px; line-height: 19.512px;"&gt;gl==webglRenderingContext&amp;nbsp;&lt;/SPAN&gt;&lt;IMG alt="" src="http://s019.radikal.ru/i610/1606/a7/0d60999f91db.png" style="font-size: 13.008px; font-weight: 700; line-height: 19.512px;" /&gt;&lt;/P&gt;

&lt;P&gt;Intel xdk debug mode: &lt;STRONG&gt;gl==null&lt;IMG alt="" src="http://s05.radikal.ru/i178/1606/73/40182914211f.png" /&gt;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jun 2016 07:14:22 GMT</pubDate>
    <dc:creator>Анатолий_Г_</dc:creator>
    <dc:date>2016-06-03T07:14:22Z</dc:date>
    <item>
      <title>Webgl context</title>
      <link>https://community.intel.com/t5/Software-Archive/Webgl-context/m-p/1080938#M61567</link>
      <description>&lt;P&gt;How to get webgl context for drawing?&lt;/P&gt;

&lt;P&gt;This code does not work:&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;var canvas = document.createElement("canvas");
var namesContexts = ["webgl", "experimental-webgl", "webkit-3d", "moz-webgl"];
var gl = null;
for (var ii = 0; ii &amp;lt; namesContexts.length; ii++) {
    try {
        gl = canvas.getContext(namesContexts[ii]);
    } catch (e) {}
    if (gl) {
        break;
    }
}&lt;/PRE&gt;

&lt;P&gt;After executing this code &amp;nbsp;... gl==null&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 20:47:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Webgl-context/m-p/1080938#M61567</guid>
      <dc:creator>Анатолий_Г_</dc:creator>
      <dc:date>2016-05-31T20:47:59Z</dc:date>
    </item>
    <item>
      <title>Hi, if "gl==null", it means</title>
      <link>https://community.intel.com/t5/Software-Archive/Webgl-context/m-p/1080939#M61568</link>
      <description>&lt;P&gt;Hi, if "gl==null", it means that the browser is not support WebGL. WebGL is &lt;A href="http://caniuse.com/#feat=webgl"&gt;not commonly supported on many mobile platforms&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 05:08:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Webgl-context/m-p/1080939#M61568</guid>
      <dc:creator>Zhen_Z_Intel</dc:creator>
      <dc:date>2016-06-01T05:08:51Z</dc:date>
    </item>
    <item>
      <title>webgl earned after enabling</title>
      <link>https://community.intel.com/t5/Software-Archive/Webgl-context/m-p/1080940#M61569</link>
      <description>webgl earned after enabling the hardware rasterization in the mobile chrome</description>
      <pubDate>Wed, 01 Jun 2016 06:23:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Webgl-context/m-p/1080940#M61569</guid>
      <dc:creator>Анатолий_Г_</dc:creator>
      <dc:date>2016-06-01T06:23:00Z</dc:date>
    </item>
    <item>
      <title>Anatoly - I don't understand.</title>
      <link>https://community.intel.com/t5/Software-Archive/Webgl-context/m-p/1080941#M61570</link>
      <description>&lt;P&gt;Anatoly - I don't understand. Are you saying you got it to work?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 19:40:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Webgl-context/m-p/1080941#M61570</guid>
      <dc:creator>Pamela_H_Intel</dc:creator>
      <dc:date>2016-06-01T19:40:31Z</dc:date>
    </item>
    <item>
      <title>in mobile chrome (if you</title>
      <link>https://community.intel.com/t5/Software-Archive/Webgl-context/m-p/1080942#M61571</link>
      <description>&lt;P&gt;in mobile chrome (if you enable the hardware rasterization)&lt;STRONG&gt; gl == WebglRenderingContext&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;in intel xdk&amp;nbsp;&lt;STRONG&gt;&lt;SPAN style="font-weight: 700; font-size: 13.008px; line-height: 19.512px;"&gt;gl == null&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 08:35:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Webgl-context/m-p/1080942#M61571</guid>
      <dc:creator>Анатолий_Г_</dc:creator>
      <dc:date>2016-06-02T08:35:00Z</dc:date>
    </item>
    <item>
      <title>Hi, could you make sure you</title>
      <link>https://community.intel.com/t5/Software-Archive/Webgl-context/m-p/1080943#M61572</link>
      <description>&lt;P&gt;Hi, could you make sure the value you get is "null" in XDK emulator? The XDK emulator is actually an application runs inside node-Webkit which uses web runtime based on Chrome browser. The chrome support WebGL, that means the XDK emulator should support WebGL as well without installing any plugin. I used "console.log(gl)" to have a check, and the output is the&amp;nbsp;object "WebGLRenderingContext". I attach the image, so that you could also double check with your code.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;IMG alt="" src="https://community.intel.com/file/507648/download" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2016 04:42:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Webgl-context/m-p/1080943#M61572</guid>
      <dc:creator>Zhen_Z_Intel</dc:creator>
      <dc:date>2016-06-03T04:42:00Z</dc:date>
    </item>
    <item>
      <title>in Mobile chrome( android):</title>
      <link>https://community.intel.com/t5/Software-Archive/Webgl-context/m-p/1080944#M61573</link>
      <description>&lt;P&gt;in Mobile chrome( android): &lt;STRONG&gt;gl==webglRenderingContext&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;in Intel XDK Emulator:&amp;nbsp;&lt;SPAN style="font-weight: 700; font-size: 13.008px; line-height: 19.512px;"&gt;gl==webglRenderingContext&amp;nbsp;&lt;/SPAN&gt;&lt;IMG alt="" src="http://s019.radikal.ru/i610/1606/a7/0d60999f91db.png" style="font-size: 13.008px; font-weight: 700; line-height: 19.512px;" /&gt;&lt;/P&gt;

&lt;P&gt;Intel xdk debug mode: &lt;STRONG&gt;gl==null&lt;IMG alt="" src="http://s05.radikal.ru/i178/1606/73/40182914211f.png" /&gt;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2016 07:14:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Webgl-context/m-p/1080944#M61573</guid>
      <dc:creator>Анатолий_Г_</dc:creator>
      <dc:date>2016-06-03T07:14:22Z</dc:date>
    </item>
    <item>
      <title>The Debug tab is running in a</title>
      <link>https://community.intel.com/t5/Software-Archive/Webgl-context/m-p/1080945#M61574</link>
      <description>&lt;P&gt;The Debug tab is running in a Crosswalk webview (it is similar to building a Crosswalk app). According to the Crosswalk FAQ pages (https://crosswalk-project.org/documentation/about/faq.html):&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;H3&gt;Why won't WebGL work in Crosswalk on my device?&lt;/H3&gt;

	&lt;P&gt;Chromium has a blacklist of GPUs which are know to cause stability and/or conformance problems when running WebGL. Chromium will disable WebGL if running on a device with one of the GPUs in this list.&lt;/P&gt;

	&lt;P&gt;Crosswalk uses the same blacklist. Consequently, if Crosswalk is running on a device with a blacklisted GPU, WebGL is disabled by default.&lt;/P&gt;

	&lt;P&gt;For more information about which GPUs are blacklisted and when, see the &lt;A href="http://www.khronos.org/webgl/wiki/BlacklistsAndWhitelists#Chrome"&gt;Khronos WebGL wiki&lt;/A&gt;.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;You are likely testing on such a device.&lt;/P&gt;

&lt;P&gt;To fix this, you need to see this FAQ &amp;gt; &lt;A href="https://software.intel.com/en-us/xdk/faqs/crosswalk#crosswalk-animatable" target="_blank"&gt;https://software.intel.com/en-us/xdk/faqs/crosswalk#crosswalk-animatable&lt;/A&gt; &amp;lt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2016 20:41:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Webgl-context/m-p/1080945#M61574</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-06-03T20:41:15Z</dc:date>
    </item>
  </channel>
</rss>

