summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/arrayobj.c
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2014-02-01 20:17:06 -0800
committerKenneth Graunke <[email protected]>2014-02-03 00:53:13 -0800
commitcf62e5967340b97030e3e1f07c8ead14efc7414a (patch)
treeccee765e8a3b544ac0dc257cece3330b287eee73 /src/mesa/main/arrayobj.c
parente1b1f2a687c219021f65219df59f412bc86daadd (diff)
mesa: Update some comments relating to VAOs.
Signed-off-by: Kenneth Graunke <[email protected]> Reviewed-by: Jordan Justen <[email protected]> Reviewed-by: Ian Romanick <[email protected]> Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/arrayobj.c')
-rw-r--r--src/mesa/main/arrayobj.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/arrayobj.c b/src/mesa/main/arrayobj.c
index 46ccbdc085c..0b9592f7712 100644
--- a/src/mesa/main/arrayobj.c
+++ b/src/mesa/main/arrayobj.c
@@ -27,7 +27,10 @@
/**
* \file arrayobj.c
- * Functions for the GL_APPLE_vertex_array_object extension.
+ *
+ * Implementation of Vertex Array Objects (VAOs), from OpenGL 3.1+,
+ * the GL_ARB_vertex_array_object extension, or the older
+ * GL_APPLE_vertex_array_object extension.
*
* \todo
* The code in this file borrows a lot from bufferobj.c. There's a certain