Agreed. I've updated the patch. Thanks.
On Mon, Aug 17, 2015 at 11:39 AM, Chad Versace
wrote:
> On Tue 11 Aug 2015, Nanley Chery wrote:
> > From: Nanley Chery
> >
> > In agreement with the ASTC spec, this makes calls to TexImage*D
> unsuccessful.
> > Implied by the spec, Generate[Texture]Mipmap
On Tue 11 Aug 2015, Nanley Chery wrote:
> From: Nanley Chery
>
> In agreement with the ASTC spec, this makes calls to TexImage*D unsuccessful.
> Implied by the spec, Generate[Texture]Mipmap and [Copy]TexSubImage*D calls
> must be unsuccessful as well.
>
> v2. actually force attempts to compress
This patch is a followup on this:
http://lists.freedesktop.org/archives/mesa-dev/2015-June/087055.html
On Tue, Aug 11, 2015 at 4:54 PM, Nanley Chery wrote:
> From: Nanley Chery
>
> In agreement with the ASTC spec, this makes calls to TexImage*D
> unsuccessful.
> Implied by the spec, Generate[Te
From: Nanley Chery
In agreement with the ASTC spec, this makes calls to TexImage*D unsuccessful.
Implied by the spec, Generate[Texture]Mipmap and [Copy]TexSubImage*D calls
must be unsuccessful as well.
v2. actually force attempts to compress online to fail.
v3. indentation (Matt).
Signed-off-by