summaryrefslogtreecommitdiff
path: root/docs/VERSIONS
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-06-13 17:17:32 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-06-13 17:17:32 +0000
commit4df010b29689f023ba55043432502b69b8a9bffa (patch)
tree104897673e937993036c498df8a1704c30f396db /docs/VERSIONS
parent34a3779aae716bf24f59257077694d26d0dfec18 (diff)
fix glVertexAttribPointerARB's normalized behaviour
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r--docs/VERSIONS1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 5f1a9d3e37..547a48ffac 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1494,3 +1494,4 @@ Mesa Version History
- fixed convolution memory leak (bug 7077)
- rectangular depth textures didn't work
- invalid mode to glBegin didn't generate an error (bug 7142)
+ - 'normalized' parameter to glVertexAttribPointerARB didn't work