From: Brian Paul Date: Sat, 7 May 2005 17:27:57 +0000 (+0000) Subject: x86_64 stuff X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d3bd97bb145c2f4e479281e88ad283a4eab08eb1;p=mesa.git x86_64 stuff --- diff --git a/docs/VERSIONS b/docs/VERSIONS index 1a0c26fb019..c54a8ef8d44 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -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