Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

relnotes-6.4.html 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <HTML>
  2. <TITLE>Mesa Release Notes</TITLE>
  3. <head><link rel="stylesheet" type="text/css" href="mesa.css"></head>
  4. <BODY>
  5. <body bgcolor="#eeeeee">
  6. <H1>Mesa 6.4 / October 24, 2005</H1>
  7. <p>
  8. Mesa 6.4 is a stable, bug-fix release.
  9. </p>
  10. <h2>MD5 checksums</h2>
  11. <pre>
  12. 1cce0c1eb4fd15e9dfe837a1ce0c9812 MesaLib-6.4.tar.gz
  13. 85a84e47a3f718f752f306b9e0954ef6 MesaLib-6.4.tar.bz2
  14. b976fea4f3ee06354c53f91b6e3f2ffc MesaLib-6.4.zip
  15. d8734f2c69bcf7ef9f5ae454a85743ba MesaDemos-6.4.tar.gz
  16. 1a8c4d4fc699233f5fdb902b8753099e MesaDemos-6.4.tar.bz2
  17. 607ab7c7a7de0cc5febbdde2bfa03098 MesaDemos-6.4.zip
  18. 3260156f66174322a092be0767962d34 MesaGLUT-6.4.tar.gz
  19. 0465d053f83775f44a12dec4050dfd78 MesaGLUT-6.4.tar.bz2
  20. 02abfcdcdf72ba938ae00f6e3b70fbe0 MesaGLUT-6.4.zip
  21. </pre>
  22. <h2>New</h2>
  23. <ul>
  24. <li>Added a fast XOR line drawing function in Xlib driver
  25. <li>Added support for GL_ARB_texture_mirrored_repeat to savage driver (supported only on Savage4 hardware).
  26. </ul>
  27. <h2>Changes</h2>
  28. <ul>
  29. <li>Mesa now packaged in three parts: Library, Demos and GLUT
  30. </ul>
  31. <h2>Bug fixes</h2>
  32. <ul>
  33. <li>GLX_X_RENDERABLE token wasn't accepted by glXChooseFBConfig
  34. <li>Some files were present multiple times in the 6.3.2 tarballs
  35. <li>r200_vtxtmp_x86.S file was missing from 6.3.2 tarball (bug 4207)
  36. <li>glxgears_fbconfig demo didn't work (bug 4237)
  37. <li>fixed bug when bilinear sampling 2d textures with borders
  38. <li>glXCreatePbuffer() could segfault instead of returning 0 (bug 4235)
  39. <li>fixed undefined frexp and rand in X.org libGLcore.a (bug 4242)
  40. <li>fixed a few problems with proxy color tables (bug 4270)
  41. <li>fixed precision problem in Z clearing (bug 4395)
  42. <li>glBitmap, glDraw/CopyPixels mistakenly generated selection hits
  43. <li>fixed potential segfault caused by reading pixels outside
  44. of renderbuffer bounds
  45. <li>glGetTexLevelParameter didn't accept GL_TEXTURE_DEPTH_SIZE_ARB
  46. <li>fixed memory corruption bug involving software alpha buffers
  47. <li>glReadPixels clipped by window bounds was sometimes broken
  48. <li>glDraw/CopyPixels of stencil data ignored the stencil write mask
  49. <li>glReadPixels from a texture bound to a framebuffer object didn't work
  50. <li>glIsRender/FramebufferEXT weren't totally correct
  51. <li>fixed a number of point size attenuation/fade bugs
  52. <li>fixed glFogCoord bug 4729
  53. <li>GLX encoding for transpose matrix functions was broken
  54. <li>fixed broken fragment program KIL and SWZ instructions
  55. <li>fragment programs that wrote result.depth.z didn't work
  56. </ul>
  57. <h2>Driver Status</h2>
  58. <pre>
  59. Driver Status
  60. ---------------------- ----------------------
  61. DRI drivers varies with the driver
  62. XMesa (Xlib) implements OpenGL 1.5
  63. OSMesa (off-screen) implements OpenGL 1.5
  64. Windows/Win32 implements OpenGL 1.5
  65. Glide (3dfx Voodoo1/2) requires updates
  66. SVGA requires updates
  67. DJGPP requires updates
  68. GGI requires updates
  69. BeOS requires updates
  70. Allegro requires updates
  71. D3D requires updates
  72. </pre>
  73. </body>
  74. </html>