fix glVertexAttribPointerARB's normalized behaviour

This commit is contained in:
Brian Paul
2006-06-13 17:17:32 +00:00
parent 34a3779aae
commit 4df010b296
+1
View File
@@ -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