Re: [Mesa-dev] [PATCH 1/6] mesa: Add X1B5G5R5 along with A1B5G5R5.

2017-10-09 Thread Eric Anholt
Nicolai Hähnle writes: > On 17.08.2017 18:10, Eric Anholt wrote: >> For supporting RGB5 in hardware with A in the low bit (vc4), we need this >> format as well. >> --- >> src/mesa/main/formats.c | 2 ++ >> src/mesa/main/formats.csv| 1 + >> src/mesa/main/formats.h | 1 + >> src

Re: [Mesa-dev] [PATCH 1/6] mesa: Add X1B5G5R5 along with A1B5G5R5.

2017-10-07 Thread Nicolai Hähnle
On 17.08.2017 18:10, Eric Anholt wrote: For supporting RGB5 in hardware with A in the low bit (vc4), we need this format as well. --- src/mesa/main/formats.c | 2 ++ src/mesa/main/formats.csv| 1 + src/mesa/main/formats.h | 1 + src/mesa/main/texformat.c| 1 + src/mesa/swr

[Mesa-dev] [PATCH 1/6] mesa: Add X1B5G5R5 along with A1B5G5R5.

2017-08-17 Thread Eric Anholt
For supporting RGB5 in hardware with A in the low bit (vc4), we need this format as well. --- src/mesa/main/formats.c | 2 ++ src/mesa/main/formats.csv| 1 + src/mesa/main/formats.h | 1 + src/mesa/main/texformat.c| 1 + src/mesa/swrast/s_texfetch.c | 1 + 5 files changed, 6 inse