[Mesa-dev] [PATCH 11/65] mesa/main: Add extension tracking bit for ARB_internalformat_query2

Dave Airlie airlied at gmail.com
Wed Mar 2 00:27:50 UTC 2016


On 4 February 2016 at 01:44, Eduardo Lima Mitev <elima at igalia.com> wrote:
> From: Antia Puentes <apuentes at igalia.com>
>
> ---
>  src/mesa/main/extensions_table.h | 1 +
>  src/mesa/main/mtypes.h           | 1 +
>  2 files changed, 2 insertions(+)
>
> diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h
> index ad5dc60..dc6dbe4 100644
> --- a/src/mesa/main/extensions_table.h
> +++ b/src/mesa/main/extensions_table.h
> @@ -73,6 +73,7 @@ EXT(ARB_half_float_vertex                   , ARB_half_float_vertex
>  EXT(ARB_indirect_parameters                 , ARB_indirect_parameters                ,  x , GLC,  x ,  x , 2013)
>  EXT(ARB_instanced_arrays                    , ARB_instanced_arrays                   , GLL, GLC,  x ,  x , 2008)
>  EXT(ARB_internalformat_query                , ARB_internalformat_query               , GLL, GLC,  x ,  x , 2011)
> +EXT(ARB_internalformat_query2                , ARB_internalformat_query2               , GLL, GLC,  x ,  x , 2013)

As Nanley previously pointed out, there is some extra spaces in here.

they are still there from what I can see in the latest git tree.

Dave.


More information about the mesa-dev mailing list