[Mesa-dev] [PATCH 11/65] mesa/main: Add extension tracking bit for ARB_internalformat_query2
Eduardo Lima Mitev
elima at igalia.com
Wed Mar 2 12:09:59 UTC 2016
On 03/02/2016 01:27 AM, Dave Airlie wrote:
> 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.
>
Oh, apparently we overlooked the comment before. Fixed it locally:
https://github.com/Igalia/mesa/commit/5e51ec351929cb152fdc7e4d5d21ada7a781bcb1
Thanks!
Eduardo
> Dave.
>
More information about the mesa-dev
mailing list