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

            Bug ID: 108612
           Summary: The
                    spec@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@lists.freedesktop.org
          Reporter: andrey.simik...@gmail.com
        QA Contact: piglit@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.
_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to