<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 - osmesa gallium build with scons on windows is missing a lot of GL* symbols"
href="https://bugs.freedesktop.org/show_bug.cgi?id=94491">94491</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>osmesa gallium build with scons on windows is missing a lot of GL* symbols
</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>Windows (All)
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>major
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>Other
</td>
</tr>
<tr>
<th>Assignee</th>
<td>mesa-dev@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>a.faenger@e-sign.com
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>mesa-dev@lists.freedesktop.org
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=122219" name="attach_122219" title="dumpbin-osmesa-git-gallium">attachment 122219</a> <a href="attachment.cgi?id=122219&action=edit" title="dumpbin-osmesa-git-gallium">[details]</a></span>
dumpbin-osmesa-git-gallium
The osmesa.dll (gallium) build with scons on windows is missing a lot of
symbols. It seems that only the OpenGL<2.0 symbols are contained in the dll.
dumpbin /EXPORTS mesa-git\build\windows-x86\gallium\targets\osmesa\osmesa.dll
in total there are 336 gl* symbols. E.g. glClear or glVertex3d. However,
glCreateProgram or glCreateShader is missing.
The classic osmesa.dll (swrast) contain many more symbols:
dumpbin /EXPORTS mesa-10.5.9\build\windows-x86\mesa\drivers\osmesa\osmesa.dll
in total there are 1436 gl* symbols. For example, it contains glCreateProgram,
glCreateProgramObjectARB, glCreateShader, glCreateShaderObjectARB,
glCreateShaderProgramEXT and glCreateTextures.
I'v attached the dumpbin output of both dll's</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>