[RFC 2/2] tests: Add fp16 formats

2019-02-01 Thread Kevin Strasser
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 --- tests/data/example-client.h | 8 tests/data/example-server.h | 8 tests

[RFC 1/2] protocol: Add fp16 formats

2019-02-01 Thread Kevin Strasser
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 --- protocol/wayland.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protocol

[RFC 0/2] Add fp16 formats

2019-02-01 Thread Kevin Strasser
[1] https://patchwork.freedesktop.org/series/53213/ [2] https://patchwork.freedesktop.org/patch/281553/ Kevin Strasser (2): protocol: Add fp16 formats tests: Add fp16 formats protocol/wayland.xml| 2 ++ tests/data/example-client.h | 8 tests/data/example-server.h | 8 tests/data/e