Hi Fabio,

On 13 March 2017 at 15:16, Fabio Estevam <feste...@gmail.com> wrote:
> The following error is observed on sparc64:
>
> cube-tex.c: In function 'init_tex_nv12_2img':
> cube-tex.c:350:29: error: 'DRM_FORMAT_R8' undeclared (first use in this 
> function)
>    EGL_LINUX_DRM_FOURCC_EXT, DRM_FORMAT_R8,
>                              ^
> cube-tex.c:350:29: note: each undeclared identifier is reported only once for 
> each function it appears in
> cube-tex.c:359:29: error: 'DRM_FORMAT_GR88' undeclared (first use in this 
> function)
>    EGL_LINUX_DRM_FOURCC_EXT, DRM_FORMAT_GR88,
>
> Include <drm_fourcc.h> to fix it.
>
Since all these were getting a bit of a drag I've addressed most of
the major issues.
Can you please pull latest master and send any applicable fixes on top of it.

Thanks
Emil
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to