<?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:Opengl glsl problem in Graphics</title>
    <link>https://community.intel.com/t5/Graphics/Opengl-glsl-problem/m-p/1418771#M110164</link>
    <description>&lt;P&gt;Hello nettory,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In order to investigate this further, I will send you an e-mail to the e-mail address associated with your community profile requesting some information that could be confidential, and to avoid sharing sensitive information on the thread I will request it via email.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Deivid A.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 30 Sep 2022 21:15:33 GMT</pubDate>
    <dc:creator>DeividA_Intel</dc:creator>
    <dc:date>2022-09-30T21:15:33Z</dc:date>
    <item>
      <title>Opengl glsl problem</title>
      <link>https://community.intel.com/t5/Graphics/Opengl-glsl-problem/m-p/1417636#M110083</link>
      <description>&lt;P&gt;Hello. I have a problem using the gl_SampleID variable in a shader on an Intel Iris XE Graphics on opengl app.&lt;/P&gt;
&lt;P&gt;Application hangs, in some cases with windows. There are no problems on the video card of another manufacturer&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Driver version 31.0.101.3413.&lt;/P&gt;
&lt;P&gt;OS Windows 11 Home Single Language build 22621.521&lt;/P&gt;
&lt;P&gt;small example:&lt;/P&gt;
&lt;P&gt;void main()&lt;BR /&gt;{&lt;BR /&gt;int num= gl_SampleID;&lt;/P&gt;
&lt;P&gt;if(num==0)&lt;BR /&gt;FragColor=curvatureResult();&lt;BR /&gt;else if(num==1)&lt;BR /&gt;FragColor=vec4(0.5,0,0,1);&lt;BR /&gt;else if(num==2)&lt;BR /&gt;FragColor=vec4(0,0.5,0,1);&lt;BR /&gt;else if(num==3)&lt;BR /&gt;FragColor=vec4(0,0,0.1,1);&lt;/P&gt;
&lt;P&gt;else&lt;BR /&gt;FragColor=vec4(0,0,0,1);&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 11:36:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Opengl-glsl-problem/m-p/1417636#M110083</guid>
      <dc:creator>nettory</dc:creator>
      <dc:date>2022-09-27T11:36:06Z</dc:date>
    </item>
    <item>
      <title>Re:Opengl glsl problem</title>
      <link>https://community.intel.com/t5/Graphics/Opengl-glsl-problem/m-p/1418029#M110094</link>
      <description>&lt;P&gt;Hello nettory,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for posting on the Intel® communities. I am sorry to know that you are having issues with the Intel® Iris® Xe Graphics.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In order to better assist you, please provide the following:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1.&lt;/STRONG&gt; Did you develop the app that you are using?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. &lt;/STRONG&gt;Are you getting an error? If so, can you take a picture?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3.&lt;/STRONG&gt; Does this issue happens on the non-insider version of Windows?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4. &lt;/STRONG&gt;Are you using a laptop or desktop computer?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5.&lt;/STRONG&gt; What is the brand and model name of your laptop or motherboard (if is a desktop computer)?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Deivid A.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Sep 2022 17:09:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Opengl-glsl-problem/m-p/1418029#M110094</guid>
      <dc:creator>DeividA_Intel</dc:creator>
      <dc:date>2022-09-28T17:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Opengl glsl problem</title>
      <link>https://community.intel.com/t5/Graphics/Opengl-glsl-problem/m-p/1418240#M110112</link>
      <description>&lt;P&gt;Thanks for trying to help.&lt;/P&gt;
&lt;P&gt;1. I am one of the app developers.&lt;/P&gt;
&lt;P&gt;2. No error messages unfortunately.&lt;/P&gt;
&lt;P&gt;3. Yes, I used the non-insider version of Windows.&lt;/P&gt;
&lt;P&gt;4. I tested both on a laptop and on a desktop computer.&lt;/P&gt;
&lt;P&gt;5. Laptop Asus X515EP-BQ123T (i7-1165G7), desktop Asus TUF GAMING&amp;nbsp; B560M-PLUS (I7 11700K).&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 07:52:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Opengl-glsl-problem/m-p/1418240#M110112</guid>
      <dc:creator>nettory</dc:creator>
      <dc:date>2022-09-29T07:52:19Z</dc:date>
    </item>
    <item>
      <title>Re:Opengl glsl problem</title>
      <link>https://community.intel.com/t5/Graphics/Opengl-glsl-problem/m-p/1418653#M110144</link>
      <description>&lt;P&gt;Hello nettory,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the information provided&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will proceed to check the issue internally and post back soon with more details.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Deivid A.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Sep 2022 12:25:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Opengl-glsl-problem/m-p/1418653#M110144</guid>
      <dc:creator>DeividA_Intel</dc:creator>
      <dc:date>2022-09-30T12:25:52Z</dc:date>
    </item>
    <item>
      <title>Re:Opengl glsl problem</title>
      <link>https://community.intel.com/t5/Graphics/Opengl-glsl-problem/m-p/1418771#M110164</link>
      <description>&lt;P&gt;Hello nettory,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In order to investigate this further, I will send you an e-mail to the e-mail address associated with your community profile requesting some information that could be confidential, and to avoid sharing sensitive information on the thread I will request it via email.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Deivid A.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Sep 2022 21:15:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Opengl-glsl-problem/m-p/1418771#M110164</guid>
      <dc:creator>DeividA_Intel</dc:creator>
      <dc:date>2022-09-30T21:15:33Z</dc:date>
    </item>
  </channel>
</rss>

