<?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 Hi, in Graphics</title>
    <link>https://community.intel.com/t5/Graphics/OpenGL-3D-texture-is-not-loaded-correctly-from-pixel-buffer/m-p/1057781#M87274</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;any news on this? Still occurring with 10.18.14.4294.&lt;/P&gt;

&lt;P&gt;This is breaking our renderer...&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Lars&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Nov 2015 14:25:18 GMT</pubDate>
    <dc:creator>Lars_B_</dc:creator>
    <dc:date>2015-11-10T14:25:18Z</dc:date>
    <item>
      <title>OpenGL 3D texture is not loaded correctly from pixel buffer</title>
      <link>https://community.intel.com/t5/Graphics/OpenGL-3D-texture-is-not-loaded-correctly-from-pixel-buffer/m-p/1057777#M87270</link>
      <description>&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;GPU SKU:&amp;nbsp;Intel HD Graphics 4400, Intel HD Graphics 4600&lt;BR /&gt;
	Graphics Driver Version:&amp;nbsp;10.18.10.3995&lt;BR /&gt;
	Operating System: Windows 7 x64&lt;BR /&gt;
	API: OpenGL core profile.&lt;BR /&gt;
	Occurs on non-Intel GPUs?: No&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Steps to Reproduce:&lt;BR /&gt;
	-------------------------------&lt;BR /&gt;
	1. Have PBO with 256kB of unique data&lt;BR /&gt;
	2.&amp;nbsp;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;Call: glTexSubImage3D(GL_TEXTURE_3D, 0,&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;&amp;nbsp; &amp;nbsp;0,0,0, &amp;nbsp;64,64,64,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;GL_RED,&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;&amp;nbsp;GL_UNSIGNED_BYTE,&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;&amp;nbsp;NULL&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;);&lt;/SPAN&gt;&lt;BR /&gt;
	3. Call&amp;nbsp;&amp;nbsp;glGetTexImage to read it back&lt;BR /&gt;
	4. Compare with original PBO&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;&lt;BR /&gt;
	&lt;SPAN style="line-height: 1.5;"&gt;Expected Results:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;- Identical data&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Actual Results:&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;- only first 4096 bytes are correct. Then exact copy of the first 4096 bytes are there instead.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;&lt;SPAN style="line-height: 1.5;"&gt;Additional Information:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Data are loaded incorrectly,verified by both shader and glGetTexImage.&lt;/P&gt;

&lt;P&gt;Loading data without PBO works well.&lt;/P&gt;

&lt;P&gt;I am not sure why 4096. It could be either a page size or first slice (64*64*1 = 4096).&lt;/P&gt;

&lt;P&gt;NVidia and AMD works well with identical code.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2015 10:23:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/OpenGL-3D-texture-is-not-loaded-correctly-from-pixel-buffer/m-p/1057777#M87270</guid>
      <dc:creator>Marek_Fort</dc:creator>
      <dc:date>2015-08-20T10:23:09Z</dc:date>
    </item>
    <item>
      <title>Hi Marek,</title>
      <link>https://community.intel.com/t5/Graphics/OpenGL-3D-texture-is-not-loaded-correctly-from-pixel-buffer/m-p/1057778#M87271</link>
      <description>&lt;P&gt;Hi Marek,&lt;/P&gt;

&lt;P&gt;3995 is a rather old driver version. Have you tried the latest driver 4264?&lt;/P&gt;

&lt;P&gt;&lt;A href="https://downloadcenter.intel.com/product/81496/Intel-HD-Graphics-4600-for-4th-Generation-Intel-Core-Processors"&gt;https://downloadcenter.intel.com/product/81496/Intel-HD-Graphics-4600-for-4th-Generation-Intel-Core-Processors&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;-Michael&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2015 14:34:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/OpenGL-3D-texture-is-not-loaded-correctly-from-pixel-buffer/m-p/1057778#M87271</guid>
      <dc:creator>Michael_C_Intel2</dc:creator>
      <dc:date>2015-08-20T14:34:43Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Graphics/OpenGL-3D-texture-is-not-loaded-correctly-from-pixel-buffer/m-p/1057779#M87272</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;tested with&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;15.36.24.64.4264.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;I get the same wrong results.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;--&lt;/P&gt;

&lt;P&gt;Marek&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2015 15:19:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/OpenGL-3D-texture-is-not-loaded-correctly-from-pixel-buffer/m-p/1057779#M87272</guid>
      <dc:creator>Marek_Fort</dc:creator>
      <dc:date>2015-08-20T15:19:38Z</dc:date>
    </item>
    <item>
      <title>Hi Marek,</title>
      <link>https://community.intel.com/t5/Graphics/OpenGL-3D-texture-is-not-loaded-correctly-from-pixel-buffer/m-p/1057780#M87273</link>
      <description>&lt;P&gt;Hi Marek,&lt;/P&gt;

&lt;P&gt;Thanks for the update. I have contacted the OpenGL driver development team and have an internal ticket for the issues. I will update you when we learn something.&lt;/P&gt;

&lt;P&gt;-Michael&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2015 15:54:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/OpenGL-3D-texture-is-not-loaded-correctly-from-pixel-buffer/m-p/1057780#M87273</guid>
      <dc:creator>Michael_C_Intel2</dc:creator>
      <dc:date>2015-08-20T15:54:34Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Graphics/OpenGL-3D-texture-is-not-loaded-correctly-from-pixel-buffer/m-p/1057781#M87274</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;any news on this? Still occurring with 10.18.14.4294.&lt;/P&gt;

&lt;P&gt;This is breaking our renderer...&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Lars&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 14:25:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/OpenGL-3D-texture-is-not-loaded-correctly-from-pixel-buffer/m-p/1057781#M87274</guid>
      <dc:creator>Lars_B_</dc:creator>
      <dc:date>2015-11-10T14:25:18Z</dc:date>
    </item>
    <item>
      <title>Hi Lars and Marek,</title>
      <link>https://community.intel.com/t5/Graphics/OpenGL-3D-texture-is-not-loaded-correctly-from-pixel-buffer/m-p/1057782#M87275</link>
      <description>&lt;P&gt;Hi Lars and Marek,&lt;/P&gt;

&lt;P&gt;We confirmed it is a driver issue and the root cause. Our driver team is working on a fix, I do not have an ETA of when we will have a driver with the fix yet. Still need to know the complexity of the fix. I hope to know more soon.&lt;/P&gt;

&lt;P&gt;-Michael&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 15:11:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/OpenGL-3D-texture-is-not-loaded-correctly-from-pixel-buffer/m-p/1057782#M87275</guid>
      <dc:creator>Michael_C_Intel2</dc:creator>
      <dc:date>2015-11-10T15:11:32Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Graphics/OpenGL-3D-texture-is-not-loaded-correctly-from-pixel-buffer/m-p/1057783#M87276</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;We have completed the fix and expect it to be included in the next driver release.&lt;/P&gt;

&lt;P&gt;-Michael&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2016 15:04:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/OpenGL-3D-texture-is-not-loaded-correctly-from-pixel-buffer/m-p/1057783#M87276</guid>
      <dc:creator>Michael_C_Intel2</dc:creator>
      <dc:date>2016-01-05T15:04:38Z</dc:date>
    </item>
  </channel>
</rss>

