[Mesa-dev] [PATCH kmscube v3 2/2] cube-tex: Include <drm_fourcc.h>

Emil Velikov emil.l.velikov at gmail.com
Mon Mar 13 16:12:42 UTC 2017


Hi Fabio,

On 13 March 2017 at 15:16, Fabio Estevam <festevam at 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


More information about the mesa-dev mailing list