<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 - Graphic corruption for Android apps Telegram and KineMaster"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=104741">104741</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Graphic corruption for Android apps Telegram and KineMaster
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>17.3
          </td>
        </tr>

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

        <tr>
          <th>OS</th>
          <td>Linux (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>intel-3d-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>dmytro.chystiakov@intel.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>intel-3d-bugs@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=136906" name="attach_136906" title="Patch to workaround an issue">attachment 136906</a> <a href="attachment.cgi?id=136906&action=edit" title="Patch to workaround an issue">[details]</a></span>
Patch to workaround an issue

Android apps Telegram and KineMaster have graphic corruption when started on
AndroidIA/ChromeOS with latest MESA.

Issue was introduced with patch "UPSTREAM: i965: Only call
create_for_planar_image for
 multiple planes" and can be workarounded by setting  mt_create_flags |=
MIPTREE_CREATE_NO_AUX for planar images with nplanes == 1

From: Jason Ekstrand <<a href="mailto:jason.ekstrand@intel.com">jason.ekstrand@intel.com</a>>
Date: Mon, 31 Jul 2017 13:33:45 -0700
Subject: [PATCH 38/39] UPSTREAM: i965: Only call create_for_planar_image for
 multiple planes
Before, we ended up always calling miptree_create_for_planar_image in
almost all cases because most images have image->planar_format != NULL.
This commit makes us only take that path if we have a multi-planar
format.


Steps to reproduce
===================
1. Install Telegram from the Playstore
(<a href="https://play.google.com/store/apps/details?id=org.telegram.messenger">https://play.google.com/store/apps/details?id=org.telegram.messenger</a>) 
2. Launch Telegram
3. Notice when the Splashscreen/Tutorial screen appears the Animated Graphic is
corrupt. If you swipe left to move through the different "tutorial pages" each
graphic displayed is corrupt. 

Expected Result
=============
Animated Tutorial Graphics in Telegram should not be corrupted.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>