Re: [Mesa-dev] [PATCH v2] mesa/teximage: Fix S3TC regression due to ASTC interaction

2015-11-22 Thread Nanley Chery
On Sat, Nov 21, 2015 at 2:46 PM, Ilia Mirkin wrote: > Just ran into this myself and spent a bunch of time investigating... > Any reason this wasn't already reviewed/checked in? > > None that I know of. I just pushed it though. > On Wed, Oct 28, 2015 at 5:50 PM, Nanley Chery > wrote: > > From:

Re: [Mesa-dev] [PATCH v2] mesa/teximage: Fix S3TC regression due to ASTC interaction

2015-11-21 Thread Ilia Mirkin
Just ran into this myself and spent a bunch of time investigating... Any reason this wasn't already reviewed/checked in? On Wed, Oct 28, 2015 at 5:50 PM, Nanley Chery wrote: > From: Nanley Chery > > A prior, literal reading of the ASTC spec led to the prohibition > of some compressed formats bei

Re: [Mesa-dev] [PATCH v2] mesa/teximage: Fix S3TC regression due to ASTC interaction

2015-10-29 Thread Emil Velikov
Hi Nanley, On 28 October 2015 at 21:50, Nanley Chery wrote: > From: Nanley Chery > > A prior, literal reading of the ASTC spec led to the prohibition > of some compressed formats being used against the targets: > TEXTURE_CUBE_MAP_ARRAY and TEXTURE_3D. Since the spec does not specify > interactio

[Mesa-dev] [PATCH v2] mesa/teximage: Fix S3TC regression due to ASTC interaction

2015-10-28 Thread Nanley Chery
From: Nanley Chery A prior, literal reading of the ASTC spec led to the prohibition of some compressed formats being used against the targets: TEXTURE_CUBE_MAP_ARRAY and TEXTURE_3D. Since the spec does not specify interactions with other extensions for specific compressed textures, remove such in