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.2.html 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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.2 / February 2, 2006</H1>
  7. <p>
  8. Mesa 6.4.2 is a stable, bug-fix release.
  9. </p>
  10. <h2>MD5 checksums</h2>
  11. <pre>
  12. cb0d745d520fa7c2bb9178058b763544 MesaLib-6.4.2.tar.gz
  13. 7674d2c603b5834259e4e5a820cefd5b MesaLib-6.4.2.tar.bz2
  14. d224e1325b33ff71a0f3893fc6b4d594 MesaLib-6.4.2.zip
  15. d4b345d4588fc750cd3d34f3ac26673e MesaDemos-6.4.2.tar.gz
  16. 9cae1ab874af533ce356bd7dfe2e0bb0 MesaDemos-6.4.2.tar.bz2
  17. 2da6e1d1245e441d27813595c6ba50de MesaDemos-6.4.2.zip
  18. 84427d18c3453f0ea52388eeba7169b5 MesaGLUT-6.4.2.tar.gz
  19. b157ba8ad1ea63260cf5339132e7aac6 MesaGLUT-6.4.2.tar.bz2
  20. fe1523744fc05edc3811dfc6a1bf4181 MesaGLUT-6.4.2.zip
  21. </pre>
  22. <h2>New features</h2>
  23. <ul>
  24. <li>added OSMesaColorClamp() function/feature
  25. <li>added wglGetExtensionStringARB() function
  26. </ul>
  27. <h2>Changes</h2>
  28. <ul>
  29. <li>GLUT tarball
  30. <br>
  31. Starting with 6.4, the GLUT library sources are distributed in a separate
  32. tarball. This was done at the request of Linux distro vendors who prefer
  33. to use freeglut.
  34. </ul>
  35. <h2>Bug fixes</h2>
  36. <ul>
  37. <li>fixed some problems when building on Windows
  38. <li>GLw header files weren't installed by installmesa script (bug 5396)
  39. <li>GL/glfbdev.h file was missing from tarballs
  40. <li>fixed TNL initialization bug which could lead to crash (bug 5791)
  41. </ul>
  42. <h2>Driver Status</h2>
  43. <pre>
  44. Driver Status
  45. ---------------------- ----------------------
  46. DRI drivers varies with the driver
  47. XMesa (Xlib) implements OpenGL 1.5
  48. OSMesa (off-screen) implements OpenGL 1.5
  49. Windows/Win32 implements OpenGL 1.5
  50. Glide (3dfx Voodoo1/2) requires updates
  51. SVGA requires updates
  52. DJGPP requires updates
  53. GGI requires updates
  54. BeOS requires updates
  55. Allegro requires updates
  56. D3D requires updates
  57. </pre>
  58. </body>
  59. </html>