[Mesa-dev] [Bug 75445] New: Mesa 10.2.0-devel implementation error: meta program compile failed:

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Feb 24 06:31:55 PST 2014


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

          Priority: medium
            Bug ID: 75445
          Assignee: mesa-dev at lists.freedesktop.org
           Summary: Mesa 10.2.0-devel implementation error: meta program
                    compile failed:
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: scampa.giovanni at gmail.com
          Hardware: Other
            Status: NEW
           Version: unspecified
         Component: Mesa core
           Product: Mesa

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);
}

This is mesa 8b5f894e13c0e290b2d3218ed8305e7428f2242f on an Intel GM45.
Configure line:
'--prefix' '/opt/gnome' '--libdir' '/opt/gnome/lib64' '--enable-silent-rules'
'--disable-static' '--config-cache' '--enable-gtk-doc'
'--with-egl-platforms=x11,wayland,drm' '--enable-gbm'
'--with-gallium-drivers=swrast,ilo,r300,r600,nouveau,freedreno'
'--with-dri-drivers=i965,r200' '--enable-shared-glapi' '--enable-gles2'
'CFLAGS=-g -O2 -Wno-error=deprecated-declarations -Wno-unused-local-typedefs
-DG_DISABLE_CAST_CHECKS -pipe' 'LDFLAGS=-L/opt/gnome/lib64 -fuse-linker-plugin
-pipe' 'CXXFLAGS=-g -O2 -Wno-error=deprecated-declarations
-Wno-unused-local-typedefs -DG_DISABLE_CAST_CHECKS -pipe'
'PKG_CONFIG_PATH=/opt/gnome/lib64/pkgconfig:/opt/gnome/share/pkgconfig:/usr/lib64/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig'
'--enable-opencl' '--with-clang-libdir=/usr/lib' '--enable-vdpau'

The failing program is gnome-maps (v3.11.90), with libchamplain
(LIBCHAMPLAIN_0_12_7-1-geb40691) and cogl (1.17.2-17-gf9cd179)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140224/e7eca67c/attachment.html>


More information about the mesa-dev mailing list