<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - The big SKQP bug"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=105301#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - The big SKQP bug"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=105301">bug 105301</a>
              from <span class="vcard"><a class="email" href="mailto:aditya.swarup@intel.com" title="Aditya Swarup <aditya.swarup@intel.com>"> <span class="fn">Aditya Swarup</span></a>
</span></b>
        <pre>I don't know what the regression on Android side is. The only way I see us
solving this problem with minimum fuss is to use Linux DMA BUF IMPORT EXT to
create EGLImage(CreateEGLImage) instead of using regular texture in our
case.(Don't know if this implementation will sit well with Android folks)

The change could be something like:
if(support LINUX DMA BUF IMPORT EXT extension)
         CreateEGLImage using linux dma buf extension
else
  CreateEGLImage(using regular texture) <----- For other platforms</pre>
        </div>
      </p>


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

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