<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - glColor functions producing GL_INVALID_OPERATION"
href="https://bugs.freedesktop.org/show_bug.cgi?id=102965">102965</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>glColor functions producing GL_INVALID_OPERATION
</td>
</tr>
<tr>
<th>Product</th>
<td>DRI
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86-64 (AMD64)
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux (All)
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>minor
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>DRM/AMDgpu
</td>
</tr>
<tr>
<th>Assignee</th>
<td>dri-devel@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>pdjeeves@zoho.com
</td>
</tr></table>
<p>
<div>
<pre>I'm getting the aforementioned error from all of the glColor functions I try,
example code:
m_context = SDL_GL_CreateContext( window );
if(!m_context) exit(3);
SDL_GL_MakeCurrent(window, m_context);
initializeGlew();
glClearColor(.5, .75, .93, 1); checkGLerrors("glClearColor");
glColor4f(1, 1, 1, 1); checkGLerrors("glColor4f");
This is similar to <a class="bz_bug_link
bz_status_NEW "
title="NEW - Spurious GL_INVALID_OPERATION error generated by glColor()"
href="show_bug.cgi?id=48535">bug #48535</a>, except that it is happening in amdgpu instead of
mesa.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>