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.1.html 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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.1 Release Notes / (date TBD)</H1>
  7. <p>
  8. Mesa 7.5.1 is a bug-fix release fixing issues found since the 7.5 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.1 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>Added configure --with-max-width=W, --with-max-height=H options to specify
  31. max framebuffer, viewport size.
  32. </ul>
  33. <h2>Bug fixes</h2>
  34. <ul>
  35. <li>Added missing GLEW library to MesaDemos tarballs.
  36. <li>Fixed swapbuffers jerkiness in Doom3/etc in Intel drivers.
  37. <li>Fixed front buffer rendering bug in Intel drivers.
  38. <li>Fixed minor GLX memory leaks.
  39. <li>Fixed some texture env / fragment program state bugs.
  40. <li>Fixed some Gallium glBlitFramebuffer() bugs
  41. <li>Empty glBegin/glEnd() pair could cause divide by zero (bug 23489)
  42. <li>Fixed Gallium glBitmap() Z position bug
  43. <li>Setting arrays of sampler uniforms did not work
  44. <li>Selection/Feedback mode didn't handle polygon culling correctly (bug 16866)
  45. </ul>
  46. <h2>Changes</h2>
  47. <ul>
  48. </ul>
  49. </body>
  50. </html>