<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 - wrongly claim supporting GL_EXT_texture_rg"
href="https://bugs.freedesktop.org/show_bug.cgi?id=93126">93126</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>wrongly claim supporting GL_EXT_texture_rg
</td>
</tr>
<tr>
<th>Product</th>
<td>Mesa
</td>
</tr>
<tr>
<th>Version</th>
<td>git
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>Mesa core
</td>
</tr>
<tr>
<th>Assignee</th>
<td>mesa-dev@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>julien.isorce@gmail.com
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>mesa-dev@lists.freedesktop.org
</td>
</tr></table>
<p>
<div>
<pre>es2_info prints:
GL_VERSION: OpenGL ES 2.0 Mesa 11.2.0-devel
GL_RENDERER: Gallium 0.4 on NVC1
GL_EXTENSIONS contains GL_EXT_texture_rg
But glTexImage2D(..., GL_RED_EXT, GL_UNSIGNED_BYTE, data) fails.
Indeed if GLES2.0 then
<a href="http://cgit.freedesktop.org/mesa/mesa/tree/src/mesa/main/glformats.c#n2079">http://cgit.freedesktop.org/mesa/mesa/tree/src/mesa/main/glformats.c#n2079</a> .
There is no case for GL_RED_EXT in the switch so it defaults to
GL_INVALID_VALUE.
I can see EXT(EXT_texture_rg, ARB_texture_rg, x , x , x , ES2, 2011) in
extensions_table.h
Hardware: NVIDIA Corporation GF108 [GeForce GT 430] (rev a1)
Could it be that when querying dri2 for the gl version it returns 20 instead of
30 ?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>