diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-06-12 20:02:45 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-06-12 20:02:45 +0000 |
commit | a3feff414f508c399b98a27a36541057b73a3190 (patch) | |
tree | ec8393feb3d5375049f15d6478bcbb66386193c5 | |
parent | 48c03d7c9fffd720b87195550951e6a4e8240a7d (diff) |
GL_APPLE_vertex_array_object is new
-rw-r--r-- | docs/VERSIONS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 226a8d9864..5f1a9d3e37 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1473,6 +1473,7 @@ Mesa Version History 6.5.1 month, day, 2006 New: + - GL_APPLE_vertex_array_object extension (Ian Romanick) Changes: - The glVertexAttribARB functions no longer alias the conventional vertex attributes. |