[Bug 77245] New: Bogus GL_ARB_explicit_attrib_location layout identifier warnings

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Apr 9 10:11:12 PDT 2014


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

          Priority: medium
            Bug ID: 77245
          Assignee: idr at freedesktop.org
           Summary: Bogus GL_ARB_explicit_attrib_location layout
                    identifier warnings
        QA Contact: intel-3d-bugs at lists.freedesktop.org
          Severity: minor
    Classification: Unclassified
                OS: All
          Reporter: kenneth at whitecape.org
          Hardware: Other
            Status: NEW
           Version: git
         Component: glsl-compiler
           Product: Mesa

Compiling the following shader:

#version 150
#extension GL_ARB_explicit_attrib_location : warn
layout(triangle_strip, max_vertices = 4) out;

yields the following warning:

0:3(24): warning: GL_ARB_explicit_attrib_location layout identifier
`max_vertices' used

This is bogus - max_vertices is part of 1.50, and was never part of the
GL_ARB_explicit_attrib_location extension.  It appears that as people have
added more layout qualifiers, they haven't sorted out the warn flags
appropriately.

It would be nice to fix this.

-- 
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/20140409/8577e31c/attachment-0001.html>


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