<?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: Memory leak on Intel GPU affecting all web browsers in Developing Games on Intel Graphics</title>
    <link>https://community.intel.com/t5/Developing-Games-on-Intel/Memory-leak-on-Intel-GPU-affecting-all-web-browsers/m-p/1728577#M2926</link>
    <description>&lt;P&gt;That's great! I'll make sure to create a new report as soon as possible&lt;/P&gt;
&lt;P&gt;Please tag me in the comments&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Dec 2025 16:41:11 GMT</pubDate>
    <dc:creator>karen_intel</dc:creator>
    <dc:date>2025-12-01T16:41:11Z</dc:date>
    <item>
      <title>Memory leak on Intel GPU affecting all web browsers</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Memory-leak-on-Intel-GPU-affecting-all-web-browsers/m-p/1684799#M2673</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;This post is a follow up from&amp;nbsp;&lt;A href="https://community.intel.com/t5/Developing-Games-on-Intel/Memory-leaks-on-Intel-Iris-Xe-graphics/m-p/1684585/highlight/true#M2670" target="_self"&gt;this comment&lt;/A&gt;&amp;nbsp;to explain a bit more our case.&lt;BR /&gt;I'm posting in this forum but I could move this elsewhere if it's more appropriate.&lt;BR /&gt;&lt;BR /&gt;We are a medical imaging software company providing a web viewer, XploreViewWeb, for medical imaging especially for CT scan and MRI images which needs to be viewed as 3D volume.&lt;BR /&gt;To do so we're using a library named &lt;A href="https://www.cornerstonejs.org/" target="_self"&gt;cornerstonejs &lt;/A&gt;which is widely used worldwide by most web viewer.&lt;BR /&gt;&lt;BR /&gt;The problem comes from the JS function `gl.textSubImage3D()` which is translated later by all major browsers (from the &lt;A href="https://github.com/google/angle" target="_self"&gt;angle project&lt;/A&gt;) to `&lt;SPAN&gt;DeviceContext::UpdateSubresource()&lt;/SPAN&gt;` on Windows since D3D11 is being used by default.&lt;BR /&gt;&lt;BR /&gt;We tried to workaround this but there isn't much you can do on JS.&lt;BR /&gt;We could use `gl.texImage3D()` but that's not really practical, requires to download all images before being able to render, need to pre-build the volume in RAM before sending to GPU which is costy, and would require to detect GPU used to apply the workaround which is not really something you can do on web sandbox.&lt;BR /&gt;And really we're building a volume from slice data which is exactly the purpose of `gl.textSubImage3D()`.&lt;BR /&gt;Another workaround is to change an advanced property on &lt;EM&gt;some&lt;/EM&gt;&amp;nbsp;browsers to not use D3D11. But this is not viable for a large scale of non-tech users, let aside security politics preventing changes of such settings.&lt;BR /&gt;&lt;BR /&gt;About the number of affected user, it's hard to say but it is huge, let's see why :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;from our end we got hundred of reports and we currently have 20K+ physicians and 1M+ patients using our viewer. We don't know precisely how many are on intel GPU but, from the reports, we know for sure it's not marginal.&lt;/LI&gt;&lt;LI&gt;Cornerstone has several posts about this (&lt;A href="https://github.com/cornerstonejs/cornerstone3D/issues/1986" target="_self"&gt;here&lt;/A&gt; and &lt;A href="https://github.com/cornerstonejs/cornerstone3D/issues/1370" target="_self"&gt;here&lt;/A&gt; for example) and OHIF (which is the open source viewer counter part) also has &lt;A href="https://github.com/OHIF/Viewers/issues/3207" target="_self"&gt;posts&lt;/A&gt; about it. Again we don't know precisely the numbers but those projects are widely used worldwide.&lt;/LI&gt;&lt;LI&gt;a new french project named &lt;A href="https://esante.gouv.fr/segur/imagerie-medicale" target="_self"&gt;DRIMBox&lt;/A&gt;&amp;nbsp;is being developed to share medical imaging across the country for all french physicians and patients. During test sessions we could see all web viewers were affected not just ours. Here we're on a scale of millions of total users, which should still translate to some millions of affected users using Intel GPU.&lt;/LI&gt;&lt;LI&gt;problem being indirectly part of the Angle project (there is also an &lt;A href="https://issues.angleproject.org/issues/42265733" target="_self"&gt;issue&amp;nbsp;&lt;/A&gt;on their forum about it.) any web application using `gl.textSubImage3D()` is affected since Angle is the backend used by all major web browsers.&lt;/LI&gt;&lt;/UL&gt;&lt;P data-unlink="true"&gt;You can find a very simple and minimal reproduction &lt;A href="https://jsfiddle.net/1qvukzof/1/" target="_self"&gt;here&lt;/A&gt;&amp;nbsp;.&lt;BR /&gt;Or using the &lt;A href="https://viewer.ohif.org/viewer?StudyInstanceUIDs=2.16.840.1.114362.1.11972228.22789312658.616067305.306.2" target="_self"&gt;OHIF Viewer&lt;/A&gt;, changing the layout (on top) to MPR will produce the memory leak.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 09:39:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Memory-leak-on-Intel-GPU-affecting-all-web-browsers/m-p/1684799#M2673</guid>
      <dc:creator>pgranjal</dc:creator>
      <dc:date>2025-04-23T09:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Memory leak on Intel GPU affecting all web browsers</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Memory-leak-on-Intel-GPU-affecting-all-web-browsers/m-p/1684969#M2674</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/416534"&gt;@pgranjal&lt;/a&gt;&amp;nbsp;thanks a lot for the information and welcome to our dev support forum &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;
&lt;P&gt;I was able to repro the memory leak in Edge and Chrome.&lt;/P&gt;
&lt;P&gt;Allow me to do some more triage and I'll report back tomorrow, stay tuned&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Karen&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2025 03:00:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Memory-leak-on-Intel-GPU-affecting-all-web-browsers/m-p/1684969#M2674</guid>
      <dc:creator>karen_intel</dc:creator>
      <dc:date>2025-04-24T03:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Memory leak on Intel GPU affecting all web browsers</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Memory-leak-on-Intel-GPU-affecting-all-web-browsers/m-p/1687501#M2699</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/237032"&gt;@karen_intel&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Were you able to progress on this ?&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 13:43:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Memory-leak-on-Intel-GPU-affecting-all-web-browsers/m-p/1687501#M2699</guid>
      <dc:creator>pgranjal</dc:creator>
      <dc:date>2025-05-05T13:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Memory leak on Intel GPU affecting all web browsers</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Memory-leak-on-Intel-GPU-affecting-all-web-browsers/m-p/1687576#M2700</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/416534"&gt;@pgranjal&lt;/a&gt;&amp;nbsp;YES! Sorry for the delay , small update&lt;/P&gt;
&lt;P&gt;We've been doing some triage and we're also creating an internal report for the driver team &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;BR /&gt;I will share the ID as soon as possible, thank you for your patience&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Karen&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 23:39:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Memory-leak-on-Intel-GPU-affecting-all-web-browsers/m-p/1687576#M2700</guid>
      <dc:creator>karen_intel</dc:creator>
      <dc:date>2025-05-05T23:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Memory leak on Intel GPU affecting all web browsers</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Memory-leak-on-Intel-GPU-affecting-all-web-browsers/m-p/1687620#M2701</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/416534"&gt;@pgranjal&lt;/a&gt;&amp;nbsp;here's the internal report number for the memory leak you have reported:&amp;nbsp;14025017247&lt;BR /&gt;&lt;BR /&gt;I've made sure to include the impact you included in the description. If we need anything in particular I'll let you know here.&lt;/P&gt;
&lt;P&gt;We are also creating an article to inform the community we're already aware of this behavior. I'll post the URL after it has been created.&lt;/P&gt;
&lt;P&gt;Thank you for your help.&lt;BR /&gt;&lt;BR /&gt;Karen&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 23:41:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Memory-leak-on-Intel-GPU-affecting-all-web-browsers/m-p/1687620#M2701</guid>
      <dc:creator>karen_intel</dc:creator>
      <dc:date>2025-05-05T23:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Memory leak on Intel GPU affecting all web browsers</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Memory-leak-on-Intel-GPU-affecting-all-web-browsers/m-p/1702093#M2805</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/237032"&gt;@karen_intel&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can we track the progress of your internal report somewhere ? I was not able to find what to do with that number.&lt;BR /&gt;&lt;BR /&gt;Also the article is a great idea, so we can make it a reference, were you able to post it already ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for you help&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 07:15:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Memory-leak-on-Intel-GPU-affecting-all-web-browsers/m-p/1702093#M2805</guid>
      <dc:creator>pgranjal</dc:creator>
      <dc:date>2025-07-08T07:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Memory leak on Intel GPU affecting all web browsers</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Memory-leak-on-Intel-GPU-affecting-all-web-browsers/m-p/1728572#M2923</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/237032"&gt;@karen_intel&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Regarding the recent changes on this forum stated &lt;A href="https://community.intel.com/t5/Developing-Games-on-Intel/IMPORTANT-Changes-to-this-forum/td-p/1719157" target="_self"&gt;here&lt;/A&gt;&lt;BR /&gt;Should we move this to the IGCIT on github ?&lt;BR /&gt;Or maybe elsewhere as all those seems to be about video games and this issue is totally unrelated to games or games development.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2025 15:25:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Memory-leak-on-Intel-GPU-affecting-all-web-browsers/m-p/1728572#M2923</guid>
      <dc:creator>pgranjal</dc:creator>
      <dc:date>2025-12-01T15:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Memory leak on Intel GPU affecting all web browsers</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Memory-leak-on-Intel-GPU-affecting-all-web-browsers/m-p/1728573#M2924</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/416534"&gt;@pgranjal&lt;/a&gt;&amp;nbsp;thank you for reaching out&lt;/P&gt;
&lt;P&gt;This forum doesn't have active support anymore.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;About this issue, we've done several testing and as the issue is only happening on systems that are 11th Gen or older, the support for this type of hardware has moved to &lt;A href="https://www.intel.com/content/www/us/en/support/articles/000101986/graphics.html" target="_self"&gt;legacy.&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I haven't had any luck reproducing it on newest systems, meaning I cannot push further with the current hw support.&lt;/P&gt;
&lt;P&gt;If you get to reproduce it on newest generations, please submit a new report through IGCIT and I'll be glad to create a new report for you and follow it along with you&lt;/P&gt;
&lt;P&gt;Karen&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2025 15:52:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Memory-leak-on-Intel-GPU-affecting-all-web-browsers/m-p/1728573#M2924</guid>
      <dc:creator>karen_intel</dc:creator>
      <dc:date>2025-12-01T15:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Memory leak on Intel GPU affecting all web browsers</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Memory-leak-on-Intel-GPU-affecting-all-web-browsers/m-p/1728576#M2925</link>
      <description>&lt;P&gt;I just checked out again.&lt;BR /&gt;&lt;BR /&gt;And on my laptop on13th gen with latest driver 32.0.101.7080 from 11/07 I'm still having the exact same memory leak.&lt;BR /&gt;I'll post it to IGCIT tomorrow.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2025 16:37:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Memory-leak-on-Intel-GPU-affecting-all-web-browsers/m-p/1728576#M2925</guid>
      <dc:creator>pgranjal</dc:creator>
      <dc:date>2025-12-01T16:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Memory leak on Intel GPU affecting all web browsers</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Memory-leak-on-Intel-GPU-affecting-all-web-browsers/m-p/1728577#M2926</link>
      <description>&lt;P&gt;That's great! I'll make sure to create a new report as soon as possible&lt;/P&gt;
&lt;P&gt;Please tag me in the comments&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2025 16:41:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Memory-leak-on-Intel-GPU-affecting-all-web-browsers/m-p/1728577#M2926</guid>
      <dc:creator>karen_intel</dc:creator>
      <dc:date>2025-12-01T16:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Memory leak on Intel GPU affecting all web browsers</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Memory-leak-on-Intel-GPU-affecting-all-web-browsers/m-p/1739774#M2963</link>
      <description>&lt;P&gt;Hello Karen.&lt;BR /&gt;If you're in charge here, I need your help.&lt;BR /&gt;Since none of my threads have received an adequate response.&lt;BR /&gt;No solutions have been provided.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 19:53:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Memory-leak-on-Intel-GPU-affecting-all-web-browsers/m-p/1739774#M2963</guid>
      <dc:creator>gasoline</dc:creator>
      <dc:date>2026-03-05T19:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Memory leak on Intel GPU affecting all web browsers</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Memory-leak-on-Intel-GPU-affecting-all-web-browsers/m-p/1739780#M2964</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/420660"&gt;@gasoline&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Apologies, this forum doesn't have active support anymore. Like I mentioned above to other fellow posters, reach out to us on &lt;A href="https://github.com/IGCIT/Intel-GPU-Community-Issue-Tracker-IGCIT/issues" target="_self"&gt;IGCIT&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;We'll be glad to assist you there.&lt;/P&gt;
&lt;P&gt;Closing thread&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;K&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 20:45:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Memory-leak-on-Intel-GPU-affecting-all-web-browsers/m-p/1739780#M2964</guid>
      <dc:creator>karen_intel</dc:creator>
      <dc:date>2026-03-05T20:45:35Z</dc:date>
    </item>
  </channel>
</rss>

