On 03/02/2016 01:27 AM, Dave Airlie wrote:
On 4 February 2016 at 01:44, Eduardo Lima Mitev <[email protected]> wrote:
From: Antia Puentes <[email protected]>
---
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.
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev