Mesa (mesa_7_5_branch): mesa: added comment

Brian Paul brianp at kemper.freedesktop.org
Fri May 22 13:14:32 UTC 2009


Module: Mesa
Branch: mesa_7_5_branch
Commit: 42b747e57d4487ee4f0049ab6835b56f22890e97
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=42b747e57d4487ee4f0049ab6835b56f22890e97

Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 22 07:14:16 2009 -0600

mesa: added comment

---

 src/mesa/main/get_gen.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/main/get_gen.py b/src/mesa/main/get_gen.py
index 00dcb19..43ee5ff 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"] ),
 ]




More information about the mesa-commit mailing list