<?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 Hi Evan, in Graphics</title>
    <link>https://community.intel.com/t5/Graphics/Recreating-GL-context-for-MFC-window/m-p/1020749#M87070</link>
    <description>&lt;P&gt;Hi Evan,&lt;/P&gt;

&lt;P&gt;Our driver development team is looking into the issue, I don't have a ETA on the fix yet because we are still finding the root cause. I have reached out to our engineers looking at the problem to see if I can get more details for you.&lt;/P&gt;

&lt;P&gt;-Michael&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Feb 2015 22:58:17 GMT</pubDate>
    <dc:creator>Michael_C_Intel2</dc:creator>
    <dc:date>2015-02-12T22:58:17Z</dc:date>
    <item>
      <title>Recreating GL context for MFC window</title>
      <link>https://community.intel.com/t5/Graphics/Recreating-GL-context-for-MFC-window/m-p/1020743#M87064</link>
      <description>&lt;P style="line-height: 19.5120010375977px;"&gt;We're encountering a problem where when we try to re-create the OpenGL context for a window in an MFC application, the image in the window will no longer update. The pixel format should be exactly the same in both cases, and the context creation and MakeCurrent calls all seem to be succeeding (no other GL errors either during rendering). The image in the window is frozen with the last picture drawn by the old context. This seems to be specific to Intel graphics (verified with HD 4000 so far), the code works as expected (new window updates and is usable) on machines with Nvidia/AMD graphics.&amp;nbsp;&lt;/P&gt;

&lt;P style="line-height: 19.5120010375977px;"&gt;I've attempted to reproduce this in a simple application outside of our main code base but have not been successful so far. In the meantime I was just wondering if anyone might have some insight on what could be going on and some way to possibly work around the problem.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2014 19:43:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Recreating-GL-context-for-MFC-window/m-p/1020743#M87064</guid>
      <dc:creator>Evan_O_</dc:creator>
      <dc:date>2014-12-11T19:43:54Z</dc:date>
    </item>
    <item>
      <title>Hi Evan,</title>
      <link>https://community.intel.com/t5/Graphics/Recreating-GL-context-for-MFC-window/m-p/1020744#M87065</link>
      <description>&lt;P&gt;Hi Evan,&lt;/P&gt;

&lt;P&gt;What graphics driver are you using? Based on you description it certainly sounds like a driver problem we need to look at. I am seeing if this is a known issue and if there might be a workaround.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2014 22:53:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Recreating-GL-context-for-MFC-window/m-p/1020744#M87065</guid>
      <dc:creator>Michael_C_Intel2</dc:creator>
      <dc:date>2014-12-11T22:53:40Z</dc:date>
    </item>
    <item>
      <title>Driver version is 10.18.10</title>
      <link>https://community.intel.com/t5/Graphics/Recreating-GL-context-for-MFC-window/m-p/1020745#M87066</link>
      <description>&lt;P&gt;Driver version is 10.18.10.3945 according to the Device Manager. I'm running the Window 10 Technical Preview, I'll double check that it happens on Windows 8 as well. I can provide a binary test-case (application with a button you can click to reproduce the problem) if that would be useful.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2014 17:33:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Recreating-GL-context-for-MFC-window/m-p/1020745#M87066</guid>
      <dc:creator>Evan_O_</dc:creator>
      <dc:date>2014-12-12T17:33:25Z</dc:date>
    </item>
    <item>
      <title>Here's a link to a test</title>
      <link>https://community.intel.com/t5/Graphics/Recreating-GL-context-for-MFC-window/m-p/1020746#M87067</link>
      <description>&lt;P&gt;Here's a link to a test program -- &lt;A href="https://www.dropbox.com/sh/dav10qf7o515u2v/AAC9GPYY9AS4EoYUUU5F7XB-a?dl=0"&gt;https://www.dropbox.com/sh/dav10qf7o515u2v/AAC9GPYY9AS4EoYUUU5F7XB-a?dl=0&lt;/A&gt;&amp;nbsp;that will show the problem. &lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Open it and select the DEBUG -&amp;gt; Slot 1 menu option (which recreates the WGL context for the window) and then try to interact with the model by clicking and dragging in the window.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;The window will no longer update on systems with Intel graphics. On AMD/Nvidia systems the Slot 1 code can be run many times without any problem.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I was also able to reproduce this on a Windows 7 machine with an HD 4600 GPU, driver version 9.18.10.3204.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2014 20:29:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Recreating-GL-context-for-MFC-window/m-p/1020746#M87067</guid>
      <dc:creator>Evan_O_</dc:creator>
      <dc:date>2014-12-12T20:29:22Z</dc:date>
    </item>
    <item>
      <title>Thanks Evan,this will help a</title>
      <link>https://community.intel.com/t5/Graphics/Recreating-GL-context-for-MFC-window/m-p/1020747#M87068</link>
      <description>&lt;P&gt;Thanks Evan,this will help a lot. I filed an internal ticket and see that it is investigated. I will update when I have some new information.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2014 21:52:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Recreating-GL-context-for-MFC-window/m-p/1020747#M87068</guid>
      <dc:creator>Michael_C_Intel2</dc:creator>
      <dc:date>2014-12-12T21:52:08Z</dc:date>
    </item>
    <item>
      <title>Just wondering if there's</title>
      <link>https://community.intel.com/t5/Graphics/Recreating-GL-context-for-MFC-window/m-p/1020748#M87069</link>
      <description>&lt;P&gt;Just wondering if there's been any update on this? Even if a fix isn't coming anytime soon, any insight about what's happening so we can try to work around the problem would be really helpful.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Evan&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2015 17:22:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Recreating-GL-context-for-MFC-window/m-p/1020748#M87069</guid>
      <dc:creator>Evan_O_</dc:creator>
      <dc:date>2015-02-12T17:22:49Z</dc:date>
    </item>
    <item>
      <title>Hi Evan,</title>
      <link>https://community.intel.com/t5/Graphics/Recreating-GL-context-for-MFC-window/m-p/1020749#M87070</link>
      <description>&lt;P&gt;Hi Evan,&lt;/P&gt;

&lt;P&gt;Our driver development team is looking into the issue, I don't have a ETA on the fix yet because we are still finding the root cause. I have reached out to our engineers looking at the problem to see if I can get more details for you.&lt;/P&gt;

&lt;P&gt;-Michael&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2015 22:58:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Recreating-GL-context-for-MFC-window/m-p/1020749#M87070</guid>
      <dc:creator>Michael_C_Intel2</dc:creator>
      <dc:date>2015-02-12T22:58:17Z</dc:date>
    </item>
    <item>
      <title>OK, thanks for the update.</title>
      <link>https://community.intel.com/t5/Graphics/Recreating-GL-context-for-MFC-window/m-p/1020750#M87071</link>
      <description>&lt;P&gt;OK, thanks for the update.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2015 19:14:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Recreating-GL-context-for-MFC-window/m-p/1020750#M87071</guid>
      <dc:creator>Evan_O_</dc:creator>
      <dc:date>2015-02-16T19:14:22Z</dc:date>
    </item>
    <item>
      <title>Hi Evan,</title>
      <link>https://community.intel.com/t5/Graphics/Recreating-GL-context-for-MFC-window/m-p/1020751#M87072</link>
      <description>&lt;P&gt;Hi Evan,&lt;/P&gt;

&lt;P&gt;The root cause to your issue was found and the driver fix implemented. The next driver release on Intel.com will include said fix. The issue was caused by an invalid device context.&lt;/P&gt;

&lt;P&gt;-Michael&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2015 14:24:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Recreating-GL-context-for-MFC-window/m-p/1020751#M87072</guid>
      <dc:creator>Michael_C_Intel2</dc:creator>
      <dc:date>2015-03-31T14:24:40Z</dc:date>
    </item>
    <item>
      <title>That's great new, thanks!</title>
      <link>https://community.intel.com/t5/Graphics/Recreating-GL-context-for-MFC-window/m-p/1020752#M87073</link>
      <description>&lt;P&gt;That's great news, thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2015 15:12:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Recreating-GL-context-for-MFC-window/m-p/1020752#M87073</guid>
      <dc:creator>Evan_O_</dc:creator>
      <dc:date>2015-03-31T15:12:00Z</dc:date>
    </item>
    <item>
      <title>Hi Michael,</title>
      <link>https://community.intel.com/t5/Graphics/Recreating-GL-context-for-MFC-window/m-p/1020753#M87074</link>
      <description>&lt;P&gt;Hi Michael,&lt;/P&gt;

&lt;P&gt;I realize&amp;nbsp;this is&amp;nbsp;a bit late for this issue, but would you have any information about which version this fix first appeared in and possibly which hardware was affected by it? As it turns out we're going to need to implement a check in code to determine whether it's safe to rebind the GL context like this, and knowing the exact version to use as the cutoff would be preferable to trying to determine one through trial and error.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Evan&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 18:21:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Recreating-GL-context-for-MFC-window/m-p/1020753#M87074</guid>
      <dc:creator>Evan_O_</dc:creator>
      <dc:date>2015-11-03T18:21:53Z</dc:date>
    </item>
    <item>
      <title>Hi Evan,</title>
      <link>https://community.intel.com/t5/Graphics/Recreating-GL-context-for-MFC-window/m-p/1020754#M87075</link>
      <description>&lt;P&gt;Hi Evan,&lt;/P&gt;

&lt;P&gt;It affected 4th, 5th, &amp;amp; 6th Generation Core Processors, my best on the driver is 15.36.4170 and newer drivers. I may have been in driver a version or 2 older.&lt;/P&gt;

&lt;P&gt;-Michael&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 21:58:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Recreating-GL-context-for-MFC-window/m-p/1020754#M87075</guid>
      <dc:creator>Michael_C_Intel2</dc:creator>
      <dc:date>2015-11-03T21:58:09Z</dc:date>
    </item>
  </channel>
</rss>

