| commit | 4df010b29689f023ba55043432502b69b8a9bffa | [log] [tgz] |
|---|---|---|
| author | Brian Paul <brian.paul@tungstengraphics.com> | Tue Jun 13 17:17:32 2006 +0000 |
| committer | Brian Paul <brian.paul@tungstengraphics.com> | Tue Jun 13 17:17:32 2006 +0000 |
| tree | 104897673e937993036c498df8a1704c30f396db | |
| parent | 34a3779aae716bf24f59257077694d26d0dfec18 [diff] [blame] |
fix glVertexAttribPointerARB's normalized behaviour
diff --git a/docs/VERSIONS b/docs/VERSIONS index 5f1a9d3..547a48f 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS
@@ -1494,3 +1494,4 @@ - 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