Re: [Mesa-dev] [PATCH v3 2/4] Gallium: Add format PIPE_FORMAT_R8_SRGB

2018-11-01 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Thu, Nov 1, 2018 at 8:00 AM Gert Wollny wrote: > > From: Gert Wollny > > This format is needed to support EXT_texture_sRGB_R8. THe patch adds a new > format enum, the format entries in Gallium and and svga, the mapping between > sRGB and linear formats, and tests. > >

[Mesa-dev] [PATCH v3 2/4] Gallium: Add format PIPE_FORMAT_R8_SRGB

2018-11-01 Thread Gert Wollny
From: Gert Wollny This format is needed to support EXT_texture_sRGB_R8. THe patch adds a new format enum, the format entries in Gallium and and svga, the mapping between sRGB and linear formats, and tests. v2: - add mapping to linear format for PIPE_FORMATR_R8_SRGB v3: - Add texture format t