[Piglit] [Bug 108612] New: The spec at arb_program_interface_query@arb_program_interface_query-getprogramresourceiv fails

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Oct 31 14:49:02 UTC 2018


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

            Bug ID: 108612
           Summary: The
                    spec at arb_program_interface_query@arb_program_interface
                    _query-getprogramresourceiv fails
           Product: piglit
           Version: unspecified
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: tests
          Assignee: piglit at lists.freedesktop.org
          Reporter: andrey.simiklit at gmail.com
        QA Contact: piglit at lists.freedesktop.org

I guess this piglit test fails because we require a valid location for TCS
output which is declared without "layout (location=X)"
but according to spec:

"Not all active variables are assigned valid locations; the
 following variables will have an effective location of -1:

      * uniforms declared as atomic counters;

      * members of a uniform block;

      * built-in inputs, outputs, and uniforms (starting with "gl_"); and

      * inputs or outputs not declared with a "location" layout qualifier,
        except for vertex shader inputs and fragment shader outputs."

I will provide the possible solution shortly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/piglit/attachments/20181031/25a10d05/attachment.html>


More information about the Piglit mailing list