<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 - More verbose errors for dmabuf creation."
href="https://bugs.freedesktop.org/show_bug.cgi?id=93138">93138</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>More verbose errors for dmabuf creation.
</td>
</tr>
<tr>
<th>Product</th>
<td>Mesa
</td>
</tr>
<tr>
<th>Version</th>
<td>git
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux (All)
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</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>lubosz@gmail.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=120173" name="attach_120173" title="More verbose errors for dmabuf creation.">attachment 120173</a> <a href="attachment.cgi?id=120173&action=edit" title="More verbose errors for dmabuf creation.">[details]</a></span>
More verbose errors for dmabuf creation.
Using EXT_image_dma_buf_import on i965 can be confusing if you don't look in
the code.
The driver always outputs EGL_BAD_MATCH for using multi planar formats. The
practice here is to use multiple EGL images per plane and do the color
conversion in GLSL.
The same error is given when the fourcc format is unsupported.
This patch gives the application programmer more information about what he is
doing wrong, by putting out this information with _mesa_warning().</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>