Summary: |
More verbose errors for dmabuf creation. |
Product: |
Mesa
|
Reporter: |
Lubosz Sarnecki <lubosz> |
Component: |
Drivers/DRI/i965 | Assignee: |
Ian Romanick <idr> |
Status: |
RESOLVED
MOVED
|
QA Contact: |
Intel 3D Bugs Mailing List <intel-3d-bugs> |
Severity: |
enhancement
|
|
|
Priority: |
medium
|
|
|
Version: |
git | |
|
Hardware: |
All | |
|
OS: |
Linux (All) | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
More verbose errors for dmabuf creation.
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 120173 [details] 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().