[Bug 74923] New: Geeks3D GPU Caps Viewer - Vertex Displacement Mapping glitch

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Feb 13 03:03:04 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=74923

          Priority: medium
            Bug ID: 74923
          Assignee: idr at freedesktop.org
           Summary: Geeks3D GPU Caps Viewer - Vertex Displacement Mapping
                    glitch
        QA Contact: intel-3d-bugs at lists.freedesktop.org
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: imamdxl8805 at gmail.com
          Hardware: Other
            Status: NEW
           Version: git
         Component: Drivers/DRI/i965
           Product: Mesa

Created attachment 93994
  --> https://bugs.freedesktop.org/attachment.cgi?id=93994&action=edit
screenshot

http://www.ozone3d.net/gpu_caps_viewer/

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 https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa

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)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20140213/b3186e41/attachment.html>


More information about the intel-3d-bugs mailing list