<?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:Thread renamed when calling D3D11CreateDevice in Graphics</title>
    <link>https://community.intel.com/t5/Graphics/Thread-renamed-when-calling-D3D11CreateDevice/m-p/1646670#M136076</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.intel.com/t5/user/viewprofilepage/user-id/397572" rel="noopener noreferrer" target="_blank"&gt;&lt;STRONG&gt;Fredrik-Orderud&lt;/STRONG&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm still checking on this. Can you please let me know if you are an app or game developer using the Iris Xe Graphics? &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I hope to hear from you soon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;JeanetteC.&lt;/P&gt;&lt;P&gt;Intel® Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 01 Dec 2024 05:13:38 GMT</pubDate>
    <dc:creator>JeanetteC_Intel</dc:creator>
    <dc:date>2024-12-01T05:13:38Z</dc:date>
    <item>
      <title>Thread renamed when calling D3D11CreateDevice</title>
      <link>https://community.intel.com/t5/Graphics/Thread-renamed-when-calling-D3D11CreateDevice/m-p/1645581#M135928</link>
      <description>&lt;P&gt;I've started to experience problems with the "main" thread of my C++ program being renamed when calling&amp;nbsp;D3D11CreateDevice to create a GPU device on a Win10 22H2 (x64) laptop with&amp;nbsp;&lt;SPAN&gt;Intel(R) Iris(R) Xe Graphics with driver version: 32.0.101.6078 (latest).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Minimal C++ reproducer:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;#include &amp;lt;d3d11.h&amp;gt;&lt;BR /&gt;#pragma comment(lib, "D3D11.lib")&lt;BR /&gt;&lt;BR /&gt;int WINAPI wmain(int argc, wchar_t * argv[]) {&lt;BR /&gt;  const D3D_FEATURE_LEVEL desired_levels[] = { D3D_FEATURE_LEVEL_11_0 };&lt;BR /&gt;  D3D_FEATURE_LEVEL actual_level = D3D_FEATURE_LEVEL_9_1; // overwritten on device creation&lt;BR /&gt;  ID3D11Device* device = nullptr;&lt;BR /&gt;  ID3D11DeviceContext* context = nullptr;&lt;BR /&gt;  // will trigger renaming of the thread&lt;BR /&gt;  HRESULT hr = D3D11CreateDevice(nullptr, D3D_DRIVER_TYPE_HARDWARE, nullptr, D3D11_CREATE_DEVICE_BGRA_SUPPORT, desired_levels, ARRAYSIZE(desired_levels), D3D11_SDK_VERSION, &amp;amp;device, &amp;amp;actual_level, &amp;amp;context);&lt;BR /&gt;  if (FAILED(hr))&lt;BR /&gt;    abort();&lt;BR /&gt;}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think this problem is triggered by a regression after a recent Intel GPU driver update. I'm attaching Visual Studio screenshot before &amp;amp; after calling D3D11CreateDevice. Also attaching DxDiag output with more details on my Direct3D and GPU driver setup.&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>Mon, 25 Nov 2024 13:55:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Thread-renamed-when-calling-D3D11CreateDevice/m-p/1645581#M135928</guid>
      <dc:creator>Fredrik-Orderud</dc:creator>
      <dc:date>2024-11-25T13:55:48Z</dc:date>
    </item>
    <item>
      <title>Re:Thread renamed when calling D3D11CreateDevice</title>
      <link>https://community.intel.com/t5/Graphics/Thread-renamed-when-calling-D3D11CreateDevice/m-p/1645960#M135968</link>
      <description>&lt;P&gt;Hello &lt;A href="https://community.intel.com/t5/user/viewprofilepage/user-id/397572" rel="noopener noreferrer" target="_blank"&gt;&lt;STRONG&gt;Fredrik-Orderud&lt;/STRONG&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for posting in Intel Communities.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll check on this query and I will post an update once it's available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;JeanetteC.&lt;/P&gt;&lt;P&gt;Intel® Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Nov 2024 01:32:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Thread-renamed-when-calling-D3D11CreateDevice/m-p/1645960#M135968</guid>
      <dc:creator>JeanetteC_Intel</dc:creator>
      <dc:date>2024-11-27T01:32:48Z</dc:date>
    </item>
    <item>
      <title>Re:Thread renamed when calling D3D11CreateDevice</title>
      <link>https://community.intel.com/t5/Graphics/Thread-renamed-when-calling-D3D11CreateDevice/m-p/1646670#M136076</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.intel.com/t5/user/viewprofilepage/user-id/397572" rel="noopener noreferrer" target="_blank"&gt;&lt;STRONG&gt;Fredrik-Orderud&lt;/STRONG&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm still checking on this. Can you please let me know if you are an app or game developer using the Iris Xe Graphics? &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I hope to hear from you soon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;JeanetteC.&lt;/P&gt;&lt;P&gt;Intel® Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 01 Dec 2024 05:13:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Thread-renamed-when-calling-D3D11CreateDevice/m-p/1646670#M136076</guid>
      <dc:creator>JeanetteC_Intel</dc:creator>
      <dc:date>2024-12-01T05:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Thread renamed when calling D3D11CreateDevice</title>
      <link>https://community.intel.com/t5/Graphics/Thread-renamed-when-calling-D3D11CreateDevice/m-p/1646679#M136079</link>
      <description>&lt;P&gt;I'm developing medical image SW that needs to run on Intel-based GPUs like&amp;nbsp;&lt;SPAN&gt;Iris Xe.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Dec 2024 09:12:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Thread-renamed-when-calling-D3D11CreateDevice/m-p/1646679#M136079</guid>
      <dc:creator>Fredrik-Orderud</dc:creator>
      <dc:date>2024-12-01T09:12:34Z</dc:date>
    </item>
    <item>
      <title>Re:Thread renamed when calling D3D11CreateDevice</title>
      <link>https://community.intel.com/t5/Graphics/Thread-renamed-when-calling-D3D11CreateDevice/m-p/1647554#M136178</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.intel.com/t5/user/viewprofilepage/user-id/397572" rel="noopener noreferrer" target="_blank"&gt;&lt;STRONG&gt;redrik-Orderud&lt;/STRONG&gt;&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good day!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly reach out to:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.intel.com/t5/Developing-Games-on-Intel/Welcome-to-the-Intel-Game-Developer-Program-Forum/td-p/1399498" rel="noopener noreferrer" target="_blank"&gt;Developing Games on Intel Graphics Community&lt;/A&gt;&amp;nbsp;or the Github&amp;nbsp;&lt;A href="https://github.com/IGCIT/Intel-GPU-Community-Issue-Tracker-IGCIT/issues" rel="noopener noreferrer" target="_blank"&gt;Intel-GPU-Community-Issue-Tracker-IGCIT&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;JeanetteC.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Dec 2024 13:27:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Thread-renamed-when-calling-D3D11CreateDevice/m-p/1647554#M136178</guid>
      <dc:creator>JeanetteC_Intel</dc:creator>
      <dc:date>2024-12-05T13:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Thread renamed when calling D3D11CreateDevice</title>
      <link>https://community.intel.com/t5/Graphics/Thread-renamed-when-calling-D3D11CreateDevice/m-p/1647558#M136179</link>
      <description>&lt;P&gt;Ok. I've now resubmitted the problem report on&amp;nbsp;&lt;A href="https://github.com/IGCIT/Intel-GPU-Community-Issue-Tracker-IGCIT/issues/875" target="_blank"&gt;https://github.com/IGCIT/Intel-GPU-Community-Issue-Tracker-IGCIT/issues/875&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was not aware of this community issue tracker GitHub project. Maybe &lt;A href="https://community.intel.com/" target="_blank"&gt;https://community.intel.com/&lt;/A&gt;&amp;nbsp;can be updated with a link to it, so that the next developer who wants to report a GPU driver bug ends up there instead of here(?)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 13:46:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Thread-renamed-when-calling-D3D11CreateDevice/m-p/1647558#M136179</guid>
      <dc:creator>Fredrik-Orderud</dc:creator>
      <dc:date>2024-12-05T13:46:37Z</dc:date>
    </item>
    <item>
      <title>Re:Thread renamed when calling D3D11CreateDevice</title>
      <link>https://community.intel.com/t5/Graphics/Thread-renamed-when-calling-D3D11CreateDevice/m-p/1648048#M136247</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.intel.com/t5/user/viewprofilepage/user-id/397572" rel="noopener noreferrer" target="_blank"&gt;&lt;STRONG&gt;Fredrik-Orderud&lt;/STRONG&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have taken note on this and will now proceed in closing this thread now. Rest assured your feedback is valuable to us, and we assure you that it will be taken into consideration. We share your goal of continuously improving our products and services.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you need any additional information, please submit a new question as this thread will no longer be monitored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;JeanetteC.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 08 Dec 2024 23:26:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Thread-renamed-when-calling-D3D11CreateDevice/m-p/1648048#M136247</guid>
      <dc:creator>JeanetteC_Intel</dc:creator>
      <dc:date>2024-12-08T23:26:35Z</dc:date>
    </item>
  </channel>
</rss>

