Re: [Mesa-dev] [PATCH 1/3] gallium: add PIPE_FORMAT_A1B5G5R5_UNORM format

2017-10-06 Thread Eric Anholt
Nicolai Hähnle writes: > From: Nicolai Hähnle > > This matches the GL_UNSIGNED_SHORT_5_5_5_1 type. Sigh, I've sent a patch for this 3 times already and not been able to get review. https://lists.freedesktop.org/archives/mesa-dev/2017-August/166569.html I found that I also needed X1B5G5R5, or

[Mesa-dev] [PATCH 1/3] gallium: add PIPE_FORMAT_A1B5G5R5_UNORM format

2017-10-06 Thread Nicolai Hähnle
From: Nicolai Hähnle This matches the GL_UNSIGNED_SHORT_5_5_5_1 type. --- src/gallium/auxiliary/util/u_format.csv | 1 + src/gallium/auxiliary/util/u_format_tests.c | 7 +++ src/gallium/drivers/svga/svga_format.c | 1 + src/gallium/include/pipe/p_format.h | 1 + 4 files chan