diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-05-07 17:27:57 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-05-07 17:27:57 +0000 |
commit | d3bd97bb145c2f4e479281e88ad283a4eab08eb1 (patch) | |
tree | e4d79d4f13f6144604c28053a07062c672690679 | |
parent | 52064f6c3739a428d153ee960c15761699053b94 (diff) |
x86_64 stuff
-rw-r--r-- | docs/VERSIONS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 1a0c26fb01..c54a8ef8d4 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 |