<?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:D3D11 copy multi sample depth stencil resource in Graphics</title>
    <link>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1483458#M117331</link>
    <description>&lt;P&gt;Hello leoner,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have received a notification that you have responded to your thread; unfortunately, your response is not visible. Your response has trigged a website filter and has been marked as spam. Maybe due to the website link you shared.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About your issue, we would like to recommend you perform a &lt;A href="https://www.intel.com/content/www/us/en/support/articles/000057389/graphics.html" rel="noopener noreferrer" target="_blank"&gt;clean driver installation&lt;/A&gt;, installing our latest driver available for your graphics adapter, &lt;A href="https://www.intel.com/content/www/us/en/download/776137/intel-7th-10th-gen-processor-graphics-windows.html" rel="noopener noreferrer" target="_blank"&gt;31.0.101.212&lt;/A&gt;. Doing a clean driver installation of the software/drivers for any hardware can help to fix specific issues that can be associated so any additional software that might be causing malfunction. Try the new driver and check if the performance improves.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the issue persists, we would like to further investigate this matter. May we kindly request you provide us with the necessary information to replicate the issue by sharing your app and providing clear steps to reproduce the problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jean O.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 05 May 2023 14:54:20 GMT</pubDate>
    <dc:creator>Jean_Intel</dc:creator>
    <dc:date>2023-05-05T14:54:20Z</dc:date>
    <item>
      <title>D3D11 copy multi sample depth stencil resource</title>
      <link>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1482719#M117232</link>
      <description>&lt;P&gt;device:&amp;nbsp;&lt;SPAN&gt;UHD Graphics 630 (&lt;/SPAN&gt;&lt;SPAN&gt;Intel i7-10750H,&amp;nbsp;&amp;nbsp;&amp;nbsp;Dell XPS 15 9500)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;driver version:&amp;nbsp;31.0.101.2115&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to perform a copy of multisample textures (used as render targets as well as shader resources) in the render loop of my application.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I noticed that&amp;nbsp;ID3D11DeviceContext::CopyResource is really slow on Intel UHD 630:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;profiling with both Graphics Frame Analyzer and d3d time queries, it looks like a single copy can take up to 5000 us for a 1200x800 R8G8B8A8_UNORM (x8 samples) resource and 6000 us for a D24_UNORM_S8_UINT (x8) of the same size.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since I need to copy both resources in the render loop, those performances make the app almost unusable when the graphics adapter in use is the Intel UHD.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also tried a slightly different approach: instead of copying the entire ms texture, I downsampled (resolved) the ms color texture and copied it to a single sample resource (multi-sample is important for the source of the copy, &lt;STRONG&gt;the destination could be a single-sampled texture without loosing too much graphics quality&lt;/STRONG&gt;).&amp;nbsp; This approach is significantly faster than the full ms texture copy.&lt;/P&gt;
&lt;P&gt;However, in d3d11 it's not possible to resolve a resource with BIND_DEPTH_STENCIL flag, so this approach is not viable for the depth copy. So I tried with a shader that samples from the ms depth texture and writes only the 0th sample to depth. Again, the performance is terrible (~3500 us).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are there ways to improve performance?&lt;/P&gt;
&lt;P&gt;Are there texture formats that allow for a faster copy or performance tips for Intel UHD that address this issue?&lt;/P&gt;
&lt;P&gt;Is there a faster method to achieve the desired result that I'm not considering?&amp;nbsp;&amp;nbsp;&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>Wed, 03 May 2023 14:40:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1482719#M117232</guid>
      <dc:creator>leoner</dc:creator>
      <dc:date>2023-05-03T14:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: D3D11 copy multi sample depth stencil resource</title>
      <link>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1483122#M117288</link>
      <description>&lt;P&gt;Hello leoner,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for posting on the Intel️® communities. We are sorry to hear that you are experiencing issues, and we would be more than glad to help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To better assist you, please provide us with the following:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Are you working on a personal project?&lt;/LI&gt;
&lt;LI&gt;Can you replicate the issue using third-party graphics?&lt;/LI&gt;
&lt;LI&gt;We would like to gather more information about your system: provide us with 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) report:
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.intel.com/content/www/us/en/download/18377/25293/intel-system-support-utility-for-windows.html?" target="_blank" rel="noopener noreferrer"&gt;Download the Intel SSU&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Open the application and 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."&lt;/LI&gt;
&lt;LI&gt;Click on the menu where it says: "Summary" to change it to "Detailed View."&lt;/LI&gt;
&lt;LI&gt;To save your scan: click on "Next"; then "Save."&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Jean O.&lt;/P&gt;
&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 20:01:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1483122#M117288</guid>
      <dc:creator>Jean_Intel</dc:creator>
      <dc:date>2023-05-04T20:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: D3D11 copy multi sample depth stencil resource</title>
      <link>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1483385#M117321</link>
      <description>&lt;P&gt;Hi Jean,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the promt reply,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Are you working on a personal project?&lt;/P&gt;
&lt;P&gt;No, I'm working on the development Eyeshot, an established a CAD component for .NET (website: &lt;A href="https://www.devdept.com" target="_blank"&gt;https://www.devdept.com&lt;/A&gt; ).&lt;/P&gt;
&lt;P&gt;We have thousands of customers that, in turn, distribute their products to thousands of end users. Intel graphics, optionally coupled with a discrete gpu, is a really common scenario among developers and users. We aim to make our product run smoothly also on low end configurations, without forcing the customers to buy expensive hardware.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Can you replicate the issue using third-party graphics?&lt;/P&gt;
&lt;P&gt;I'm afraid I don't understand your question. This is a preformance issue, dedicated NVidia and AMD cards have proven to be much faster (as it is to be expected). I tried the same process described in the first post of this thread with an NVidia 1650Ti, RTX 3060, AMD Radeon Pro W5500, ... . I could provide benchmarks and driver versions for each, but I think that's beside the point, it's not a surprise that Intel UHD 630 is slower than modern discrete GPUs, generally speaking. The problem is how much worse they are, and wether or not I'm missing optimization opportunities I'm not aware of.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. We would like to gather more information about your system&lt;/P&gt;
&lt;P&gt;You'll find the requested info in the attachments.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Leone Ruggiero&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 08:56:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1483385#M117321</guid>
      <dc:creator>leoner</dc:creator>
      <dc:date>2023-05-05T08:56:49Z</dc:date>
    </item>
    <item>
      <title>Re:D3D11 copy multi sample depth stencil resource</title>
      <link>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1483458#M117331</link>
      <description>&lt;P&gt;Hello leoner,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have received a notification that you have responded to your thread; unfortunately, your response is not visible. Your response has trigged a website filter and has been marked as spam. Maybe due to the website link you shared.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About your issue, we would like to recommend you perform a &lt;A href="https://www.intel.com/content/www/us/en/support/articles/000057389/graphics.html" rel="noopener noreferrer" target="_blank"&gt;clean driver installation&lt;/A&gt;, installing our latest driver available for your graphics adapter, &lt;A href="https://www.intel.com/content/www/us/en/download/776137/intel-7th-10th-gen-processor-graphics-windows.html" rel="noopener noreferrer" target="_blank"&gt;31.0.101.212&lt;/A&gt;. Doing a clean driver installation of the software/drivers for any hardware can help to fix specific issues that can be associated so any additional software that might be causing malfunction. Try the new driver and check if the performance improves.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the issue persists, we would like to further investigate this matter. May we kindly request you provide us with the necessary information to replicate the issue by sharing your app and providing clear steps to reproduce the problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jean O.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 May 2023 14:54:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1483458#M117331</guid>
      <dc:creator>Jean_Intel</dc:creator>
      <dc:date>2023-05-05T14:54:20Z</dc:date>
    </item>
    <item>
      <title>Re:D3D11 copy multi sample depth stencil resource</title>
      <link>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1484886#M117539</link>
      <description>&lt;P&gt;Hello leoner,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We hope you are doing fine.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Were you able to check the previous post?&lt;/P&gt;&lt;P&gt;Let us know if you still need assistance.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jean O.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 May 2023 14:14:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1484886#M117539</guid>
      <dc:creator>Jean_Intel</dc:creator>
      <dc:date>2023-05-10T14:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re:D3D11 copy multi sample depth stencil resource</title>
      <link>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1485258#M117585</link>
      <description>&lt;P&gt;Hi Jean,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;"Doing a clean driver installation of the software/drivers for any hardware can help to fix specific issues that can be associated so any additional software that might be causing malfunction. Try the new driver and check if the performance improves."&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;I tried with a clean driver installation, however, I didn't notice any performace improvement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;"May we kindly request you provide us with the necessary information to replicate the issue by sharing your app and providing clear steps to reproduce the problem?"&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Instead of the entire application, which requires some preliminary steps to replicate the performance issue, I attached a simple Win32-D3D11 application as a MS Visual Studio solution. The solution should be ready to build and run as long as the workload "Desktop developement with C++" is installed. If you just want the executable, you'll find it in &lt;EM&gt;x64\Release.&lt;/EM&gt; I hope that's fine too.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To replicate the issue you just need to launch the application with Intel Graphics Frame Analizer: you'll see that the resolving the multisample color texture and copying it to screen plus doing the same for depth data adds up to around 5 milliseconds GPU time.&amp;nbsp;&lt;BR /&gt;In the code (IntelTestD3D11.cpp)&amp;nbsp; you'll find a short comment that explains what I'm doing in details (the first post of this thread basically).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is not bug report, I just wanted to hear from you if there are optimization opportunities for your hardware that I'm missing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;"Your response has trigged a website filter and has been marked as spam. Maybe due to the website link you shared."&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;I've been banned from this website. I'm sorry I misused the forum.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, it clearly wasn't my intention to litter this website with spam or promote my company, I was just trying to introduce myself.&lt;/P&gt;
&lt;P&gt;Is it possible to restore my account/ip/domain status?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Leone&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 10:50:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1485258#M117585</guid>
      <dc:creator>leoner1</dc:creator>
      <dc:date>2023-05-11T10:50:35Z</dc:date>
    </item>
    <item>
      <title>Re:D3D11 copy multi sample depth stencil resource</title>
      <link>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1485439#M117639</link>
      <description>&lt;P&gt;Hello leoner1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the information provided.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you feel you have been restricted unfairly, contact Intel Customer Support by completing the &lt;A href="https://www.intel.com/content/www/us/en/forms/support/my-intel-sign-on-support.html" rel="noopener noreferrer" target="_blank"&gt;Sign-in Issues form.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We will proceed to check the issue internally and post back soon with more details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jean O.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 May 2023 20:37:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1485439#M117639</guid>
      <dc:creator>Jean_Intel</dc:creator>
      <dc:date>2023-05-11T20:37:35Z</dc:date>
    </item>
    <item>
      <title>Re:D3D11 copy multi sample depth stencil resource</title>
      <link>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1486383#M117798</link>
      <description>&lt;P&gt;Hello leoner1,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;To continue investigating your issue, we would like to request the following information:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The step-by-step to fully replicate your issue, a recording of the screen would be ideal.&lt;/LI&gt;&lt;LI&gt;Let us know which files we need to open into the Intel Graphics Frame Analyzer.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jean O.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 May 2023 21:32:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1486383#M117798</guid>
      <dc:creator>Jean_Intel</dc:creator>
      <dc:date>2023-05-15T21:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Re:D3D11 copy multi sample depth stencil resource</title>
      <link>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1487057#M117931</link>
      <description>&lt;P&gt;Hi Jean,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You'll find a step-by-step guide in the attachments as requested.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Leone&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 15:45:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1487057#M117931</guid>
      <dc:creator>leoner1</dc:creator>
      <dc:date>2023-05-17T15:45:09Z</dc:date>
    </item>
    <item>
      <title>Re:D3D11 copy multi sample depth stencil resource</title>
      <link>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1487175#M117954</link>
      <description>&lt;P&gt;Hello leoner1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the video you provided.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We will continue to resume our investigation on this matter. We will post back as soon as we have further details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jean O.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 May 2023 20:58:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1487175#M117954</guid>
      <dc:creator>Jean_Intel</dc:creator>
      <dc:date>2023-05-17T20:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: D3D11 copy multi sample depth stencil resource</title>
      <link>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1490830#M118414</link>
      <description>&lt;P&gt;Hi Jean,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any update on the issue?&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Leone&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2023 08:18:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1490830#M118414</guid>
      <dc:creator>leoner1</dc:creator>
      <dc:date>2023-05-29T08:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: D3D11 copy multi sample depth stencil resource</title>
      <link>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1491293#M118491</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/293353"&gt;@leoner1&lt;/a&gt;&amp;nbsp;thank you for your submission&lt;BR /&gt;This case has been escalated to Developer Support at Intel.&lt;/P&gt;
&lt;P&gt;Once the fix has been implemented in a public release I will contact you in this thread.&lt;/P&gt;
&lt;P&gt;Just FYI t&lt;SPAN class="uiOutputText"&gt;he fix would be targeted for 11th gen and newer processors first, a&lt;/SPAN&gt;&lt;SPAN class="uiOutputText"&gt;s the 10th gen and older processor have legacy support only:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A title="https://www.intel.com/content/www/us/en/support/articles/000091662/graphics.html" href="https://www.intel.com/content/www/us/en/support/articles/000091662/graphics.html" target="_blank" rel="noopener noreferrer"&gt;&lt;SPAN class="uiOutputText"&gt;Graphics Driver Support Update for 10th Generation and Older Intel Processor Graphics&lt;/SPAN&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Our regular driver cadence release can take from 3 up to 6 months, but in case we have news we will let you know here.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The impact of this fix is also included in the escalation process. Hope to bring news soon.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;/P&gt;
&lt;P&gt;Karen&lt;BR /&gt;Forum for Devs:&amp;nbsp;&lt;A href="https://community.intel.com/t5/Developing-Games-on-Intel/bd-p/developing-games-graphics" target="_self"&gt;https://community.intel.com/t5/Developing-Games-on-Intel/bd-p/developing-games-graphics&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;If you are in GitHub:&amp;nbsp;&lt;A href="https://github.com/IGCIT/Intel-GPU-Community-Issue-Tracker-IGCIT/issues" target="_blank"&gt;https://github.com/IGCIT/Intel-GPU-Community-Issue-Tracker-IGCIT/issues&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 19:49:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1491293#M118491</guid>
      <dc:creator>karen_intel</dc:creator>
      <dc:date>2023-05-30T19:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: D3D11 copy multi sample depth stencil resource</title>
      <link>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1515957#M121277</link>
      <description>&lt;P&gt;Hi Karen,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any update on the topic?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Is there a place where I can check how the issue is progressing?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;/P&gt;&lt;P&gt;Leone&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 07:31:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1515957#M121277</guid>
      <dc:creator>leoner1</dc:creator>
      <dc:date>2023-08-21T07:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: D3D11 copy multi sample depth stencil resource</title>
      <link>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1574268#M128600</link>
      <description>&lt;P&gt;Hi Leone&lt;BR /&gt;&lt;BR /&gt;Sorry for the delay and t&lt;SPAN&gt;&lt;SPAN class="ui-provider byq byr bim bys byt byu byv byw byx byy byz bza bzb bzc bzd bze bzf bzg bzh bzi bzj bzk bzl bzm bzn bzo bzp bzq bzr bzs bzt bzu bzv bzw bzx"&gt;hank you for reporting this issue. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider byq byr bim bys byt byu byv byw byx byy byz bza bzb bzc bzd bze bzf bzg bzh bzi bzj bzk bzl bzm bzn bzo bzp bzq bzr bzs bzt bzu bzv bzw bzx"&gt;Our priority is to target the most popular games and apps to focus our efforts on providing a high quality, stable experience for the broadest set of users. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider byq byr bim bys byt byu byv byw byx byy byz bza bzb bzc bzd bze bzf bzg bzh bzi bzj bzk bzl bzm bzn bzo bzp bzq bzr bzs bzt bzu bzv bzw bzx"&gt;We will continue to improve our software performance and compatibility throughout 2024 and beyond. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider byq byr bim bys byt byu byv byw byx byy byz bza bzb bzc bzd bze bzf bzg bzh bzi bzj bzk bzl bzm bzn bzo bzp bzq bzr bzs bzt bzu bzv bzw bzx"&gt;While we can’t accommodate your request at this time, please watch this&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/support/articles/000097964/graphics.html" target="_self"&gt;&lt;U&gt;article&lt;/U&gt;&lt;/A&gt;&amp;nbsp;on our website for any possible changes to this situation.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider byq byr bim bys byt byu byv byw byx byy byz bza bzb bzc bzd bze bzf bzg bzh bzi bzj bzk bzl bzm bzn bzo bzp bzq bzr bzs bzt bzu bzv bzw bzx"&gt;&lt;BR /&gt;Karen&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 19:12:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/D3D11-copy-multi-sample-depth-stencil-resource/m-p/1574268#M128600</guid>
      <dc:creator>karen_intel</dc:creator>
      <dc:date>2024-02-21T19:12:54Z</dc:date>
    </item>
  </channel>
</rss>

