[Bug 105301] The big SKQP bug

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Oct 23 20:19:08 UTC 2018


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

--- Comment #7 from Aditya Swarup <aditya.swarup at intel.com> ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20181023/4a053d3f/attachment.html>


More information about the intel-3d-bugs mailing list