more 6.5.1 additions

This commit is contained in:
Brian Paul
2006-07-19 15:09:42 +00:00
parent 114ecb9d67
commit 69ddf6cc41

View File

@@ -1474,6 +1474,7 @@ Mesa Version History
6.5.1 month, day, 2006
New:
- GL_APPLE_vertex_array_object extension (Ian Romanick)
- "engine" demo
Changes:
- The glVertexAttribARB functions no longer alias the conventional
vertex attributes.
@@ -1495,3 +1496,5 @@ Mesa Version History
- rectangular depth textures didn't work
- invalid mode to glBegin didn't generate an error (bug 7142)
- 'normalized' parameter to glVertexAttribPointerARB didn't work
- disable bogus GLX_SGI_video_sync extension in xlib driver
- fixed R128 driver locking bug (Martijn van Oosterhout)