Are there tests anywhere for either of these extensions? If not, can
you send some patches to piglit which either add tests or, preferably,
take tests for the existing desktop functionality and make them
ES-friendly (e.g.
https://cgit.freedesktop.org/piglit/commit/?id=d1bb73c483aa93e083ed251e0458d03ce5b0f552
)

On Wed, Sep 21, 2016 at 7:32 PM, Kevin Strasser
<[email protected]> wrote:
> The extension spec has been revised to include dependencies for OpenGL ES 2
> and 3.
>
> Signed-off-by: Kevin Strasser <[email protected]>
> ---
>  src/mesa/main/extensions_table.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/mesa/main/extensions_table.h 
> b/src/mesa/main/extensions_table.h
> index c40dd79..977897e 100644
> --- a/src/mesa/main/extensions_table.h
> +++ b/src/mesa/main/extensions_table.h
> @@ -251,7 +251,7 @@ EXT(EXT_texture_buffer                      , 
> OES_texture_buffer
>  EXT(EXT_texture_compression_dxt1            , ANGLE_texture_compression_dxt  
>         , GLL, GLC, ES1, ES2, 2004)
>  EXT(EXT_texture_compression_latc            , EXT_texture_compression_latc   
>         , GLL,  x ,  x ,  x , 2006)
>  EXT(EXT_texture_compression_rgtc            , ARB_texture_compression_rgtc   
>         , GLL, GLC,  x ,  x , 2004)
> -EXT(EXT_texture_compression_s3tc            , EXT_texture_compression_s3tc   
>         , GLL, GLC,  x ,  x , 2000)
> +EXT(EXT_texture_compression_s3tc            , EXT_texture_compression_s3tc   
>         , GLL, GLC,  x , ES2, 2000)
>  EXT(EXT_texture_cube_map                    , ARB_texture_cube_map           
>         , GLL,  x ,  x ,  x , 2001)
>  EXT(EXT_texture_cube_map_array              , OES_texture_cube_map_array     
>         ,  x ,  x ,  x ,  31, 2014)
>  EXT(EXT_texture_edge_clamp                  , dummy_true                     
>         , GLL,  x ,  x ,  x , 1997)
> --
> 2.7.4
>
> _______________________________________________
> mesa-dev mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to