<?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 Lee, in Graphics</title>
    <link>https://community.intel.com/t5/Graphics/HD-4600-glGetProgramiv-returns-GL-INVALID-ENUM-for-GL-ACTIVE/m-p/1031846#M87109</link>
    <description>&lt;P&gt;Hi Lee,&lt;/P&gt;

&lt;P&gt;I submitted a ticket and will get our OpenGl driver team to investigate.&lt;/P&gt;

&lt;P&gt;-Michael&lt;/P&gt;</description>
    <pubDate>Tue, 21 Apr 2015 15:44:04 GMT</pubDate>
    <dc:creator>Michael_C_Intel2</dc:creator>
    <dc:date>2015-04-21T15:44:04Z</dc:date>
    <item>
      <title>HD 4600 glGetProgramiv returns GL_INVALID_ENUM for GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH</title>
      <link>https://community.intel.com/t5/Graphics/HD-4600-glGetProgramiv-returns-GL-INVALID-ENUM-for-GL-ACTIVE/m-p/1031845#M87108</link>
      <description>&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:&lt;BR /&gt;
	CPU SKU: Core i5-4210M&lt;BR /&gt;
	GPU SKU: HD4600&lt;BR /&gt;
	Processor Line:&lt;BR /&gt;
	System BIOS Version:&lt;BR /&gt;
	CMOS settings:&lt;BR /&gt;
	Graphics Driver Version:&amp;nbsp;10.18.14.4156&lt;BR /&gt;
	GOP/VBIOS Version:&lt;BR /&gt;
	Operating System: Windows 8.1&lt;BR /&gt;
	OS Version:&amp;nbsp;6.3.9600&lt;BR /&gt;
	API: OpenGL&lt;BR /&gt;
	Occurs on non-Intel GPUs?:&lt;/P&gt;

&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="font-size: 12px; line-height: 14.3999996185303px;"&gt;Steps to Reproduce:&lt;/SPAN&gt;&lt;BR style="font-size: 12px; line-height: 14.3999996185303px;" /&gt;
	&lt;SPAN style="font-size: 12px; line-height: 14.3999996185303px;"&gt;-------------------------------&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="line-height: 1.5;"&gt;Call glGetProgramiv with pname set to&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="line-height: 14.3999996185303px;"&gt;GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH, e.g:&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="brush:cpp;"&gt;GLuint program = glCreateProgram();
// setup shader here
GLint length = 0;
glGetProgramiv(program, GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH, &amp;amp;length);
GLenum err = glGetError();&lt;/PRE&gt;

&lt;P&gt;err is set to GL_INVALID_ENUM.&lt;/P&gt;

&lt;DIV&gt;
	&lt;P style="font-size: 12px;"&gt;Expected Results:&lt;BR /&gt;
		-------------------------------&lt;BR /&gt;
		output param should contain requested value, or 0.&lt;/P&gt;

	&lt;P style="font-size: 12px;"&gt;Actual Results:&lt;BR /&gt;
		-------------------------------&lt;BR /&gt;
		glGetError() returns GL_INVALID_ENUM&lt;/P&gt;

	&lt;P style="font-size: 12px;"&gt;Additional Information:&lt;BR /&gt;
		-------------------------------&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sun, 19 Apr 2015 22:58:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/HD-4600-glGetProgramiv-returns-GL-INVALID-ENUM-for-GL-ACTIVE/m-p/1031845#M87108</guid>
      <dc:creator>Lee_J_1</dc:creator>
      <dc:date>2015-04-19T22:58:43Z</dc:date>
    </item>
    <item>
      <title>Hi Lee,</title>
      <link>https://community.intel.com/t5/Graphics/HD-4600-glGetProgramiv-returns-GL-INVALID-ENUM-for-GL-ACTIVE/m-p/1031846#M87109</link>
      <description>&lt;P&gt;Hi Lee,&lt;/P&gt;

&lt;P&gt;I submitted a ticket and will get our OpenGl driver team to investigate.&lt;/P&gt;

&lt;P&gt;-Michael&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2015 15:44:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/HD-4600-glGetProgramiv-returns-GL-INVALID-ENUM-for-GL-ACTIVE/m-p/1031846#M87109</guid>
      <dc:creator>Michael_C_Intel2</dc:creator>
      <dc:date>2015-04-21T15:44:04Z</dc:date>
    </item>
    <item>
      <title>Hi Lee,</title>
      <link>https://community.intel.com/t5/Graphics/HD-4600-glGetProgramiv-returns-GL-INVALID-ENUM-for-GL-ACTIVE/m-p/1031847#M87110</link>
      <description>&lt;P&gt;Hi Lee,&lt;/P&gt;

&lt;P&gt;We confirmed this is a driver issue and are investigating the cause.&lt;/P&gt;

&lt;P&gt;-Michael&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2015 14:29:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/HD-4600-glGetProgramiv-returns-GL-INVALID-ENUM-for-GL-ACTIVE/m-p/1031847#M87110</guid>
      <dc:creator>Michael_C_Intel2</dc:creator>
      <dc:date>2015-04-23T14:29:12Z</dc:date>
    </item>
    <item>
      <title>Hi Lee,</title>
      <link>https://community.intel.com/t5/Graphics/HD-4600-glGetProgramiv-returns-GL-INVALID-ENUM-for-GL-ACTIVE/m-p/1031848#M87111</link>
      <description>&lt;P&gt;Hi Lee,&lt;/P&gt;

&lt;P&gt;We fixed the graphics driver issue and the fix will be in the next driver public release.&lt;/P&gt;

&lt;P&gt;-Michael&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2015 16:51:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/HD-4600-glGetProgramiv-returns-GL-INVALID-ENUM-for-GL-ACTIVE/m-p/1031848#M87111</guid>
      <dc:creator>Michael_C_Intel2</dc:creator>
      <dc:date>2015-05-14T16:51:14Z</dc:date>
    </item>
  </channel>
</rss>

