<?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 igdumd32.dll leaks on IDirect3DDevice9::CreateTexture in Developing Games on Intel Graphics</title>
    <link>https://community.intel.com/t5/Developing-Games-on-Intel/igdumd32-dll-leaks-on-IDirect3DDevice9-CreateTexture/m-p/818397#M224</link>
    <description>Sure, here it is.</description>
    <pubDate>Thu, 06 Oct 2011 13:28:41 GMT</pubDate>
    <dc:creator>angry_user</dc:creator>
    <dc:date>2011-10-06T13:28:41Z</dc:date>
    <item>
      <title>igdumd32.dll leaks on IDirect3DDevice9::CreateTexture</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/igdumd32-dll-leaks-on-IDirect3DDevice9-CreateTexture/m-p/818395#M222</link>
      <description>&lt;PRE&gt;igdumd32.dllallocates24bytespereachcreatedtexture.Butitdoesn'tfreethemwhentextureisreleased
 
voidCreateTexturesAndDestroy()
{
	for(inti=0;i&amp;lt;50000;++i)
	{
		IDirect3DTexture9*pTexture;
 
		//Createtextureinvokesigdumd32.dll!D3D::D3DRESOURCE::InitializeAndAllocate
		//whichinvokesigdumd32.dll!mallocwhichallocates24bytespereachtexture
		if(S_OK==g_pd3dDevice-&amp;gt;CreateTexture(320,240,
			1,0,D3DFMT_X8R8G8B8,
			D3DPOOL_MANAGED,&amp;amp;pTexture,NULL))
		{
			pTexture-&amp;gt;Release();
		}
	}
 
	//Nowwehave24*50000unfreedbytes
}&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Oct 2011 09:48:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/igdumd32-dll-leaks-on-IDirect3DDevice9-CreateTexture/m-p/818395#M222</guid>
      <dc:creator>angry_user</dc:creator>
      <dc:date>2011-10-05T09:48:09Z</dc:date>
    </item>
    <item>
      <title>igdumd32.dll leaks on IDirect3DDevice9::CreateTexture</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/igdumd32-dll-leaks-on-IDirect3DDevice9-CreateTexture/m-p/818396#M223</link>
      <description>Hi Angry_user&lt;BR /&gt;&lt;BR /&gt;One of our driver engineers is looking at this issue. I'll get back to you next week once I have more information. Can you post a dxdiag of the system please?&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 05 Oct 2011 19:58:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/igdumd32-dll-leaks-on-IDirect3DDevice9-CreateTexture/m-p/818396#M223</guid>
      <dc:creator>Stephen_H_Intel</dc:creator>
      <dc:date>2011-10-05T19:58:23Z</dc:date>
    </item>
    <item>
      <title>igdumd32.dll leaks on IDirect3DDevice9::CreateTexture</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/igdumd32-dll-leaks-on-IDirect3DDevice9-CreateTexture/m-p/818397#M224</link>
      <description>Sure, here it is.</description>
      <pubDate>Thu, 06 Oct 2011 13:28:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/igdumd32-dll-leaks-on-IDirect3DDevice9-CreateTexture/m-p/818397#M224</guid>
      <dc:creator>angry_user</dc:creator>
      <dc:date>2011-10-06T13:28:41Z</dc:date>
    </item>
    <item>
      <title>igdumd32.dll leaks on IDirect3DDevice9::CreateTexture</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/igdumd32-dll-leaks-on-IDirect3DDevice9-CreateTexture/m-p/818398#M225</link>
      <description>I have the same issue with GMA 3150.</description>
      <pubDate>Thu, 06 Oct 2011 13:45:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/igdumd32-dll-leaks-on-IDirect3DDevice9-CreateTexture/m-p/818398#M225</guid>
      <dc:creator>jia3ep</dc:creator>
      <dc:date>2011-10-06T13:45:41Z</dc:date>
    </item>
    <item>
      <title>igdumd32.dll leaks on IDirect3DDevice9::CreateTexture</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/igdumd32-dll-leaks-on-IDirect3DDevice9-CreateTexture/m-p/818399#M226</link>
      <description>Hi Angry_User &lt;BR /&gt;&lt;BR /&gt;Thx for the txt.Yourpost suggests that you have another system besides the 3150, and that other system is the one where you first identified the issue. Can you send me the dxdiag from that machine, please?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Mon, 10 Oct 2011 08:11:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/igdumd32-dll-leaks-on-IDirect3DDevice9-CreateTexture/m-p/818399#M226</guid>
      <dc:creator>Stephen_H_Intel</dc:creator>
      <dc:date>2011-10-10T08:11:58Z</dc:date>
    </item>
    <item>
      <title>igdumd32.dll leaks on IDirect3DDevice9::CreateTexture</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/igdumd32-dll-leaks-on-IDirect3DDevice9-CreateTexture/m-p/818400#M227</link>
      <description>Hi, Steve. jia3ep and Me are different users and we both have 3150.</description>
      <pubDate>Tue, 11 Oct 2011 10:41:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/igdumd32-dll-leaks-on-IDirect3DDevice9-CreateTexture/m-p/818400#M227</guid>
      <dc:creator>angry_user</dc:creator>
      <dc:date>2011-10-11T10:41:45Z</dc:date>
    </item>
    <item>
      <title>igdumd32.dll leaks on IDirect3DDevice9::CreateTexture</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/igdumd32-dll-leaks-on-IDirect3DDevice9-CreateTexture/m-p/818401#M228</link>
      <description>Hi Angry_User&lt;BR /&gt;&lt;BR /&gt;OK my bad. Anyway the issue is being looked at and I'll let you know once we have some info.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 11 Oct 2011 16:44:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/igdumd32-dll-leaks-on-IDirect3DDevice9-CreateTexture/m-p/818401#M228</guid>
      <dc:creator>Stephen_H_Intel</dc:creator>
      <dc:date>2011-10-11T16:44:05Z</dc:date>
    </item>
  </channel>
</rss>

