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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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.5.2 Release Notes, (date tbd)</H1>
  7. <p>
  8. Mesa 7.5.2 is a bug-fix release fixing issues found since the 7.5.1 release.
  9. </p>
  10. <p>
  11. The main new feature of Mesa 7.5.x is the
  12. <a href="http://wiki.freedesktop.org/wiki/Software/gallium"
  13. target="_parent">Gallium3D</a> infrastructure.
  14. </p>
  15. <p>
  16. Mesa 7.5.2 implements the OpenGL 2.1 API, but the version reported by
  17. glGetString(GL_VERSION) depends on the particular driver being used.
  18. Some drivers don't support all the features required in OpenGL 2.1.
  19. </p>
  20. <p>
  21. See the <a href="install.html">Compiling/Installing page</a> for prerequisites
  22. for DRI hardware acceleration.
  23. </p>
  24. <h2>MD5 checksums</h2>
  25. <pre>
  26. tbd
  27. </pre>
  28. <h2>New features</h2>
  29. <ul>
  30. <li>Detect B43 chipset in Intel driver
  31. </ul>
  32. <h2>Bug fixes</h2>
  33. <ul>
  34. <li>Assorted bug fixes for i965/i945 drivers
  35. <li>Fixed Gallium glDrawPixels(GL_STENCIL_INDEX) failure.
  36. <li>Fixed GLSL linker/preprocessor version directive issue seen in Wine
  37. (such as bug 23946)
  38. <li>glUseProgram() is now compiled into display lists (bug 23746).
  39. <li>glUniform functions are now compiled into display lists
  40. </ul>
  41. </body>
  42. </html>