Re: [Piglit] [PATCH 2/5] khr_texture_compression_astc: Skip the decoding for sRGB textures

2016-07-19 Thread Nanley Chery
On Thu, Jul 07, 2016 at 04:28:10PM -0700, Anuj Phogat wrote: > Both compressed and decompressed sRGB textures in the test are decoded > to linear color by sampler. The loss of precision during this conversion > caused the subtest failure. It can be fixed by avoiding the sRGB decoding > for sRGB tex

Re: [Piglit] [PATCH 2/5] khr_texture_compression_astc: Skip the decoding for sRGB textures

2016-07-18 Thread Nanley Chery
On Mon, Jul 18, 2016 at 03:59:19PM -0700, Nanley Chery wrote: > On Mon, Jul 18, 2016 at 03:39:22PM -0700, Nanley Chery wrote: > > On Thu, Jul 07, 2016 at 04:28:10PM -0700, Anuj Phogat wrote: > > > Both compressed and decompressed sRGB textures in the test are decoded > > > to linear color by sample

Re: [Piglit] [PATCH 2/5] khr_texture_compression_astc: Skip the decoding for sRGB textures

2016-07-18 Thread Nanley Chery
On Mon, Jul 18, 2016 at 03:39:22PM -0700, Nanley Chery wrote: > On Thu, Jul 07, 2016 at 04:28:10PM -0700, Anuj Phogat wrote: > > Both compressed and decompressed sRGB textures in the test are decoded > > to linear color by sampler. The loss of precision during this conversion > > caused the subtest

Re: [Piglit] [PATCH 2/5] khr_texture_compression_astc: Skip the decoding for sRGB textures

2016-07-18 Thread Nanley Chery
On Thu, Jul 07, 2016 at 04:28:10PM -0700, Anuj Phogat wrote: > Both compressed and decompressed sRGB textures in the test are decoded > to linear color by sampler. The loss of precision during this conversion > caused the subtest failure. It can be fixed by avoiding the sRGB decoding > for sRGB tex

[Piglit] [PATCH 2/5] khr_texture_compression_astc: Skip the decoding for sRGB textures

2016-07-07 Thread Anuj Phogat
Both compressed and decompressed sRGB textures in the test are decoded to linear color by sampler. The loss of precision during this conversion caused the subtest failure. It can be fixed by avoiding the sRGB decoding for sRGB textures. Skipping the decoding in non-sRGB cases isn't serving any pur