<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - glMark2 performance regression on mesa 10.3 or master branch"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=86656">86656</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>glMark2  performance regression on mesa 10.3 or master branch
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>git
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

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

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

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

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

        <tr>
          <th>Reporter</th>
          <td>xiong.y.zhang@intel.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>intel-3d-bugs@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Hardware:SandyBridge

the score of running "glmark2 --off-screen":
mesa 10.2: 1412
mesa 10.3 or master: 979

Through bisect, I found the bad commit is:
commit 2f28a0dc23165123cf1e8b5942acad37878edd8a
Author: Kristian Høgsberg <<a href="mailto:krh@bitplanet.net">krh@bitplanet.net</a>>
Date:   Mon Jul 7 16:44:58 2014 -0700

    i965: Implement fast color clears using meta operations


I did the following test to confirm this regression is introduced by commit
2f28a0d
1) git checkout 2f28a0d
   git revert 2f28a0d
   the score is 1412

2) git checkout 2f28a0d
   git am 14c1a2a9
   the score is 1052</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>