From: Brian Paul Date: Fri, 22 May 2009 13:14:16 +0000 (-0600) Subject: mesa: added comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=42b747e57d4487ee4f0049ab6835b56f22890e97;p=mesa.git mesa: added comment --- diff --git a/src/mesa/main/get_gen.py b/src/mesa/main/get_gen.py index 00dcb19335c..43ee5fff109 100644 --- a/src/mesa/main/get_gen.py +++ b/src/mesa/main/get_gen.py @@ -1005,6 +1005,7 @@ StateVars = [ ( "GL_MAX_SAMPLES", GLint, ["ctx->Const.MaxSamples"], "", ["ARB_framebuffer_object"] ), + # GL_APPLE_vertex_array_object ( "GL_VERTEX_ARRAY_BINDING_APPLE", GLint, ["ctx->Array.ArrayObj->Name"], "", ["APPLE_vertex_array_object"] ), ]