<div dir='auto'><div><br><div class="gmail_extra"><br><div class="gmail_quote">On Oct 18, 2018 18:21, Ilia Mirkin <imirkin@alum.mit.edu> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">Have you verified that this works OK on GLES2? This extension enables
<br>
online compression, which isn't normally available in GLES, and I
<br>
wouldn't be surprised if the current mesa TexImage handlers prevent
<br>
it.
<br>
</p></blockquote></div></div></div><div dir="auto">The way I read the extension spec, it doesn't enable online compression on gles2. And from testing, it seems like mesa does the right thing. I'll double check, though...</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr"><br>
-ilia
<br>
On Thu, Oct 18, 2018 at 11:05 AM Erik Faye-Lund
<br>
<erik.faye-lund@collabora.com> wrote:
<br>
>
<br>
> The extension is written against both GL 1.2 and GLES 2.0, so let's
<br>
> also enable it on GLES 2.0.
<br>
>
<br>
> Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
<br>
> ---
<br>
> src/mesa/main/extensions_table.h | 2 +-
<br>
> 1 file changed, 1 insertion(+), 1 deletion(-)
<br>
>
<br>
> diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h
<br>
> index 09bf923bd0e..47db1583135 100644
<br>
> --- a/src/mesa/main/extensions_table.h
<br>
> +++ b/src/mesa/main/extensions_table.h
<br>
> @@ -278,7 +278,7 @@ EXT(EXT_texture_buffer , OES_texture_buffer
<br>
> EXT(EXT_texture_compression_dxt1 , ANGLE_texture_compression_dxt , GLL, GLC, ES1, ES2, 2004)
<br>
> EXT(EXT_texture_compression_latc , EXT_texture_compression_latc , GLL, x , x , x , 2006)
<br>
> EXT(EXT_texture_compression_rgtc , ARB_texture_compression_rgtc , GLL, GLC, x , x , 2004)
<br>
> -EXT(EXT_texture_compression_s3tc , EXT_texture_compression_s3tc , GLL, GLC, x , x , 2000)
<br>
> +EXT(EXT_texture_compression_s3tc , EXT_texture_compression_s3tc , GLL, GLC, x , ES2, 2000)
<br>
> EXT(EXT_texture_cube_map , ARB_texture_cube_map , GLL, x , x , x , 2001)
<br>
> EXT(EXT_texture_cube_map_array , OES_texture_cube_map_array , x , x , x , 31, 2014)
<br>
> EXT(EXT_texture_edge_clamp , dummy_true , GLL, x , x , x , 1997)
<br>
> --
<br>
> 2.17.1
<br>
>
<br>
> _______________________________________________
<br>
> mesa-dev mailing list
<br>
> mesa-dev@lists.freedesktop.org
<br>
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
<br>
</p>
</blockquote></div><br></div></div></div>