On 10/31/2013 10:45 AM, Ian Romanick wrote:
> On 10/31/2013 10:21 AM, Marek Olšák wrote:
>> On Thu, Oct 31, 2013 at 6:19 PM, Ian Romanick wrote:
>>> On 10/31/2013 08:42 AM, Marek Olšák wrote:
From: Marek Olšák
Cc: mesa-sta...@lists.freedesktop.org
>>>
>>> This is not correct. GL_C
On 10/31/2013 10:21 AM, Marek Olšák wrote:
> On Thu, Oct 31, 2013 at 6:19 PM, Ian Romanick wrote:
>> On 10/31/2013 08:42 AM, Marek Olšák wrote:
>>> From: Marek Olšák
>>>
>>> Cc: mesa-sta...@lists.freedesktop.org
>>
>> This is not correct. GL_COMPRESSED_TEXTURE_FORMATS is only supposed to
>> retu
On Thu, Oct 31, 2013 at 6:19 PM, Ian Romanick wrote:
> On 10/31/2013 08:42 AM, Marek Olšák wrote:
>> From: Marek Olšák
>>
>> Cc: mesa-sta...@lists.freedesktop.org
>
> This is not correct. GL_COMPRESSED_TEXTURE_FORMATS is only supposed to
> return texture formats "suitable for general-purpose usa
On 10/31/2013 08:42 AM, Marek Olšák wrote:
> From: Marek Olšák
>
> Cc: mesa-sta...@lists.freedesktop.org
This is not correct. GL_COMPRESSED_TEXTURE_FORMATS is only supposed to
return texture formats "suitable for general-purpose usage." Since
GL_COMPRESSED_RGBA_S3TC_DXT1_EXT only has 1 bit for
On Thu, Oct 31, 2013 at 9:42 AM, Marek Olšák wrote:
> From: Marek Olšák
>
> Cc: mesa-sta...@lists.freedesktop.org
> ---
> src/mesa/main/texcompress.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/src/mesa/main/texcompress.c b/src/mesa/main/texcompress.c
> index e71d0
From: Marek Olšák
Cc: mesa-sta...@lists.freedesktop.org
---
src/mesa/main/texcompress.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/mesa/main/texcompress.c b/src/mesa/main/texcompress.c
index e71d0c4..7393d3f 100644
--- a/src/mesa/main/texcompress.c
+++ b/src/mesa/m