From d68c1e2ac28bbf0ac6259e9619fb73958fc598b8 Mon Sep 17 00:00:00 2001 From: Ilia Mirkin Date: Thu, 9 Jun 2016 22:50:43 -0400 Subject: mesa: add GL_EXT_window_rectangles state storage/retrieval functionality Signed-off-by: Ilia Mirkin Reviewed-by: Brian Paul --- src/mesa/main/extensions_table.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/main/extensions_table.h') diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h index ea8eb306f59..ad3bffc068a 100644 --- a/src/mesa/main/extensions_table.h +++ b/src/mesa/main/extensions_table.h @@ -267,6 +267,7 @@ EXT(EXT_transform_feedback , EXT_transform_feedback EXT(EXT_unpack_subimage , dummy_true , x , x , x , ES2, 2011) EXT(EXT_vertex_array , dummy_true , GLL, x , x , x , 1995) EXT(EXT_vertex_array_bgra , EXT_vertex_array_bgra , GLL, GLC, x , x , 2008) +EXT(EXT_window_rectangles , EXT_window_rectangles , GLL, GLC, x , 30, 2016) EXT(GREMEDY_string_marker , GREMEDY_string_marker , GLL, GLC, x , x , 2007) -- cgit v1.2.3