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
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