<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Geeks3D GPU Caps Viewer - Vertex Displacement Mapping glitch"
href="https://bugs.freedesktop.org/show_bug.cgi?id=74923">74923</a>
</td>
</tr>
<tr>
<th>Assignee</th>
<td>idr@freedesktop.org
</td>
</tr>
<tr>
<th>Summary</th>
<td>Geeks3D GPU Caps Viewer - Vertex Displacement Mapping glitch
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>intel-3d-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Reporter</th>
<td>imamdxl8805@gmail.com
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Version</th>
<td>git
</td>
</tr>
<tr>
<th>Component</th>
<td>Drivers/DRI/i965
</td>
</tr>
<tr>
<th>Product</th>
<td>Mesa
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=93994" name="attach_93994" title="screenshot">attachment 93994</a> <a href="attachment.cgi?id=93994&action=edit" title="screenshot">[details]</a></span>
screenshot
<a href="http://www.ozone3d.net/gpu_caps_viewer/">http://www.ozone3d.net/gpu_caps_viewer/</a>
GPU Caps Viewer has several OpenGL demos. one of the demo is GL 2.1 - Vertex
Displacement Mapping, which is used run fine with Mesa 10 stable but now
regressed in mesa master.
the program can be run by wine.
All the demos emitting the following in the terminal:
Mesa 10.2.0-devel implementation error: meta program compile failed:
0:6(12): error: value of type vec3 cannot be assigned to variable of type vec4
source:
attribute vec2 position;
attribute vec3 textureCoords;
varying vec4 texCoords;
void main()
{
texCoords = textureCoords;
gl_Position = vec4(position, 0.0, 1.0);
}
Please report at <a href="https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa">https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa</a>
attached image showing black dots(glitch) in the rendering
Tested On:
Ubuntu 13.10
Linux 3.12 (both 32 and 64 bit)
X.Org X Server 1.14.5
xf86-video-intel 2.99.905
Mesa-git 18caef953f2de134077bfa6e46f8616f68ff1b1b
Hardware: Intel GMA 4500 MHD (device id 2a42)</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>