<?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 Re: Re:Multiple context sharing failure in Graphics</title>
    <link>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1350355#M104610</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Yes, I am the developer in charge of 3D Rendering for our CAD application TopSolid.&lt;/P&gt;
&lt;P&gt;2. I can provide you with a link to our application if needed in a private message. Please note that I have provided you with a downsized sample application which should reproduce the problem in my first message (SharedContextTest.zip)&lt;/P&gt;
&lt;P&gt;3. My first message also includes my hardware configuration. To sum up: Intel UHD Graphics 630 on Windows 10 Pro with driver&amp;nbsp;27.20.100.8854&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jan 2022 09:39:07 GMT</pubDate>
    <dc:creator>Teglath</dc:creator>
    <dc:date>2022-01-11T09:39:07Z</dc:date>
    <item>
      <title>Multiple context sharing failure</title>
      <link>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1348976#M104507</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am experiencing a problem with OpenGL context sharing on an Intel UHD 630 device with the latest driver.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Conceptually, my application has two "root" contexts sharing display lists and each time a new context is created, it has to be shared with these two root contexts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem is that the first call "wglShareLists(rootHRC1, childRC)" succeeds but the second call&amp;nbsp;"wglShareLists(rootHRC2, childRC)" fails.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Of course, this second call is technically useless, but the second root context is managed by an external library over which I have no control. Furthermore, this library stops working if&amp;nbsp;wglShareLists() fails even if in this case it could gracefully ignore the error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first call to&amp;nbsp;wglShareLists(rootHRC1, childRC) is also mandatory in my application because childRC is not always managed by the external library in which case the call&amp;nbsp;"wglShareLists(rootHRC2, childRC)" is not done.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So to summarize:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Two "root" contexts are created at start: rootRC1 and rootRC2&lt;/P&gt;
&lt;P&gt;- The root contexts are shared: wglShareLists(rootRC1, rootRC2)&lt;/P&gt;
&lt;P&gt;- A child context is created: childRC&lt;/P&gt;
&lt;P&gt;- The child context is successfully shared with the first root context: wglShareLists(rootRC1, childRC)&lt;/P&gt;
&lt;P&gt;- The child context is unsuccessfully shared with the second root context: wglShareLists(rootRC2, childRC) -&amp;gt; returns FALSE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Given the poor official specifications of wglShareLists(), I admit that this behavior is a borderline case, but it works fine on NVidia devices, and also on Intel HD 630 device (according to the provider of the external library). It also seems to me that it used to work in previous versions of the driver, although I cannot say which version was working fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hereby&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;attach the report of my device generated by the Intel configuration panel along with a Visual Studio 2019 project to help replicate the problem.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My computer is a laptop computer without any external display connected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 09:52:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1348976#M104507</guid>
      <dc:creator>Teglath</dc:creator>
      <dc:date>2022-01-06T09:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple context sharing failure</title>
      <link>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1348980#M104508</link>
      <description>&lt;P&gt;In fact the problem is even easier to reproduce:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Create one root context: rootRC&lt;/P&gt;
&lt;P&gt;- Create a display list into it with glNewList (the problem does not occur with an empty context)&lt;/P&gt;
&lt;P&gt;- Create a child context: childRC&lt;/P&gt;
&lt;P&gt;- Call wglShareLists(rootRC, childRC) &lt;STRONG&gt;twice&lt;/STRONG&gt;. The second call fails.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 10:10:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1348980#M104508</guid>
      <dc:creator>Teglath</dc:creator>
      <dc:date>2022-01-06T10:10:55Z</dc:date>
    </item>
    <item>
      <title>Re:Multiple context sharing failure</title>
      <link>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1349150#M104528</link>
      <description>&lt;P&gt;Hello Teglath,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for posting on the Intel&lt;span class="lia-unicode-emoji" title=":registered:"&gt;®️&lt;/span&gt; communities.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I will proceed to check the issue internally and post back soon with more details.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Josue O.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Jan 2022 21:29:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1349150#M104528</guid>
      <dc:creator>JosueO_Intel</dc:creator>
      <dc:date>2022-01-06T21:29:53Z</dc:date>
    </item>
    <item>
      <title>Re:Multiple context sharing failure</title>
      <link>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1349553#M104553</link>
      <description>&lt;P&gt;Hello Teglath,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In this case, please share with us the following information:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Are you the app/tool developer?&lt;/LI&gt;&lt;LI&gt;Is the app publicly available for testing?&lt;/LI&gt;&lt;LI&gt;Which drivers have you tested?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Also, please provide us with specific steps and instructions to try to reproduce the issue. If possible, videos and photos.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Josue O.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Jan 2022 21:17:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1349553#M104553</guid>
      <dc:creator>JosueO_Intel</dc:creator>
      <dc:date>2022-01-07T21:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Multiple context sharing failure</title>
      <link>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1350355#M104610</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Yes, I am the developer in charge of 3D Rendering for our CAD application TopSolid.&lt;/P&gt;
&lt;P&gt;2. I can provide you with a link to our application if needed in a private message. Please note that I have provided you with a downsized sample application which should reproduce the problem in my first message (SharedContextTest.zip)&lt;/P&gt;
&lt;P&gt;3. My first message also includes my hardware configuration. To sum up: Intel UHD Graphics 630 on Windows 10 Pro with driver&amp;nbsp;27.20.100.8854&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 09:39:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1350355#M104610</guid>
      <dc:creator>Teglath</dc:creator>
      <dc:date>2022-01-11T09:39:07Z</dc:date>
    </item>
    <item>
      <title>Re:Multiple context sharing failure</title>
      <link>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1350443#M104618</link>
      <description>&lt;P&gt;Hello Teglath,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for the information provided, I will continue checking the issue internally and post back soon with more details.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Josue O.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Jan 2022 14:10:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1350443#M104618</guid>
      <dc:creator>JosueO_Intel</dc:creator>
      <dc:date>2022-01-11T14:10:45Z</dc:date>
    </item>
    <item>
      <title>Re:Multiple context sharing failure</title>
      <link>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1350503#M104620</link>
      <description>&lt;P&gt;Hello Teglath,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In this case, please provide us with the specific steps to try to replicate the issue in our lab.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Also, we have sent you an email to the address you use to register in the community so that you can share with us the application you are having the issue with.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Josue O.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Jan 2022 17:17:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1350503#M104620</guid>
      <dc:creator>JosueO_Intel</dc:creator>
      <dc:date>2022-01-11T17:17:06Z</dc:date>
    </item>
    <item>
      <title>Re:Multiple context sharing failure</title>
      <link>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1350575#M104626</link>
      <description>&lt;P&gt;Hello Teglath,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have received the information via email. We will check the issue internally and post back soon with more details.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Josue O.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Jan 2022 21:29:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1350575#M104626</guid>
      <dc:creator>JosueO_Intel</dc:creator>
      <dc:date>2022-01-11T21:29:41Z</dc:date>
    </item>
    <item>
      <title>Re:Multiple context sharing failure</title>
      <link>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1350910#M104669</link>
      <description>&lt;P&gt;Hello Teglath,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In this case, please try using the latest generic driver provided by Intel. In order to install it, please perform a clean installation of the driver following the next instructions:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Check Windows* updates:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt; • Click the Windows Start button.&amp;nbsp;&lt;/P&gt;&lt;P&gt; • Click the search and type Windows updates and click on that option.&lt;/P&gt;&lt;P&gt; • Select Check for Updates and ensure you have the latest Windows* version.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Clean installation of the Graphics Driver:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;1- Download the latest customized driver and save the installer on the computer.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/download/19344/intel-graphics-windows-dch-drivers.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/download/19344/intel-graphics-windows-dch-drivers.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2- Disconnect from the internet to make sure the driver will not be automatically updated by Windows.&lt;/P&gt;&lt;P&gt;3- Uninstall the Intel Graphics driver. To do this, please follow the steps on the link below under these sections:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt; • Uninstalling the Intel Graphics Driver via the Device Manager Method&lt;/P&gt;&lt;P&gt; &lt;A href="https://www.intel.com/content/www/us/en/support/articles/000005598/graphics.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/support/articles/000005598/graphics.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;4- Restart the computer.&lt;/P&gt;&lt;P&gt;5- Right-click the Windows Start button. Select Device Manager.&lt;/P&gt;&lt;P&gt;6- If no older drivers are stored in the system, the graphics controller in Device Manager should now be listed as 'Microsoft Basic Display Adapter', 'Standard VGA Graphics Adapter', or similar. If not, repeat step 3. Repeat the process until it is listed as 'Microsoft Basic Display Adapter'.&lt;/P&gt;&lt;P&gt;7- Install the latest graphics driver.&lt;/P&gt;&lt;P&gt;8- Once the latest driver has been installed, enable the internet connection again.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If the issue persists, please download and install the Intel&lt;span class="lia-unicode-emoji" title=":registered:"&gt;®️&lt;/span&gt; System Support Utility (Intel&lt;span class="lia-unicode-emoji" title=":registered:"&gt;®️&lt;/span&gt; SSU):&lt;/P&gt;&lt;P&gt;&lt;A href="https://downloadcenter.intel.com/download/25293/Intel-System-Support-Utility-for-Windows-" target="_blank"&gt;https://downloadcenter.intel.com/download/25293/Intel-System-Support-Utility-for-Windows-&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Open the application and select "Everything" click on "Scan" to see the system and device information. By default, Intel&lt;span class="lia-unicode-emoji" title=":registered:"&gt;®️&lt;/span&gt; SSU will take you to the "Summary View".&amp;nbsp;Click on the menu where it says "Summary" to change to "Detailed View".&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Click on "Next",&amp;nbsp;save the report and attach it to your response.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Also, you mentioned that according to the provider of the external library, the HD 630 should work fine. Could you confirm if it was previously working with the current driver version ( 27.20.100.8854) or with an older one?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Josue O.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Jan 2022 18:55:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1350910#M104669</guid>
      <dc:creator>JosueO_Intel</dc:creator>
      <dc:date>2022-01-12T18:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple context sharing failure</title>
      <link>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1351517#M104717</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have followed all your instructions. As a result, the graphic driver has been updated to version 30.0.101.1191.&lt;/P&gt;
&lt;P&gt;However, this has not solved my problem.&lt;/P&gt;
&lt;P&gt;I have attached to this message the file generated by SSU.&lt;/P&gt;
&lt;P&gt;I have asked the provider of the external library about his device and driver version. I will send you this information as soon as I get it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 15:31:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1351517#M104717</guid>
      <dc:creator>Teglath</dc:creator>
      <dc:date>2022-01-14T15:31:17Z</dc:date>
    </item>
    <item>
      <title>Re:Multiple context sharing failure</title>
      <link>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1351521#M104718</link>
      <description>&lt;P&gt;Hello Teglath,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for the information provided, we will wait for you to get a response about the device and the driver.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Josue O.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jan 2022 15:47:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1351521#M104718</guid>
      <dc:creator>JosueO_Intel</dc:creator>
      <dc:date>2022-01-14T15:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple context sharing failure</title>
      <link>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1351538#M104720</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I just got the information from our library provider (who apparently does not have this problem):&lt;/P&gt;
&lt;P&gt;Device: Intel HD Graphics 630&lt;/P&gt;
&lt;P&gt;Driver: 27.20.100.8682&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 16:31:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1351538#M104720</guid>
      <dc:creator>Teglath</dc:creator>
      <dc:date>2022-01-14T16:31:52Z</dc:date>
    </item>
    <item>
      <title>Re:Multiple context sharing failure</title>
      <link>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1351540#M104721</link>
      <description>&lt;P&gt;Hello Teglath,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for the information provided, I will proceed to check the issue internally and post back soon with more details.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Josue O.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jan 2022 16:38:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1351540#M104721</guid>
      <dc:creator>JosueO_Intel</dc:creator>
      <dc:date>2022-01-14T16:38:28Z</dc:date>
    </item>
    <item>
      <title>Re:Multiple context sharing failure</title>
      <link>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1351976#M104775</link>
      <description>&lt;P&gt;Hello Teglath,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for all the information provided and all the details, in this case, since the issue is being seen when developing a customer application, our recommendation is to post a question on our Intel Developer Zone. There you will receive the appropriate support on this and other concerns you may have related to this issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here you will find the links to access the website and the community forums:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;- &lt;A href="https://software.intel.com/content/www/us/en/develop/home.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/home.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;- &lt;A href="https://community.intel.com/t5/Software/ct-p/software-products" target="_blank"&gt;https://community.intel.com/t5/Software/ct-p/software-products&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Please keep in mind that this thread will no longer be monitored by Intel.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Josue O.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jan 2022 15:13:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Multiple-context-sharing-failure/m-p/1351976#M104775</guid>
      <dc:creator>JosueO_Intel</dc:creator>
      <dc:date>2022-01-17T15:13:51Z</dc:date>
    </item>
  </channel>
</rss>

