<?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: Regression between driver versions 3907 and 3960 (Intel HD 4600) in Graphics</title>
    <link>https://community.intel.com/t5/Graphics/Regression-between-driver-versions-3907-and-3960-Intel-HD-4600/m-p/575977#M65665</link>
    <description>&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I confirm there are 2 problems with this driver version (3960), which is the latest driver :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- one of our shaders is no longer running. This particular shader worked with the previous version (3907).&lt;/P&gt;&lt;P&gt;- we still have 1 shader that we don't manage to run on Intel hardware. On AMD and nVidia hardware, it runs fine. With this shader, we have a "syntax error syntax error" error when compiling. If we carefully adjust the code (removing one pair of parenthesis is actually enough for compilation to work), the shader compiles fine (and still runs fine on AMD and nVidia hardware) but does not work on Intel hardware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nb: I can be contacted at frederic.cZZZx at inria dot fr. Replace 'ZZZ' with 'lau'.&lt;/P&gt;&lt;P&gt;If needed I could send to you a binary release that reproduces the GLSL issue.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Nov 2014 21:17:12 GMT</pubDate>
    <dc:creator>FC1</dc:creator>
    <dc:date>2014-11-12T21:17:12Z</dc:date>
    <item>
      <title>Regression between driver versions 3907 and 3960 (Intel HD 4600)</title>
      <link>https://community.intel.com/t5/Graphics/Regression-between-driver-versions-3907-and-3960-Intel-HD-4600/m-p/575973#M65661</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have an application that does some intensive OpenGL 4.2 work (lots of image load/store and atomic counter stuff).&lt;/P&gt;&lt;P&gt;We noticed there is a regression between versions 3907 and 3960: one of our shaders no longer runs as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally, we have some issues with Intel GPUs in general. We found a compiler bug and one of our shaders still doesn't run at all on intel platforms (regardless of driver version). The same shader works fine on nVidia and AMD platforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to get in touch with somebody at Intel in order to investigate these issues?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-FC&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2014 11:39:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Regression-between-driver-versions-3907-and-3960-Intel-HD-4600/m-p/575973#M65661</guid>
      <dc:creator>FC1</dc:creator>
      <dc:date>2014-11-10T11:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Regression between driver versions 3907 and 3960 (Intel HD 4600)</title>
      <link>https://community.intel.com/t5/Graphics/Regression-between-driver-versions-3907-and-3960-Intel-HD-4600/m-p/575974#M65662</link>
      <description>&lt;P&gt;Fredice,  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please attach the DX Ddiag report for your system so I can report all the information on the engineers?&lt;/P&gt;&lt;P&gt;(Start -&amp;gt; Run -&amp;gt; dxdiag -&amp;gt; Save All Information).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2014 19:40:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Regression-between-driver-versions-3907-and-3960-Intel-HD-4600/m-p/575974#M65662</guid>
      <dc:creator>Silvia_L_Intel1</dc:creator>
      <dc:date>2014-11-11T19:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Regression between driver versions 3907 and 3960 (Intel HD 4600)</title>
      <link>https://community.intel.com/t5/Graphics/Regression-between-driver-versions-3907-and-3960-Intel-HD-4600/m-p/575975#M65663</link>
      <description>&lt;P&gt;Hi Sylvia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below you will find the report generated by Dxdiag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the shader that does not work at all regardless of the driver version being in use, I have two problems:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- my shader cannot be compiled as-is. A "syntax error syntax error" error occurs (yes, you read well: I get twice the message "syntax error", on the same line, separated by a single white space).&lt;/P&gt;&lt;P&gt;- to work around this issue, if I get rid of 1 pair of brackets at that location in my code (after having made sure it is safe to do so of course), compilation goes fine. Shader execution still is incorrect though.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2014 08:46:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Regression-between-driver-versions-3907-and-3960-Intel-HD-4600/m-p/575975#M65663</guid>
      <dc:creator>FC1</dc:creator>
      <dc:date>2014-11-12T08:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Regression between driver versions 3907 and 3960 (Intel HD 4600)</title>
      <link>https://community.intel.com/t5/Graphics/Regression-between-driver-versions-3907-and-3960-Intel-HD-4600/m-p/575976#M65664</link>
      <description>&lt;P&gt;Hi Fredice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you confirm the issue also occurs on the lasts HD 4600 (Haswell) driver? It is available here: &lt;A href="https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=24348&amp;amp;lang=eng&amp;amp;ProdId=3719"&gt;https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=24348&amp;amp;lang=eng&amp;amp;ProdId=3719&lt;/A&gt; Intel® Download Center&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2014 20:49:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Regression-between-driver-versions-3907-and-3960-Intel-HD-4600/m-p/575976#M65664</guid>
      <dc:creator>ROBERT_U_Intel</dc:creator>
      <dc:date>2014-11-12T20:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Regression between driver versions 3907 and 3960 (Intel HD 4600)</title>
      <link>https://community.intel.com/t5/Graphics/Regression-between-driver-versions-3907-and-3960-Intel-HD-4600/m-p/575977#M65665</link>
      <description>&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I confirm there are 2 problems with this driver version (3960), which is the latest driver :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- one of our shaders is no longer running. This particular shader worked with the previous version (3907).&lt;/P&gt;&lt;P&gt;- we still have 1 shader that we don't manage to run on Intel hardware. On AMD and nVidia hardware, it runs fine. With this shader, we have a "syntax error syntax error" error when compiling. If we carefully adjust the code (removing one pair of parenthesis is actually enough for compilation to work), the shader compiles fine (and still runs fine on AMD and nVidia hardware) but does not work on Intel hardware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nb: I can be contacted at frederic.cZZZx at inria dot fr. Replace 'ZZZ' with 'lau'.&lt;/P&gt;&lt;P&gt;If needed I could send to you a binary release that reproduces the GLSL issue.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2014 21:17:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Regression-between-driver-versions-3907-and-3960-Intel-HD-4600/m-p/575977#M65665</guid>
      <dc:creator>FC1</dc:creator>
      <dc:date>2014-11-12T21:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Regression between driver versions 3907 and 3960 (Intel HD 4600)</title>
      <link>https://community.intel.com/t5/Graphics/Regression-between-driver-versions-3907-and-3960-Intel-HD-4600/m-p/575978#M65666</link>
      <description>&lt;P&gt;Sylvia / Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an email address I can contact you to?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2014 10:33:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Regression-between-driver-versions-3907-and-3960-Intel-HD-4600/m-p/575978#M65666</guid>
      <dc:creator>FC1</dc:creator>
      <dc:date>2014-11-17T10:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Regression between driver versions 3907 and 3960 (Intel HD 4600)</title>
      <link>https://community.intel.com/t5/Graphics/Regression-between-driver-versions-3907-and-3960-Intel-HD-4600/m-p/575979#M65667</link>
      <description>&lt;P&gt;Hi Fredice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please provide a sample of the shaders you are using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2014 17:26:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Regression-between-driver-versions-3907-and-3960-Intel-HD-4600/m-p/575979#M65667</guid>
      <dc:creator>ROBERT_U_Intel</dc:creator>
      <dc:date>2014-11-24T17:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Regression between driver versions 3907 and 3960 (Intel HD 4600)</title>
      <link>https://community.intel.com/t5/Graphics/Regression-between-driver-versions-3907-and-3960-Intel-HD-4600/m-p/575980#M65668</link>
      <description>&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can provide a binary code to you that exhibits the issue.&lt;/P&gt;&lt;P&gt;If you contact me by email, I may be able to provide some shader source code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2014 17:43:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Regression-between-driver-versions-3907-and-3960-Intel-HD-4600/m-p/575980#M65668</guid>
      <dc:creator>FC1</dc:creator>
      <dc:date>2014-11-24T17:43:11Z</dc:date>
    </item>
  </channel>
</rss>

