Re: [Mesa-dev] [PATCH] mesa: add MESA_FORMAT_R8G8B8A8_SRGB

2014-03-06 Thread Brian Paul
On 03/06/2014 11:09 AM, Roland Scheidegger wrote: Just one typo otherwise looks good (though I couldn't tell if it would be missing in one of these swtich statements...). Roland Am 06.03.2014 18:58, schrieb Brian Paul: To match PIPE_FORMAT_R8G8B8A8_SRGB. --- src/mesa/main/format_pack.c

Re: [Mesa-dev] [PATCH] mesa: add MESA_FORMAT_R8G8B8A8_SRGB

2014-03-06 Thread Jose Fonseca
- Original Message - > To match PIPE_FORMAT_R8G8B8A8_SRGB. > --- > src/mesa/main/format_pack.c | 27 +++ > src/mesa/main/format_unpack.c| 14 ++ > src/mesa/main/formats.c | 15 +++ > src/mesa/main/formats.h

Re: [Mesa-dev] [PATCH] mesa: add MESA_FORMAT_R8G8B8A8_SRGB

2014-03-06 Thread Roland Scheidegger
Just one typo otherwise looks good (though I couldn't tell if it would be missing in one of these swtich statements...). Roland Am 06.03.2014 18:58, schrieb Brian Paul: > To match PIPE_FORMAT_R8G8B8A8_SRGB. > --- > src/mesa/main/format_pack.c | 27 +++ > src/mesa/m

[Mesa-dev] [PATCH] mesa: add MESA_FORMAT_R8G8B8A8_SRGB

2014-03-06 Thread Brian Paul
To match PIPE_FORMAT_R8G8B8A8_SRGB. --- src/mesa/main/format_pack.c | 27 +++ src/mesa/main/format_unpack.c| 14 ++ src/mesa/main/formats.c | 15 +++ src/mesa/main/formats.h |1 + src/mesa/main/texstore.c