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-7.4.html 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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 7.4 Release Notes / date TBD</H1>
  7. <p>
  8. Mesa 7.4 is a stable development release fixing bugs since the 7.3 release.
  9. </p>
  10. <p>
  11. Mesa 7.4 implements the OpenGL 2.1 API, but the version reported by
  12. glGetString(GL_VERSION) depends on the particular driver being used.
  13. Some drivers don't support all the features required in OpenGL 2.1.
  14. </p>
  15. <p>
  16. See the <a href="install.html">Compiling/Installing page</a> for prerequisites
  17. for DRI ardware acceleration.
  18. </p>
  19. <h2>MD5 checksums</h2>
  20. <pre>
  21. tbd
  22. </pre>
  23. <h2>New features</h2>
  24. <ul>
  25. </ul>
  26. <h2>Bug fixes</h2>
  27. <ul>
  28. <li>Assorted i965 driver bug fixes
  29. </ul>
  30. <h2>Changes</h2>
  31. <ul>
  32. </ul>
  33. <h2>Driver Status</h2>
  34. <pre>
  35. Driver Status
  36. ---------------------- ----------------------
  37. DRI drivers varies with the driver
  38. XMesa/GLX (on Xlib) implements OpenGL 2.1
  39. OSMesa (off-screen) implements OpenGL 2.1
  40. Windows/Win32 implements OpenGL 2.1
  41. Glide (3dfx Voodoo1/2) implements OpenGL 1.3
  42. SVGA unsupported
  43. Wind River UGL unsupported
  44. DJGPP unsupported
  45. GGI unsupported
  46. BeOS unsupported
  47. Allegro unsupported
  48. D3D unsupported
  49. </pre>
  50. </body>
  51. </html>