<?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 Hello Michael, in Graphics</title>
    <link>https://community.intel.com/t5/Graphics/wglDXSetResourceShareHandleNV-fails/m-p/1009816#M87050</link>
    <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Hello Michael,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Done, check your message box please.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Sergey&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jul 2015 18:48:32 GMT</pubDate>
    <dc:creator>Sergey_A_1</dc:creator>
    <dc:date>2015-07-22T18:48:32Z</dc:date>
    <item>
      <title>wglDXSetResourceShareHandleNV() fails</title>
      <link>https://community.intel.com/t5/Graphics/wglDXSetResourceShareHandleNV-fails/m-p/1009810#M87044</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;

&lt;P&gt;I reported this problem a week ago at&amp;nbsp;https://servicerequestmgmt.intel.com (&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Service Ticket 8001209460) but got no help, thus trying to re-post it here because the problem looks really easy to fix at the graphic driver level.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(85, 85, 85); font-family: intel-clear, Arial, sans-serif; font-size: 14px; line-height: normal;"&gt;We experience troubles with WGL_NV_DX_interop extension. wglDXSetResourceShareHandleNV(void *dxObject, HANDLE shareHandle) call fails on attempts to resize a 3D window, and rendering is broken.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(85, 85, 85); font-family: intel-clear, Arial, sans-serif; font-size: 14px; line-height: normal;"&gt;We re-create a Direct3D surface when a window is resized, but its physical address sometimes coincides with the address of the previous instance.&amp;nbsp;wglDXSetResourceShareHandleNV() returns FALSE when&amp;nbsp;dxObject argument value is the same as the value passed to the previous call of this function. NVIDIA and AMD drivers handle this situation without any problems, however Intel graphic drivers seems to fail systematically (checked on Intel HD Graphics 2500 and 4000).&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(85, 85, 85); font-family: intel-clear, Arial, sans-serif; font-size: 14px; line-height: normal;"&gt;The very first call to&amp;nbsp;wglDXSetResourceShareHandleNV(void *dxObject, HANDLE shareHandle) returns TRUE correctly, and rendering works fine till the first attempt to resize the 3D window.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="font-size: 12px;"&gt;System Setup Information:&lt;BR /&gt;
	-----------------------------------------&lt;/P&gt;

&lt;P style="font-size: 12px;"&gt;System Used: Fujitsu Lifebook AH532/G52&lt;BR /&gt;
	CPU SKU: Intel(R) Core(TM) i7-3632QM&lt;BR /&gt;
	GPU SKU: Intel(R) HD Graphics 4000&lt;BR /&gt;
	Processor Line: &lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;N/A&lt;/SPAN&gt;&lt;BR /&gt;
	System BIOS Version:&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;N/A&lt;/SPAN&gt;&lt;BR /&gt;
	CMOS settings:&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;N/A&lt;/SPAN&gt;&lt;BR /&gt;
	Graphics Driver Version:&amp;nbsp;10.18.10.4061 (&lt;SPAN style="color: rgb(85, 85, 85); font-family: intel-clear, Arial, sans-serif; font-size: 14px; line-height: normal;"&gt;15.33.32.64.4061)&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;
	GOP/VBIOS Version:&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;N/A&lt;/SPAN&gt;&lt;BR /&gt;
	Operating System: Windows&lt;BR /&gt;
	OS Version:&amp;nbsp;Windows 7 Professional(6.1.7601)&lt;BR /&gt;
	API: OpenGL, WGL,&amp;nbsp;&lt;SPAN style="color: rgb(85, 85, 85); font-family: intel-clear, Arial, sans-serif; font-size: 14px; line-height: normal;"&gt;WGL_NV_DX_interop extension&lt;/SPAN&gt;&lt;BR /&gt;
	Occurs on non-Intel GPUs?: NO&lt;/P&gt;

&lt;P style="font-size: 12px;"&gt;Steps to Reproduce:&lt;BR /&gt;
	-------------------------------&lt;BR /&gt;
	I have a C++ code snippet that reproduces the problem, you can see it online:&amp;nbsp;&lt;/P&gt;

&lt;P style="font-size: 12px;"&gt;&lt;A href="http://git.dev.opencascade.org/gitweb/?p=occt.git;a=commitdiff;h=65cd950ae1df04bb80c69fb13e896b2fcfa66080#patch12" target="_blank"&gt;http://git.dev.opencascade.org/gitweb/?p=occt.git;a=commitdiff;h=65cd950ae1df04bb80c69fb13e896b2fcfa66080#patch12&lt;/A&gt;&lt;/P&gt;

&lt;P style="font-size: 12px;"&gt;The problem occurs in&amp;nbsp;D3DHost_FrameBuffer::Init() call.&lt;/P&gt;

&lt;P style="font-size: 12px;"&gt;I can try to upload a test WPF application that reproduces the problem.&lt;/P&gt;

&lt;P style="font-size: 12px;"&gt;Expected Results:&lt;BR /&gt;
	-------------------------------&lt;/P&gt;

&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="color: rgb(85, 85, 85); font-family: intel-clear, Arial, sans-serif; font-size: 14px; line-height: normal;"&gt;wglDXSetResourceShareHandleNV(void *dxObject, HANDLE shareHandle) should return TRUE if a new Direct3D surface is passed to through dxObject argument&amp;nbsp;it even if its value coincides with some previously passed value.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="font-size: 12px;"&gt;Actual Results:&lt;BR /&gt;
	-------------------------------&lt;/P&gt;

&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="color: rgb(85, 85, 85); font-family: intel-clear, Arial, sans-serif; font-size: 14px; line-height: normal;"&gt;wglDXSetResourceShareHandleNV(void *dxObject, HANDLE shareHandle) returns FALSE if&amp;nbsp;dxObject argument value coincides with the value passed to a previous call of this function.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="font-size: 12px;"&gt;Additional Information:&lt;BR /&gt;
	-------------------------------&lt;/P&gt;

&lt;P style="font-size: 12px;"&gt;The graphic driver was downloaded from&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;&lt;A href="https://downloadcenter.intel.com/download/24593/Intel-HD-Graphics-Driver-for-Windows-7-8-8-1-" target="_blank"&gt;https://downloadcenter.intel.com/download/24593/Intel-HD-Graphics-Driver-for-Windows-7-8-8-1-&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;64-bit.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;The same problem was reproduced with desktop Intel Core i5 CPU and Intel HD Graphics 2500.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2015 09:11:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/wglDXSetResourceShareHandleNV-fails/m-p/1009810#M87044</guid>
      <dc:creator>Sergey_A_1</dc:creator>
      <dc:date>2015-07-14T09:11:09Z</dc:date>
    </item>
    <item>
      <title>Hi Sergey,</title>
      <link>https://community.intel.com/t5/Graphics/wglDXSetResourceShareHandleNV-fails/m-p/1009811#M87045</link>
      <description>&lt;P&gt;Hi Sergey,&lt;/P&gt;

&lt;P&gt;I have submitted an internal ticket and talked to the driver development team. If you get a response from your ticket please let me know.&lt;/P&gt;

&lt;P&gt;-Michael&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2015 16:17:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/wglDXSetResourceShareHandleNV-fails/m-p/1009811#M87045</guid>
      <dc:creator>Michael_C_Intel2</dc:creator>
      <dc:date>2015-07-14T16:17:25Z</dc:date>
    </item>
    <item>
      <title>Hello Michael,</title>
      <link>https://community.intel.com/t5/Graphics/wglDXSetResourceShareHandleNV-fails/m-p/1009812#M87046</link>
      <description>Hello Michael,

Thanks a lot for fast reply! 
Actually, my ticket was closed (I was redirected to Intel software support) so I do not expect any further response from that channel. Now I see that fortunately I might get some real results with your help. 

Best regards, 
Sergey</description>
      <pubDate>Tue, 14 Jul 2015 17:15:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/wglDXSetResourceShareHandleNV-fails/m-p/1009812#M87046</guid>
      <dc:creator>Sergey_A_1</dc:creator>
      <dc:date>2015-07-14T17:15:07Z</dc:date>
    </item>
    <item>
      <title>Quote:Michael Coppock (Intel)</title>
      <link>https://community.intel.com/t5/Graphics/wglDXSetResourceShareHandleNV-fails/m-p/1009813#M87047</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Michael Coppock (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;I have submitted an internal ticket and talked to the driver development team.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hello Michael,&lt;/P&gt;

&lt;P&gt;Is there any news from the driver development team? What is their opinion? Can we expect this bug to be fixed some day? Or maybe there is even some forecast for the correction date/corrected driver release?&lt;/P&gt;

&lt;P&gt;Thanks a lot in advance for any information about the progress!&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Sergey&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2015 12:56:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/wglDXSetResourceShareHandleNV-fails/m-p/1009813#M87047</guid>
      <dc:creator>Sergey_A_1</dc:creator>
      <dc:date>2015-07-20T12:56:35Z</dc:date>
    </item>
    <item>
      <title>Hi Sergey,</title>
      <link>https://community.intel.com/t5/Graphics/wglDXSetResourceShareHandleNV-fails/m-p/1009814#M87048</link>
      <description>&lt;P&gt;Hi Sergey,&lt;/P&gt;

&lt;P&gt;I have no updates yet, the driver team is looking at many issues and have yet to start debug on this one. If it is indeed a driver issue it will be fixed. I cannot forecast when as of yet, we need to find the problem root cause.&lt;/P&gt;

&lt;P&gt;-Michael&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2015 20:43:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/wglDXSetResourceShareHandleNV-fails/m-p/1009814#M87048</guid>
      <dc:creator>Michael_C_Intel2</dc:creator>
      <dc:date>2015-07-20T20:43:47Z</dc:date>
    </item>
    <item>
      <title>Hi Sergey,</title>
      <link>https://community.intel.com/t5/Graphics/wglDXSetResourceShareHandleNV-fails/m-p/1009815#M87049</link>
      <description>&lt;P&gt;Hi Sergey,&lt;/P&gt;

&lt;P&gt;Investigation is starting on this issue, the engineer asked if he could a WPF application for the issue to speed up his investigation. Can you try and get one to me? You can send me a private message with a attachment.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;-Michael&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2015 17:11:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/wglDXSetResourceShareHandleNV-fails/m-p/1009815#M87049</guid>
      <dc:creator>Michael_C_Intel2</dc:creator>
      <dc:date>2015-07-22T17:11:15Z</dc:date>
    </item>
    <item>
      <title>Hello Michael,</title>
      <link>https://community.intel.com/t5/Graphics/wglDXSetResourceShareHandleNV-fails/m-p/1009816#M87050</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Hello Michael,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Done, check your message box please.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Sergey&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2015 18:48:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/wglDXSetResourceShareHandleNV-fails/m-p/1009816#M87050</guid>
      <dc:creator>Sergey_A_1</dc:creator>
      <dc:date>2015-07-22T18:48:32Z</dc:date>
    </item>
    <item>
      <title>Got it.</title>
      <link>https://community.intel.com/t5/Graphics/wglDXSetResourceShareHandleNV-fails/m-p/1009817#M87051</link>
      <description>&lt;P&gt;Got it.&lt;/P&gt;

&lt;P&gt;Thanks, I will pass this along.&lt;/P&gt;

&lt;P&gt;-Michael&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2015 20:10:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/wglDXSetResourceShareHandleNV-fails/m-p/1009817#M87051</guid>
      <dc:creator>Michael_C_Intel2</dc:creator>
      <dc:date>2015-07-22T20:10:42Z</dc:date>
    </item>
    <item>
      <title>Hi Everyone,</title>
      <link>https://community.intel.com/t5/Graphics/wglDXSetResourceShareHandleNV-fails/m-p/1009818#M87052</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;

&lt;P&gt;We have confirmed it is a driver issue and the graphics driver development team is finding the root cause. Once we have identified the cause and the required fix I can give a ETA on when a driver will be released with said fix.&lt;/P&gt;

&lt;P&gt;-Michael&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2015 17:47:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/wglDXSetResourceShareHandleNV-fails/m-p/1009818#M87052</guid>
      <dc:creator>Michael_C_Intel2</dc:creator>
      <dc:date>2015-09-28T17:47:17Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Graphics/wglDXSetResourceShareHandleNV-fails/m-p/1009819#M87053</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;This issue has been fixed and the next 15.36 or 15.40 driver release should work for you.&lt;/P&gt;

&lt;P&gt;-Michael&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2015 14:46:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/wglDXSetResourceShareHandleNV-fails/m-p/1009819#M87053</guid>
      <dc:creator>Michael_C_Intel2</dc:creator>
      <dc:date>2015-10-27T14:46:07Z</dc:date>
    </item>
  </channel>
</rss>

