x86_64 stuff
authorBrian Paul <brian.paul@tungstengraphics.com>
Sat, 7 May 2005 17:27:57 +0000 (17:27 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sat, 7 May 2005 17:27:57 +0000 (17:27 +0000)
docs/VERSIONS

index 1a0c26fb019afd86fb61875314ed39c37210d261..c54a8ef8d444bac7e7c06a671668d9d40db957c9 100644 (file)
@@ -1320,11 +1320,13 @@ Mesa Version History
        - GL_ARB_pixel_buffer_object extension
        - GL_OES_read_format extension (Ian Romanick)
        - DirectFB driver (Claudio Ciccani)
+       - x86_64 vertex transformation code (Mikko T.)
     Changes:
        - added -stereo option for glxgears demo (Jacek Rosik)
        - updated the PBuffer demo code in xdemos/ directory
        - glDeleteTextures/Programs/Buffers() now makes the object ID
          available for immediate re-use
+       - assorted 64-bit clean-ups fixes (x86_64 and Win64)
     Bug fixes:
        - some functions didn't support PBO functionality
        - glGetTexImage didn't convert color index images to RGBA as required