Re: [Mesa-dev] [PATCH v3 4/4] r600: Add support for EXT_texture_sRGB_R8

2018-11-06 Thread Roland Scheidegger
Reviewed-by: Roland Scheidegger Am 06.11.18 um 12:04 schrieb Gert Wollny: > Hi Dave & Roland, > > Can I persuade you to take a look at this one-liner? > > Many thanks, > Gert > > Am Donnerstag, den 01.11.2018, 12:59 +0100 schrieb Gert Wollny: >> From: Gert Wollny >> >> Enables on R600 an

Re: [Mesa-dev] [PATCH v3 4/4] r600: Add support for EXT_texture_sRGB_R8

2018-11-06 Thread Gert Wollny
Hi Dave & Roland, Can I persuade you to take a look at this one-liner? Many thanks, Gert Am Donnerstag, den 01.11.2018, 12:59 +0100 schrieb Gert Wollny: > From: Gert Wollny > > Enables on R600 and makes pass: > dEQP-GLES31.functional.srgb_texture_decode.skip_decode.sr8.* > dEQP-GLES31.

[Mesa-dev] [PATCH v3 4/4] r600: Add support for EXT_texture_sRGB_R8

2018-11-01 Thread Gert Wollny
From: Gert Wollny Enables on R600 and makes pass: dEQP-GLES31.functional.srgb_texture_decode.skip_decode.sr8.* dEQP-GLES31.functional.texture.filtering.cube_array.formats.sr8* v2: remove chunk for dri/radeon (Emil) Signed-off-by: Gert Wollny --- src/gallium/drivers/r600/r600_state_common.