<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Priority</th>
          <td>high
          </td>
        </tr>

        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [i965 Bisected]Piglit spec/glsl-1.50/compiler/incorrect-in-layout-qualifier-repeated-prim.geom fails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=80781">80781</a>
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>siglesias@igalia.com
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>idr@freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[i965 Bisected]Piglit spec/glsl-1.50/compiler/incorrect-in-layout-qualifier-repeated-prim.geom fails
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>intel-3d-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>major
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>huax.lu@intel.com
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Drivers/DRI/i965
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr></table>
      <p>
        <div>
        <pre>System Environment:
--------------------------
Platform: Haswell
Libdrm:       
(master)libdrm-2.4.54-17-ge8c3c1358ecaf4e90f7d43762357ae6f8e2022b6
Mesa:        (master)1bfc0a11027449ae7ab7c28eb695f26de530eccf
Xserver:(master)xorg-server-1.15.99.902-121-g2f5cf9ff9a0f713b7e038636484c77f113a5f10a
Xf86_video_intel:(master)2.99.912-200-ge6e5330857097eb2caafa89d571d12e4bb15f539
Libva:        (master)c61d8c6ce9ffc27320e9e177c1e1123d5f1b5014
Libva_intel_driver:(master)c5cb17ea86f0065a939d3636dd26651c93d497c8
Kernel:    (drm-intel-nightly)a7665faa31dbbbae25e376508a9b3781e25d09e2

Bug detailed description:
-----------------------------
It fails on i965 platforms with mesa master branch, works well on 10.2 branch.

Bisect shows: a7e6ec68985dda9ca70c3eeb4fa9d807b67f7c99 is the first bad commit.
commit a7e6ec68985dda9ca70c3eeb4fa9d807b67f7c99
Author:     Samuel Iglesias Gonsalvez <<a href="mailto:siglesias@igalia.com">siglesias@igalia.com</a>>
AuthorDate: Tue Jun 10 08:45:43 2014 +0200
Commit:     Iago Toral Quiroga <<a href="mailto:itoral@igalia.com">itoral@igalia.com</a>>
CommitDate: Mon Jun 30 08:08:49 2014 +0200

    glsl: Add parsing support for multi-stream output in geometry shaders.

    This implements parsing requirements for multi-stream support in
    geometry shaders as defined in ARB_gpu_shader5.

    Signed-off-by: Samuel Iglesias Gonsalvez <<a href="mailto:siglesias@igalia.com">siglesias@igalia.com</a>>
    Reviewed-by: Ian Romanick <<a href="mailto:ian.d.romanick@intel.com">ian.d.romanick@intel.com</a>>

output:
Successfully compiled geometry shader
/GFX/Test/Piglit/piglit/tests/spec/glsl-1.50/compiler/incorrect-in-layout-qualifier-repeated-prim.geom:
Shader source:
// [config]
// expect_result: fail
// glsl_version: 1.50
// check_link: false
// [end config]
//
// Tests for invalid input layout qualifiers.
//
// GLSLangSpec 1.50, section 4.3.8.1 (Input Layout Qualifiers):
// "Only one argument is accepted. For example,
//  layout(triangles) in;"
//

#version 150

layout(points, points) in;

void main()
{
}

PIGLIT: {'result': 'fail' }


Reproduce steps:
----------------------------
1. xinit
2. bin/glslparsertest
/GFX/Test/Piglit/piglit/tests/spec/glsl-1.50/compiler/incorrect-in-layout-qualifier-repeated-prim.geom
fail 1.50</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>