[PATCH] drm: add FOURCC formats for compute dma_buf interop.

2014-03-19 Thread Gwenole Beauchesne
Hi, 2014-03-15 12:28 GMT+01:00 Daniel Vetter : > On Sat, Mar 15, 2014 at 05:41:05AM +0100, Gwenole Beauchesne wrote: >> Hi, >> >> 2014-03-14 22:52 GMT+01:00 Daniel Vetter : >> > On Fri, Mar 14, 2014 at 06:59:21PM +0100, Gwenole Beauchesne wrote: >> &

[PATCH] drm: add FOURCC formats for compute dma_buf interop.

2014-03-15 Thread Gwenole Beauchesne
Hi, 2014-03-14 22:52 GMT+01:00 Daniel Vetter : > On Fri, Mar 14, 2014 at 06:59:21PM +0100, Gwenole Beauchesne wrote: >> This is a follow-up to: >> http://lists.freedesktop.org/archives/mesa-dev/2014-March/055742.html >> >> Add formats meant to convey a "comp

[PATCH] drm: add FOURCC formats for compute dma_buf interop.

2014-03-14 Thread Gwenole Beauchesne
tive-endian byte-order in memory. For example, 'T2F4' format would represent the (float, float) tuple where elements are stored in little-endian byte-order on x86. Signed-off-by: Gwenole Beauchesne --- include/drm/drm_fourcc.h | 78 ++ 1 f