Re: [Mesa-dev] [PATCH 02/13] drm-uapi: Add fp16 formats to drm_fourcc.h

2019-01-30 Thread Strasser, Kevin
Emil Velikov wrote: > Changes to drm-uapi should land in the kernel drm-next before being merged > here. > Otherwise we may end up with mesa and kernel using different > definitions, resulting in broken code :-( Sure, but we need userspace to be ready before landing new uapi in the kernel. Maybe

Re: [Mesa-dev] [PATCH 02/13] drm-uapi: Add fp16 formats to drm_fourcc.h

2019-01-30 Thread Emil Velikov
On Mon, 28 Jan 2019 at 18:42, Kevin Strasser wrote: > > Add 64 bpp 16:16:16:16 half float pixel formats. Each 16 bit component is > formatted in IEEE-754 half-precision float (binary16) 1:5:10 > MSb-sign:exponent:fraction form. > > Signed-off-by: Kevin Strasser > --- >